public abstract class FlowConfigurator extends Configurator implements StreamableValue
| Modifier and Type | Field and Description |
|---|---|
FlowNode[] |
algorithms |
algorithmName, algorithmVersion, execType, type| Constructor and Description |
|---|
FlowConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream os) |
String[] |
_truncatable_ids() |
TypeCode |
_type() |
void |
_write(OutputStream os) |
abstract void |
setParameterValueAsTextById(int algorithmId,
String parameterName,
String valueAsText) |
abstract void |
setParameterValueById(int algorithmId,
String parameterName,
IParameterValue value) |
getAlgoritmInfo, getParameterspublic FlowNode[] algorithms
public abstract void setParameterValueById(int algorithmId,
String parameterName,
IParameterValue value)
throws AlgorithmIdDoesNotExistsInFlowException,
ParameterDoesNotExistsException,
InvalidParameterException,
IncorrectParamTypeException
public abstract void setParameterValueAsTextById(int algorithmId,
String parameterName,
String valueAsText)
throws AlgorithmIdDoesNotExistsInFlowException,
ParameterDoesNotExistsException
public void _write(OutputStream os)
_write in interface Streamable_write in class Configuratorpublic void _read(InputStream os)
_read in interface Streamable_read in class Configuratorpublic String[] _truncatable_ids()
_truncatable_ids in interface ValueBase_truncatable_ids in class Configuratorpublic TypeCode _type()
_type in interface Streamable_type in class ConfiguratorCopyright © 2016. All rights reserved.