| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.data |
Provides common classes for the Data value graphs API.
|
| Modifier and Type | Method and Description |
|---|---|
static RelationShipType |
RelationShipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationShipType[] |
RelationShipType.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.
|