Uses of Enum Class
de.iip_ecosphere.platform.configuration.ivml.AbstractIvmlModifier.Mode
Packages that use AbstractIvmlModifier.Mode
-
Uses of AbstractIvmlModifier.Mode in de.iip_ecosphere.platform.configuration.ivml
Methods in de.iip_ecosphere.platform.configuration.ivml that return AbstractIvmlModifier.ModeModifier and TypeMethodDescriptionstatic AbstractIvmlModifier.ModeReturns the enum constant of this class with the specified name.static AbstractIvmlModifier.Mode[]AbstractIvmlModifier.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type AbstractIvmlModifier.ModeModifier and TypeMethodDescriptionprivate voidAbstractIvmlModifier.instantiateMeshes(Set<net.ssehub.easy.varModel.confModel.IDecisionVariable> meshes, AbstractIvmlModifier.Mode mode, AbstractIvmlModifier.InstantiationContext context) Instantiates the given meshes.private net.ssehub.easy.varModel.confModel.IDecisionVariableAbstractIvmlModifier.instantiateTemplateVariable(net.ssehub.easy.varModel.confModel.IDecisionVariable decVar, String targetType, String varName, AbstractIvmlModifier.Mode mode, AbstractIvmlModifier.InstantiationContext context) Instantiates a template application/mesh variable.