| Package | Description |
|---|---|
| com.agenarisk.api.model |
| Modifier and Type | Method and Description |
|---|---|
protected static State |
State.createState(Node node,
String label)
Creates a State instance for the given Node with the given Label.
|
protected static State |
State.getState(Node node,
String label)
Find a state by given label in the given Node's underlying logic node.
|
State |
Node.getState(String label)
Find a state by given label in this Node's underlying logic node.
|
| Modifier and Type | Method and Description |
|---|---|
List<State> |
Node.getStates()
Returns a representation of Node's states at the time of the request.
The list will not be updated to reflect any changes, and no changes to the list or the States will be reflected in the Model. |
| Modifier and Type | Method and Description |
|---|---|
Link |
Model.createLink(Node source,
Node target,
State state)
Creates a CrossNetworkLink of type CrossNetworkLink.Type.State that passes the given state from source Node to target Node.
|
Copyright © 2021. All rights reserved.