Uses of Interface
com.orchestranetworks.addon.dmdv.data.NodeContext
Packages that use 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
Methods in com.orchestranetworks.addon.dmdv.data that return NodeContextModifier and TypeMethodDescriptionLink.getEndNodeContext()Returns the end node context of the current link.Link.getStartNodeContext()Returns the start node context of the current link.Methods in com.orchestranetworks.addon.dmdv.data that return types with arguments of type NodeContextModifier and TypeMethodDescriptionNodeContext.getContexts(LinkType linkType, RelationShipType relationshipType) Get sources/targets/children/parents of the current node.Methods in com.orchestranetworks.addon.dmdv.data with parameters of type NodeContextModifier 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
Methods in com.orchestranetworks.addon.dmdv.data.label that return NodeContextModifier and TypeMethodDescriptionNodeLabelContext.getNodeContext()Returns the current node context. - 
Uses of NodeContext in com.orchestranetworks.addon.dmdv.template
Methods in com.orchestranetworks.addon.dmdv.template that return NodeContextModifier and TypeMethodDescriptionNodeTemplateContext.getNodeContext()Returns the current node context.