public interface NodeContext
Modifier and Type | Method and Description |
---|---|
List<NodeContext> |
getContexts(LinkType linkType,
RelationShipType relationshipType)
Get sources/targets/children/parents of the current node.
|
List<Link> |
getIncomingLinks(NodeContext startNode)
Deprecated.
Returns a list of links from the start node to the current node.
|
Node |
getNode()
Returns the current node.
|
List<Link> |
getOutgoingLinks(NodeContext endNode)
Deprecated.
Returns a list of links from the current node to the end node.
|
@Deprecated List<Link> getOutgoingLinks(NodeContext endNode)
@Deprecated List<Link> getIncomingLinks(NodeContext startNode)
List<NodeContext> getContexts(LinkType linkType, RelationShipType relationshipType)
linkType
- a type of link.relationshipType
- a type of relationshipNode getNode()