Package | Description |
---|---|
com.orchestranetworks.addon.dmdv.data |
Provides common classes for the Data value graphs API.
|
com.orchestranetworks.addon.dmdv.data.filter |
Provides the interfaces and class to define a filter that depends on
the currently evaluated link.
|
com.orchestranetworks.addon.dmdv.data.label |
Provides the interfaces and classes to define the label for a link or node.
|
com.orchestranetworks.addon.dmdv.data.style |
Provides the interfaces and classes to define the style for a link that depends on the currently evaluated link.
|
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 |
---|---|
Link |
FilterContext.getLink()
Returns the current link being evaluated by the filter.
|
Modifier and Type | Method and Description |
---|---|
Link |
LinkLabelContext.getLink()
Returns the current link being rendered.
|
Modifier and Type | Method and Description |
---|---|
Link |
LinkStyleContext.getLink()
Returns the current link being rendered.
|