| Package | Description |
|---|---|
| csbase.logic.algorithms.flows |
| Modifier and Type | Method and Description |
|---|---|
NodeParameter |
NodeParameter.clone() |
NodeParameter |
FlowNode.getParameter(java.lang.String parameterName)
Obtém um parâmetro dado o nome do parâmetro.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<NodeParameter> |
FlowNode.getParameters()
Obtém os parâmetros deste nó.
|
| Constructor and Description |
|---|
FlowNode(int id,
AlgorithmConfigurator algorithmConfigurator,
java.util.Set<NodeParameter> parameters,
int x,
int y,
int width,
int height)
Cria um nó.
|
FlowNode(int id,
AlgorithmConfigurator algorithmConfigurator,
java.util.Set<NodeParameter> parameters,
int x,
int y,
int width,
int height,
boolean bypassed)
Cria um nó.
|
FlowNode(int id,
java.lang.String algorithmName,
AlgorithmVersionId algorithmVersionId,
java.util.Set<NodeParameter> parameters,
int x,
int y,
int width,
int height)
Cria um nó.
|
FlowNode(int id,
java.lang.String algorithmName,
AlgorithmVersionId algorithmVersionId,
java.util.Set<NodeParameter> parameters,
int x,
int y,
int width,
int height,
boolean bypassed,
boolean hasExitCode)
Cria um nó.
|
Copyright © 2015. All Rights Reserved.