public abstract class AbstractRasNode extends java.lang.Object implements IRasNode
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IRasNode> |
children |
Constructor and Description |
---|
AbstractRasNode() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IRasNode> |
getChildren() |
boolean |
hasChildren() |
protected java.util.List<IRasNode> children
public java.util.List<IRasNode> getChildren()
getChildren
in interface IRasNode
public boolean hasChildren()
hasChildren
in interface IRasNode