| Package | Description |
|---|---|
| tecgraf.openbus.algorithmservice.v1_1 |
| Modifier and Type | Field and Description |
|---|---|
ParameterDoesNotExistsException |
ParameterDoesNotExistsExceptionHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static ParameterDoesNotExistsException |
ParameterDoesNotExistsExceptionHelper.extract(Any any) |
static ParameterDoesNotExistsException |
ParameterDoesNotExistsExceptionHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ParameterDoesNotExistsExceptionHelper.insert(Any any,
ParameterDoesNotExistsException s) |
static void |
ParameterDoesNotExistsExceptionHelper.write(OutputStream out,
ParameterDoesNotExistsException s) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SimpleConfigurator.setParameterValue(String name,
IParameterValue value) |
void |
SimpleConfiguratorImpl.setParameterValue(String name,
IParameterValue value) |
abstract void |
SimpleConfigurator.setParameterValueAsText(String name,
String valueAsText) |
void |
SimpleConfiguratorImpl.setParameterValueAsText(String name,
String valueAsText) |
abstract void |
FlowConfigurator.setParameterValueAsTextById(int algorithmId,
String parameterName,
String valueAsText) |
void |
FlowConfiguratorImpl.setParameterValueAsTextById(int algorithmId,
String parameterName,
String valueAsText) |
abstract void |
FlowConfigurator.setParameterValueById(int algorithmId,
String parameterName,
IParameterValue value) |
void |
FlowConfiguratorImpl.setParameterValueById(int algorithmId,
String parameterName,
IParameterValue value) |
| Constructor and Description |
|---|
ParameterDoesNotExistsExceptionHolder(ParameterDoesNotExistsException initial) |
Copyright © 2016. All rights reserved.