| Package | Description |
|---|---|
| com.agenarisk.api.model |
| Modifier and Type | Method and Description |
|---|---|
CrossNetworkLink.Type |
CrossNetworkLink.getType()
Returns the type of this cross-network link.
|
static CrossNetworkLink.Type |
CrossNetworkLink.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossNetworkLink.Type[] |
CrossNetworkLink.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static CrossNetworkLink |
CrossNetworkLink.createCrossNetworkLink(Node fromNode,
Node toNode,
CrossNetworkLink.Type type,
String stateToPass)
Factory method to create a CrossNetworkLink instance.
|
Link |
Model.createLink(Node source,
Node target,
CrossNetworkLink.Type type)
Creates a Link between two nodes in same or different Networks.
|
Link |
Model.createLink(String sourceNetworkId,
String sourceNodeId,
String targetNetworkId,
String targetNodeId,
CrossNetworkLink.Type type)
Creates a CrossNetworkLink of given Type.
|
static Link |
Node.linkNodes(Node fromNode,
Node toNode,
CrossNetworkLink.Type type)
Creates a Link between two nodes in same or different Networks.
|
static Link |
Node.linkNodes(Node fromNode,
Node toNode,
CrossNetworkLink.Type type,
String stateToPass)
Creates a Link between two nodes in same or different Networks.
|
Copyright © 2020. All rights reserved.