|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--uk.ac.ic.doc.automed.reps.Node
| Method Summary | |
Node[] |
getAdjacent()
Returns all nodes that are adjacent to this node - that is, nodes for which a transformation is defined between its schema and this node's schema. |
Node[] |
getChildren()
If the network this node belongs to is directed then returns all the adjacent nodes that are children of this node, otherwise its behaviour is defined by the type of network but the children will be a subset of adjacent. |
Network |
getNetwork()
Returns the network this node belongs to |
Node[] |
getParents()
If the network this node belongs to is directed then returns all the adjacent nodes that are parents of this node, otherwise its behaviour is defined by the type of network but the parents will be a subset of adjacent. |
Schema |
getSchema()
Returns the schema at this node in the network |
boolean |
isLeaf()
True if (and only if) this node belongs to a directed network and this is a leaf node. |
boolean |
isRoot()
True if (and only if) this node belongs to a directed network and this is a root node. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public Schema getSchema()
public Network getNetwork()
public boolean isRoot()
public boolean isLeaf()
public Node[] getParents()
public Node[] getChildren()
public Node[] getAdjacent()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||