Uses of Interface
net.ssehub.easy.varModel.model.datatypes.IDatatypeVisitor
-
Packages that use IDatatypeVisitor 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 Base package for the variability model.net.ssehub.easy.varModel.model.datatypes Base directory for the main datatype classes. -
-
Uses of IDatatypeVisitor in net.ssehub.easy.instantiation.velocity
Classes in net.ssehub.easy.instantiation.velocity that implement IDatatypeVisitor Modifier and Type Class Description (package private) classVelocityContextInitializerConverts anIDecisionVariableinto flatVelocityContextItem, because Velocity needs a simple (name, value) tuple for instantiation. -
Uses of IDatatypeVisitor in net.ssehub.easy.producer.ui.confModel
Classes in net.ssehub.easy.producer.ui.confModel that implement IDatatypeVisitor Modifier and Type Class Description (package private) classConfigEditorValueRetrieverThis class is part of the ConfigurationCellEditor.getValue(Object) and converts a givenIDecisionVariableto an Object so that the Eclipse editors are able to handle it.private static classGUIValueFactory.VariableVisitorPart of theGUIValueFactoryfor creating aGUIVariable.(package private) classTooltipCreatorCreated a tooltip for a given variable. -
Uses of IDatatypeVisitor in net.ssehub.easy.reasoning.sseReasoner.functions
Classes in net.ssehub.easy.reasoning.sseReasoner.functions that implement IDatatypeVisitor Modifier and Type Class Description private static classConstraintFunctions.TransitiveConstraintFinderA transitive constraint/variables finder. -
Uses of IDatatypeVisitor in net.ssehub.easy.varModel.confModel
Classes in net.ssehub.easy.varModel.confModel that implement IDatatypeVisitor Modifier and Type Class Description classVariableCreatorFactory for convertingAbstractVariableintoDecisionVariable. -
Uses of IDatatypeVisitor in net.ssehub.easy.varModel.model
Classes in net.ssehub.easy.varModel.model that implement IDatatypeVisitor Modifier and Type Class Description classIvmlDatatypeVisitorImplements a default datatype visitor for IVML.private static classModelQuery.MqDatatypeVisitorA private quick datatype visitor.Methods in net.ssehub.easy.varModel.model with parameters of type IDatatypeVisitor Modifier and Type Method Description voidContainableModelElement. accept(IDatatypeVisitor visitor)voidProjectType. accept(IDatatypeVisitor visitor) -
Uses of IDatatypeVisitor in net.ssehub.easy.varModel.model.datatypes
Classes in net.ssehub.easy.varModel.model.datatypes that implement IDatatypeVisitor Modifier and Type Class Description classBaseTypeVisitorA visitor which determines the (recursive) base type of a given type.classDatatypeVisitorImplements a default visitor where contained types are surrounded by their containing types.Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type IDatatypeVisitor Modifier and Type Method Description voidAnyType. accept(IDatatypeVisitor visitor)abstract voidBasisDatatype. accept(IDatatypeVisitor visitor)voidBooleanType. accept(IDatatypeVisitor visitor)voidCompound. accept(IDatatypeVisitor visitor)Accepts a specialized visitor for creating a textual representation of the identity of this type.voidConstraintType. accept(IDatatypeVisitor visitor)voidContainer. accept(IDatatypeVisitor visitor)voidDelegatingType. accept(IDatatypeVisitor visitor)voidDerivedDatatype. accept(IDatatypeVisitor visitor)voidEnum. accept(IDatatypeVisitor visitor)voidIDatatypeVisitable. accept(IDatatypeVisitor visitor)Accepts a specialized visitor for creating a textual representation of the identity of this type.voidIntegerType. accept(IDatatypeVisitor visitor)voidMetaType. accept(IDatatypeVisitor visitor)voidOrderedEnum. accept(IDatatypeVisitor visitor)voidRealType. accept(IDatatypeVisitor visitor)voidReference. accept(IDatatypeVisitor visitor)voidSequence. accept(IDatatypeVisitor visitor)voidSet. accept(IDatatypeVisitor visitor)voidStringType. accept(IDatatypeVisitor visitor)voidVersionType. accept(IDatatypeVisitor visitor)voidVoidType. accept(IDatatypeVisitor visitor)
-