|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.meta.impl.NiteAnnotationSpec
public class NiteAnnotationSpec
A AnnotationSpec as referred to in the metadata
Field Summary |
---|
Fields inherited from interface net.sourceforge.nite.meta.NAnnotationSpec |
---|
DISPLAY, EDITOR |
Constructor Summary | |
---|---|
NiteAnnotationSpec(int type,
java.lang.String name,
java.lang.String description,
java.util.ArrayList ecodings,
java.util.ArrayList ucodings,
java.util.ArrayList eobjectsets,
java.util.ArrayList uobjectsets,
java.util.ArrayList uontologies,
java.util.ArrayList signals)
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
returns some descriptive text about the annotation-board for the purposes of GUI list of choices for example. |
java.util.List |
getEditableCodingNames()
Find the codings that can be edited - returns an ArrayList of Strings |
java.util.List |
getEditableObjectSetNames()
Find the object sets that can be edited - returns n List of Strings |
java.lang.String |
getFileName()
returns the file name in which the annotation-board description is stored |
int |
getType()
returns one of EDITOR or DISPLAY depending on whether the NOM can be changed by this annotation spec. |
java.util.List |
getUsedCodingNames()
Find the codings that can be used but not edited - returns an ArrayList of Strings |
java.util.List |
getUsedObjectSetNames()
Find the codings that can be used but not edited - returns a List of Strings |
java.util.List |
getUsedOntologyNames()
Find the ontologies that can be used but not edited - returns a List of Strings |
java.util.List |
getUsedSignals()
Find the names of the signals that should be displayed with this AnnotationSpec - returns ArrayList of Strings |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NiteAnnotationSpec(int type, java.lang.String name, java.lang.String description, java.util.ArrayList ecodings, java.util.ArrayList ucodings, java.util.ArrayList eobjectsets, java.util.ArrayList uobjectsets, java.util.ArrayList uontologies, java.util.ArrayList signals)
Method Detail |
---|
public java.lang.String getFileName()
getFileName
in interface NAnnotationSpec
public java.lang.String getDescription()
getDescription
in interface NAnnotationSpec
public int getType()
getType
in interface NAnnotationSpec
public java.util.List getEditableCodingNames()
getEditableCodingNames
in interface NAnnotationSpec
public java.util.List getUsedCodingNames()
getUsedCodingNames
in interface NAnnotationSpec
public java.util.List getUsedObjectSetNames()
getUsedObjectSetNames
in interface NAnnotationSpec
public java.util.List getEditableObjectSetNames()
getEditableObjectSetNames
in interface NAnnotationSpec
public java.util.List getUsedOntologyNames()
getUsedOntologyNames
in interface NAnnotationSpec
public java.util.List getUsedSignals()
getUsedSignals
in interface NAnnotationSpec
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |