public abstract class SimpleConfigurator extends Configurator implements StreamableValue
| Modifier and Type | Field and Description |
|---|---|
Parameter[] |
parameters |
algorithmName, algorithmVersion, execType, type| Constructor and Description |
|---|
SimpleConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream os) |
String[] |
_truncatable_ids() |
TypeCode |
_type() |
void |
_write(OutputStream os) |
abstract void |
setParameterValue(String name,
IParameterValue value) |
abstract void |
setParameterValueAsText(String name,
String valueAsText) |
getAlgoritmInfo, getParameterspublic Parameter[] parameters
public abstract void setParameterValue(String name, IParameterValue value) throws ParameterDoesNotExistsException, InvalidParameterException, IncorrectParamTypeException
public abstract void setParameterValueAsText(String name, String valueAsText) throws ParameterDoesNotExistsException
ParameterDoesNotExistsExceptionpublic 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.