Uses of Interface
net.ssehub.easy.varModel.model.datatypes.IDerivedDatatypeListener
-
Packages that use IDerivedDatatypeListener Package Description net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees.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 IDerivedDatatypeListener in net.ssehub.easy.varModel.cstEvaluation
Classes in net.ssehub.easy.varModel.cstEvaluation that implement IDerivedDatatypeListener Modifier and Type Class Description (package private) classCollectionElementVariableA temporary variable representing a value of a container. -
Uses of IDerivedDatatypeListener in net.ssehub.easy.varModel.model
Classes in net.ssehub.easy.varModel.model that implement IDerivedDatatypeListener Modifier and Type Class Description classAbstractVariableDefines an abstract variable.classAttributeDefines an attribute.classConstantDecisionVariableDeclarationDefines a constant decision variable declaration.classDecisionVariableDeclarationImplements a decision variable.classDotAttributeSpecial form of attribute specified by ".".classExplicitTypeVariableDeclarationRepresents an explicitly typed declarator in a set operation.classProjectDecisionVariableDeclarationFacilitates attribute propagation to parent project. -
Uses of IDerivedDatatypeListener in net.ssehub.easy.varModel.model.datatypes
Fields in net.ssehub.easy.varModel.model.datatypes with type parameters of type IDerivedDatatypeListener Modifier and Type Field Description private java.util.List<IDerivedDatatypeListener>DerivedDatatype. listenersMethods in net.ssehub.easy.varModel.model.datatypes with parameters of type IDerivedDatatypeListener Modifier and Type Method Description voidDerivedDatatype. register(IDerivedDatatypeListener listener)Registers a newIDerivedDatatypeListenerto this type.booleanDerivedDatatype. unregister(IDerivedDatatypeListener listener)Unregisters an existingIDerivedDatatypeListenerto this type.
-