public class SimulationAction<ATTACHEDTO extends Help>
extends Action
| Constructor and Description |
|---|
SimulationAction(ATTACHEDTO backLink,
Invocations<MethodInvocationRecord> invocations,
String simulationLabel) |
| Modifier and Type | Method and Description |
|---|---|
ATTACHEDTO |
back() |
Boolean |
getCalculate() |
String |
getObjectName() |
int |
getPriority() |
String |
getSimulationLabel() |
SimulationAction<ATTACHEDTO> |
setCalculate(Boolean calculate)
Whether the action is valid and should be triggered or not.
|
SimulationAction<ATTACHEDTO> |
setPriority(int priority)
Sets the prority of this job.
|
String |
toString() |
public SimulationAction(ATTACHEDTO backLink, Invocations<MethodInvocationRecord> invocations, String simulationLabel)
public SimulationAction<ATTACHEDTO> setCalculate(Boolean calculate)
calculate - public SimulationAction<ATTACHEDTO> setPriority(int priority)
priority - Default is 0 (lowest user-definable priority). Max value is 9.public ATTACHEDTO back()
public String getObjectName()
public String getSimulationLabel()
public Boolean getCalculate()
public int getPriority()
Copyright © 2017. All rights reserved.