NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Interface ClassificationNode

All Superinterfaces:
Identifiable, Iterable<ClassificationNode>, RegistryObject
All Known Implementing Classes:
ClassificationNodeParser

public interface ClassificationNode
extends RegistryObject, Iterable<ClassificationNode>


Method Summary
 void addChild(ClassificationNode child)
           
 void addChild(int index, ClassificationNode child)
           
 void addChildren(Collection<? extends ClassificationNode> c)
           
 void clearChildren()
           
 ClassificationNode getChild(int index)
           
 int getChildCount()
           
 String getCode()
           
 int getIndex(ClassificationNode child)
           
 String getParent()
           
 String getPath()
           
 void removeChild(int index)
           
 void setChild(int index, ClassificationNode child)
           
 void setCode(String code)
           
 void setParent(String parent)
           
 void setPath(String path)
           
 
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

addChild

void addChild(ClassificationNode child)

addChild

void addChild(int index,
              ClassificationNode child)

addChildren

void addChildren(Collection<? extends ClassificationNode> c)

clearChildren

void clearChildren()

getChild

ClassificationNode getChild(int index)

getChildCount

int getChildCount()

getCode

String getCode()

getIndex

int getIndex(ClassificationNode child)

getParent

String getParent()

getPath

String getPath()

removeChild

void removeChild(int index)

setChild

void setChild(int index,
              ClassificationNode child)

setCode

void setCode(String code)

setParent

void setParent(String parent)

setPath

void setPath(String path)

NASA World Wind