Uses of Interface
com.orchestranetworks.addon.dmdv.data.NodeContext
Package
Description
Provides common classes for the Data value graphs API.
Provides the interfaces and classes to define the label for a link or node.
Provides common classes to build a custom layout for nodes of each tables.
-
Uses of NodeContext in com.orchestranetworks.addon.dmdv.data
Modifier and TypeMethodDescriptionLink.getEndNodeContext()
Returns the end node context of the current link.Link.getStartNodeContext()
Returns the start node context of the current link.Modifier and TypeMethodDescriptionNodeContext.getContexts
(LinkType linkType, RelationShipType relationshipType) Get sources/targets/children/parents of the current node.Modifier and TypeMethodDescriptionNodeContext.getIncomingLinks
(NodeContext startNode) Deprecated.Returns a list of links from the start node to the current node.NodeContext.getOutgoingLinks
(NodeContext endNode) Deprecated.Returns a list of links from the current node to the end node. -
Uses of NodeContext in com.orchestranetworks.addon.dmdv.data.label
Modifier and TypeMethodDescriptionNodeLabelContext.getNodeContext()
Returns the current node context. -
Uses of NodeContext in com.orchestranetworks.addon.dmdv.template
Modifier and TypeMethodDescriptionNodeTemplateContext.getNodeContext()
Returns the current node context.