Uses of Class
de.iip_ecosphere.platform.configuration.easyProducer.ivml.AbstractIvmlModifier.InstantiationContext
Packages that use AbstractIvmlModifier.InstantiationContext
Package
Description
Generic mapping of IVML into AAS.
-
Uses of AbstractIvmlModifier.InstantiationContext in de.iip_ecosphere.platform.configuration.easyProducer.ivml
Fields in de.iip_ecosphere.platform.configuration.easyProducer.ivml declared as AbstractIvmlModifier.InstantiationContextMethods in de.iip_ecosphere.platform.configuration.easyProducer.ivml with parameters of type AbstractIvmlModifier.InstantiationContextModifier and TypeMethodDescriptionprivate voidAbstractIvmlModifier.addNameAdjustment(net.ssehub.easy.varModel.confModel.IDecisionVariable decVar, String varName, AbstractIvmlModifier.InstantiationContext context) Adds an adjustment for the name ofdecVarif enabled by#enableNameAdjustment.private 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.private voidAbstractIvmlModifier.instantiateVariables(Set<net.ssehub.easy.varModel.confModel.IDecisionVariable> vars, String targetPrj, AbstractIvmlModifier.InstantiationContext context) Integrates given variablesvarsintotargetPrj.private voidAbstractIvmlModifier.setValue(net.ssehub.easy.varModel.model.DecisionVariableDeclaration var, net.ssehub.easy.varModel.model.values.Value val, AbstractIvmlModifier.InstantiationContext context) Sets the configured value forvarasvalconsidering substitutions and adjustments fromcontext.Constructors in de.iip_ecosphere.platform.configuration.easyProducer.ivml with parameters of type AbstractIvmlModifier.InstantiationContextModifierConstructorDescriptionprivateCreates a value adjustment visitor.