| Package | Description |
|---|---|
| com.agenarisk.api.model |
| Modifier and Type | Method and Description |
|---|---|
Node.Type |
Node.getType()
Gets the Type of this Node.
|
static Node.Type |
NodeConfiguration.resolveNodeType(uk.co.agena.minerva.model.extendedbn.ExtendedNode en)
Resolves the Node Type based on the logical node.
|
static Node.Type |
Node.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.Type[] |
Node.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 Node |
Node.createNode(Network network,
String id,
String name,
Node.Type type)
Factory method to be called by a Network object that is trying to add a Node to itself.
|
Node |
Network.createNode(String id,
Node.Type type)
Creates a Node and adds it to this Network.
|
Node |
Network.createNode(String id,
String name,
Node.Type type)
Creates a Node and adds it to this Network.
|
static NodeTemplate |
NodeTemplate.createTemplate(Node.Type type) |
static String |
NodeConfiguration.resolveNodeClassName(Node.Type type)
Gets fully-qualified name for ExtendedNode concrete implementation matching the provided Node type from Note.Type.
|
NodeTemplate |
NodeTemplate.setNodeType(Node.Type nodeType) |
Copyright © 2022. All rights reserved.