|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubgraphNode

An extended Node that includes the ability to get nodes in the subgraph relative to this node.
| Method Summary | |
|---|---|
SubgraphNode |
getNode(Name childName)
Get the node at the supplied path that is relative to this node. |
SubgraphNode |
getNode(Path.Segment childSegment)
Get the node at the supplied path that is relative to this node. |
SubgraphNode |
getNode(Path relativePath)
Get the node at the supplied path that is relative to this node. |
SubgraphNode |
getNode(String childName)
Get the node at the supplied path that is relative to this node. |
| Methods inherited from interface org.modeshape.graph.Node |
|---|
getChildren, getChildren, getChildrenSegments, getExpirationTime, getGraph, getLocation, getProperties, getPropertiesByName, getProperty, getProperty, hasChildren |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
SubgraphNode getNode(String childName)
childName - the name of the child node
included in these resultsSubgraphNode getNode(Name childName)
childName - the name of the child node
included in these resultsSubgraphNode getNode(Path.Segment childSegment)
childSegment - the segment for the immediate child of this node
included in these resultsSubgraphNode getNode(Path relativePath)
relativePath - the name that makes up a relative path to the node that is an immediate child of the
root
included in these results
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||