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