gov.nasa.worldwind.applications.gio.ebrim
Interface ClassificationScheme
- All Superinterfaces:
- Identifiable, Iterable<ClassificationNode>, RegistryObject
- All Known Implementing Classes:
- ClassificationSchemeParser
public interface ClassificationScheme
- extends RegistryObject, Iterable<ClassificationNode>
Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.RegistryObject |
addClassification, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifier, addExternalIdentifiers, clearClassifications, clearExternalIdentifiers, getClassification, getClassificationCount, getClassificationIterator, getDescription, getExternalIdentifier, getExternalIdentifierCount, getExternalIdentifierIterator, getIndex, getIndex, getLid, getName, getObjectType, getStatus, getVersionInfo, removeClassification, removeExternalIdentifier, setClassification, setDescription, setExternalIdentifier, setLid, setName, setObjectType, setStatus, setVersionInfo |
Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.Identifiable |
addSlot, addSlot, addSlots, clearSlots, getHome, getId, getIndex, getSlot, getSlotCount, getSlotIterator, removeSlot, setHome, setId, setSlot |
addClassificationNode
void addClassificationNode(ClassificationNode node)
addClassificationNode
void addClassificationNode(int index,
ClassificationNode node)
addClassificationNodes
void addClassificationNodes(Collection<? extends ClassificationNode> c)
clearClassificationNodes
void clearClassificationNodes()
getClassificationNode
ClassificationNode getClassificationNode(int index)
getClassificationNodeCount
int getClassificationNodeCount()
getIndex
int getIndex(ClassificationNode node)
getNodeType
String getNodeType()
isInternal
boolean isInternal()
removeClassificationNode
void removeClassificationNode(int index)
setClassificationNode
void setClassificationNode(int index,
ClassificationNode node)
setInternal
void setInternal(boolean internal)
setNodeType
void setNodeType(String nodeType)