Package | Description |
---|---|
org.processmining.plugins.bpsim.parameter |
Modifier and Type | Method and Description |
---|---|
ResultType |
ParameterValue.getResult() |
static ResultType |
ResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResultType[] |
ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ResultType> |
Parameter.getResultRequest() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterValue.setResult(ResultType result) |
Modifier and Type | Method and Description |
---|---|
void |
Parameter.setResultRequest(java.util.List<ResultType> resultRequest) |