public interface SimNode
Modifier and Type | Method and Description |
---|---|
void |
addChild(SimNode node) |
java.util.List<SimNode> |
getChildren() |
BatchExportable |
getExportHandler() |
java.lang.String |
getFullName() |
java.lang.String |
getName() |
SimNode |
getParent() |
Printable |
getPrintHandler() |
java.lang.String getName()
java.lang.String getFullName()
SimNode getParent()
void addChild(SimNode node)
java.util.List<SimNode> getChildren()
Printable getPrintHandler()
BatchExportable getExportHandler()