Uses of Class
com.amalgamasimulation.studies.core.StudyStep
Packages that use StudyStep
-
Uses of StudyStep in com.amalgamasimulation.desktop.ui.studies
Methods in com.amalgamasimulation.desktop.ui.studies with parameters of type StudyStepModifier and TypeMethodDescriptionprotected voidStudyPart.customizeContextMenu(org.eclipse.swt.widgets.Menu menu, StudyStep studyStep) voidStudyPart.replaceStudyStep(StudyStep existingStudyStep, StudyStep newStudyStep) What reports are available for the selected study step?protected voidStudyPart.showReport(StudySession.ReportType reportType, StudyStep step) How to show the report when a users wants to open it?protected abstract List<PossibleStudy> What is the full list of studies that are potentially applicable for the selected study step of the concrete simulation application?protected StringStudyPart.studyStepTitle(StudyStep studyStep) What heading text to display for each study step?Method parameters in com.amalgamasimulation.desktop.ui.studies with type arguments of type StudyStepModifier and TypeMethodDescriptionprotected abstract voidStudyPart.customizeStudyStepsTree(EditableTree<StudyStep> studyStepsTree) How to customize the study steps tree view for the specific simulation application? -
Uses of StudyStep in com.amalgamasimulation.studies.core
Subclasses of StudyStep in com.amalgamasimulation.studies.coreModifier and TypeClassDescriptionclassAn abstract study that performs iterative capacity expansion on units within aScenarioStudyStepbased on units' utilization and scenario's output improvement criteria.classclassclassclassclassclassMethods in com.amalgamasimulation.studies.core that return StudyStepMethods in com.amalgamasimulation.studies.core that return types with arguments of type StudyStepModifier and TypeMethodDescriptionStudyStep.children()Returns immediate children of this study step.StudyStep.descendants()Returns the result of the depth-first traversal of the study step tree, starting with the current study step.StudyStep.parent()StudyStep.parents()Methods in com.amalgamasimulation.studies.core with parameters of type StudyStepModifier and TypeMethodDescriptionvoidvoidvoidabstract voidStudySession.appendStudyConfig(StudyStep studyStep, Map<String, Object> config) StudySession.appendStudyConfigSpecV2(StudyStep studyStep) voidApplies the study logic starting from the given parent step.voidvoidabstract voidStudySession.applyModificationToStep(StudySession.ModificationType modificationType, StudyStep step) StudySession.applyStudyTypeToStep(StudySession.StudyType studyType, Map<String, Object> config, StudyStep step) booleanStudySession.canAddAxis(StudyStep step) abstract StudyStepbooleanIncrementalUnitsCapacityStudy.isApplicable(StudyStep studyStep) Determines whether this study can be applied to the given study step.booleanPossibleStudy.isApplicable(StudyStep studyStep) booleanStudy.isApplicable(StudyStep studyStep) booleanVariationStudy.isApplicable(StudyStep studyStep) StudySession.modificationTypes(StudyStep step) What modifications can be applied to the selected study step?voidStudyStep.removeChild(StudyStep childToRemove) voidStudySession.replaceStudyStep(StudyStep existingStudyStep, StudyStep newStudyStep) StudySession.report(StudySession.ReportType reportType, StudyStep step) StudySession.reportTypes(StudyStep step) StudySession.resultValues(StudyStep step) abstract StringStudySession.studyConfigSpecV2(StudySession.StudyType studyType, StudyStep step) StudySession.studyTypes(StudyStep step) Method parameters in com.amalgamasimulation.studies.core with type arguments of type StudyStepModifier and TypeMethodDescriptionstatic PossibleStudyPossibleStudy.of(String name, Supplier<Optional<Study>> studySupplier, Predicate<StudyStep> applicable) Constructors in com.amalgamasimulation.studies.core with parameters of type StudyStepModifierConstructorDescriptionLoadedScenarioStudyStep(StudyStep parent, org.eclipse.emf.ecore.EObject scenario, String filePath, int replicationsCount) ModifiedScenarioStudyStep(StudyStep parent, Modification modification, int replicationsCount) protectedScenarioStudyStep(StudyStep parent) protected