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