Uses of Class
com.amalgamasimulation.studies.core.Modification
Packages that use Modification
Package
Description
-
Uses of Modification in com.amalgamasimulation.desktop.ui.studies
Methods in com.amalgamasimulation.desktop.ui.studies that return types with arguments of type ModificationModifier and TypeMethodDescriptionprotected List<Modification> StudyPart.modifications(ScenarioStudyStep selectedStudyStep) What modifications can be applied to the selected study step? -
Uses of Modification in com.amalgamasimulation.studies.core
Subclasses of Modification in com.amalgamasimulation.studies.coreModifier and TypeClassDescriptionclassAModificationthat applies a numeric change to the specified attribute of selected EMF objects of the specified type within a EMF data model.Methods in com.amalgamasimulation.studies.core that return ModificationModifier and TypeMethodDescriptionNumericAttributeVariationAxis.createModification(double value) NumericVariationAxis.createModification(double value) static ModificationModification.identity()Returns a singleton identity modification that performs no changes.ModifiedScenarioStudyStep.modification()abstract ModificationIncrementalUnitsCapacityStudy.unitCapacityExtensionModification(String unitId) Creates a modification that represents an increase in capacity for the specified unit.Constructors in com.amalgamasimulation.studies.core with parameters of type ModificationModifierConstructorDescriptionModifiedScenarioStudyStep(StudyStep parent, Modification modification, int replicationsCount) -
Uses of Modification in com.amalgamasimulation.studies.result
Methods in com.amalgamasimulation.studies.result with parameters of type ModificationModifier and TypeMethodDescriptionStudySerializer.modificationParameters(Modification modification) Must return an list of modification's parameters with which it can be constructed