| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.data |
Provides common classes for the Data value graphs API.
|
| Modifier and Type | Method and Description |
|---|---|
LinkType |
LinkConfiguration.getType()
Returns type of the current link.
|
static LinkType |
LinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkType[] |
LinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeContext> |
NodeContext.getContexts(LinkType linkType,
RelationShipType relationshipType)
Get sources/targets/children/parents of the current node.
|