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() |
int |
getDistributedCalculationThreshold() |
String |
getObjectName() |
int |
getPriority() |
String |
getSimulationLabel() |
SimulationAction<ATTACHEDTO> |
setCalculate(Boolean calculate)
Whether the action is valid and should be triggered or not.
|
SimulationAction<ATTACHEDTO> |
setDistributedCalculationThreshold(int threshold)
Sets a job-individual threshold to start a distributed calculation.
|
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 SimulationAction<ATTACHEDTO> setDistributedCalculationThreshold(int threshold)
threshold
- The number of items that need to be part of the job in order to execute it in distributed mode.public ATTACHEDTO back()
public String getObjectName()
public String getSimulationLabel()
public Boolean getCalculate()
public int getPriority()
public int getDistributedCalculationThreshold()
Copyright © 2019. All rights reserved.