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>
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 |
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)