Uses of Interface
net.ssehub.easy.varModel.model.datatypes.IDerivedDatatypeListener
Packages that use IDerivedDatatypeListener
Package
Description
Implements the evaluation of constraint syntax trees.
Base package for the variability model.
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 IDerivedDatatypeListenerModifier and TypeClassDescription(package private) classA 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 IDerivedDatatypeListenerModifier and TypeClassDescriptionclassDefines an abstract variable.classDefines an attribute.classDefines a constant decision variable declaration.classImplements a decision variable.classSpecial form of attribute specified by ".".classRepresents an explicitly typed declarator in a set operation.classFacilitates 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 IDerivedDatatypeListenerModifier and TypeFieldDescriptionprivate List<IDerivedDatatypeListener> DerivedDatatype.listenersMethods in net.ssehub.easy.varModel.model.datatypes with parameters of type IDerivedDatatypeListenerModifier and TypeMethodDescriptionvoidDerivedDatatype.register(IDerivedDatatypeListener listener) Registers a newIDerivedDatatypeListenerto this type.booleanDerivedDatatype.unregister(IDerivedDatatypeListener listener) Unregisters an existingIDerivedDatatypeListenerto this type.