|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NCoding
Information about a coding file.
Field Summary | |
---|---|
static int |
AGENT_CODING
|
static int |
INTERACTION_CODING
|
Method Summary | |
---|---|
NLayer |
getBottomLayer()
returns the bottom layer in the coding |
java.util.List |
getLayers()
Returns a List of "NLayer"s belonging to this coding, in arbitrary order |
java.lang.String |
getName()
returns the name of the coding - used in file names |
java.lang.String |
getPath()
returns the directory path of the coding - defaults to the path on the 'codings' element |
NLayer |
getTopLayer()
returns the top layer in the coding |
int |
getType()
returns either INTERACTION_CODING or AGENT_CODING |
void |
setPath(java.lang.String path)
sets the directory path of the coding - if relative, then it'll be relative to the metadata |
Field Detail |
---|
static final int INTERACTION_CODING
static final int AGENT_CODING
Method Detail |
---|
java.lang.String getName()
java.lang.String getPath()
void setPath(java.lang.String path)
int getType()
NLayer getTopLayer()
NLayer getBottomLayer()
java.util.List getLayers()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |