| Package | Description |
|---|---|
| com.agenarisk.api.model |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Node.createVariable(String varName,
double defaultValue)
Creates a new node Variable.
|
Variable |
Node.getVariable(String varName)
Retrieves and returns the Variable by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Variable> |
Node.getVariables()
Gets an unmodifiable list of all Variables.
Will not reflect Variables being added or deleted from the Node. |
Copyright © 2021. All rights reserved.