NASA World Wind

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>


Method Summary
 void addClassificationNode(ClassificationNode node)
           
 void addClassificationNode(int index, ClassificationNode node)
           
 void addClassificationNodes(Collection<? extends ClassificationNode> c)
           
 void clearClassificationNodes()
           
 ClassificationNode getClassificationNode(int index)
           
 int getClassificationNodeCount()
           
 int getIndex(ClassificationNode node)
           
 String getNodeType()
           
 boolean isInternal()
           
 void removeClassificationNode(int index)
           
 void setClassificationNode(int index, ClassificationNode node)
           
 void setInternal(boolean internal)
           
 void setNodeType(String nodeType)
           
 
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
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

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)

NASA World Wind