Class ScenarioStudyStep
java.lang.Object
com.amalgamasimulation.studies.core.StudyStep
com.amalgamasimulation.studies.core.ScenarioStudyStep
- Direct Known Subclasses:
LoadedScenarioStudyStep,ModifiedScenarioStudyStep,ReplicationStudyStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeReplicationsCount(int newReplicationsCount) intresults()abstract org.eclipse.emf.ecore.EObjectscenario()Methods inherited from class com.amalgamasimulation.studies.core.StudyStep
addChild, addChild, children, childrenReplicationSteps, completedFraction, copy, correctChildrenResults, descendants, elapsedTimeMillis, errorsCount, errorsFraction, estimatedRemainingTimeMillis, hasReattachableRemoteRuns, id, isRunning, name, parent, parents, parentScenarioStudyStep, parentStudy, reattachToRemoteRuns, removeChild, run
-
Constructor Details
-
ScenarioStudyStep
-
-
Method Details
-
scenario
public abstract org.eclipse.emf.ecore.EObject scenario() -
replicationsCount
public int replicationsCount()- Overrides:
replicationsCountin classStudyStep
-
results
-
changeReplicationsCount
public void changeReplicationsCount(int newReplicationsCount) - Specified by:
changeReplicationsCountin classStudyStep
-