Uses of Class
net.ssehub.easy.varModel.model.datatypes.ConstraintType
-
Packages that use ConstraintType Package Description net.ssehub.easy.instantiation.velocity This package contains the VIL instantiator realization of Apache's Velocity.
For more information please visit the Velocity project page.net.ssehub.easy.producer.ui.confModel This package holds a GUI representation of the configuration with methods and additional information as needed by the Eclipse UI.net.ssehub.easy.reasoning.sseReasoner.functions Package contains custom functions for IVML.net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration.net.ssehub.easy.varModel.model.datatypes Base directory for the main datatype classes. -
-
Uses of ConstraintType in net.ssehub.easy.instantiation.velocity
Methods in net.ssehub.easy.instantiation.velocity with parameters of type ConstraintType Modifier and Type Method Description voidVelocityContextInitializer. visitConstraintType(ConstraintType datatype) -
Uses of ConstraintType in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel with parameters of type ConstraintType Modifier and Type Method Description voidConfigEditorValueRetriever. visitConstraintType(ConstraintType datatype)voidGUIValueFactory.VariableVisitor. visitConstraintType(ConstraintType datatype)voidTooltipCreator. visitConstraintType(ConstraintType type) -
Uses of ConstraintType in net.ssehub.easy.reasoning.sseReasoner.functions
Methods in net.ssehub.easy.reasoning.sseReasoner.functions with parameters of type ConstraintType Modifier and Type Method Description voidConstraintFunctions.TransitiveConstraintFinder. visitConstraintType(ConstraintType type) -
Uses of ConstraintType in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type ConstraintType Modifier and Type Method Description voidVariableCreator. visitConstraintType(ConstraintType type) -
Uses of ConstraintType in net.ssehub.easy.varModel.model.datatypes
Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type ConstraintType Modifier and Type Method Description voidBaseTypeVisitor. visitConstraintType(ConstraintType type)voidDatatypeVisitor. visitConstraintType(ConstraintType type)voidIDatatypeVisitor. visitConstraintType(ConstraintType type)Visiting method for visiting aConstraintType.
-