public abstract class Configurator extends Object implements StreamableValue
| Modifier and Type | Field and Description |
|---|---|
String |
algorithmName |
String |
algorithmVersion |
ExecutionType |
execType |
AlgorithmType |
type |
| Constructor and Description |
|---|
Configurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream os) |
String[] |
_truncatable_ids() |
TypeCode |
_type() |
void |
_write(OutputStream os) |
abstract String[] |
getAlgoritmInfo() |
abstract Property[] |
getParameters() |
public String algorithmName
public String algorithmVersion
public ExecutionType execType
public AlgorithmType type
public abstract Property[] getParameters() throws ConversionToTextException
ConversionToTextExceptionpublic abstract String[] getAlgoritmInfo()
public void _write(OutputStream os)
_write in interface Streamablepublic void _read(InputStream os)
_read in interface Streamablepublic String[] _truncatable_ids()
_truncatable_ids in interface ValueBasepublic TypeCode _type()
_type in interface StreamableCopyright © 2016. All rights reserved.