Uses of Class
net.ssehub.easy.varModel.model.datatypes.Set
-
Packages that use Set Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.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.core.reasoner All classes and interfaces needed to implement a reasoner.
How to write a reasoner: Create an Eclipse Plugin project with Activator (even if "empty"). Addorg.eclipse.equinox.dsto the required plugins andorg.osgi.service.componentto the imported packages as your reasoner will be linked using OSGi descriptive services (DS) to the reasoner core.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.net.ssehub.easy.varModel.model.filter This package contains utility classes for filtering the model for specific model elements.net.ssehub.easy.varModel.model.filter.mandatoryVars Filter for finding mandatory declarations.net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject.net.ssehub.easy.varModel.model.search Specific classes for performing search operations on models.net.ssehub.easy.varModel.persistency These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVMLnet.ssehub.easy.varModel.validation Classes for validating e variability model, e.g. -
-
Uses of Set in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type Set Modifier and Type Method Description voidVariableCollector. visitSet(Set set) -
Uses of Set in net.ssehub.easy.instantiation.velocity
Methods in net.ssehub.easy.instantiation.velocity with parameters of type Set Modifier and Type Method Description voidVelocityContextInitializer. visitSet(Set set) -
Uses of Set in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel with parameters of type Set Modifier and Type Method Description voidConfigEditorValueRetriever. visitSet(Set set)voidErrorSetter. visitSet(Set set)voidGUIValueFactory.VariableVisitor. visitSet(Set set)voidTooltipCreator. visitSet(Set set) -
Uses of Set in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type Set Modifier and Type Method Description voidAttributeValues.ResolutionVisitor. visitSet(Set set) -
Uses of Set in net.ssehub.easy.reasoning.sseReasoner.functions
Methods in net.ssehub.easy.reasoning.sseReasoner.functions with parameters of type Set Modifier and Type Method Description voidConstraintFunctions.TransitiveConstraintFinder. visitSet(Set set) -
Uses of Set in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type Set Modifier and Type Method Description voidAssignmentResolver.AssignBlockVisitor. visitSet(Set set)voidVariableCreator. visitSet(Set set) -
Uses of Set in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type Set Modifier and Type Method Description voidModelStatistics.StatisticsVisitor. visitSet(Set set)voidModelVisitorAdapter. visitSet(Set set) -
Uses of Set in net.ssehub.easy.varModel.model.datatypes
Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type Set Modifier and Type Method Description voidBaseTypeVisitor. visitSet(Set set)voidDatatypeVisitor. visitSet(Set set)voidICustomDatatypeVisitor. visitSet(Set set)Method for visiting a set.voidIDatatypeVisitor. visitSet(Set set)Is called by a set data type. -
Uses of Set in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type Set Modifier and Type Method Description voidAbstractDeclarationFinder. visitSet(Set set)voidAbstractFrozenElementsFinder. visitSet(Set set)voidAnnotationAssignmentFinder. visitSet(Set set)voidConstraintFinder. visitSet(Set set)voidDatatypeFinder. visitSet(Set set)voidDeclarationInContainerFinder. visitSet(Set set)voidEvalBlockFinder. visitSet(Set set)voidModelElementTypeFinder. visitSet(Set set)voidNamespaceFinder. visitSet(Set set)voidProjectInterfaceFinder. visitSet(Set set) -
Uses of Set in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type Set Modifier and Type Method Description voidMandatoryDeclarationClassifier. visitSet(Set set) -
Uses of Set in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type Set Modifier and Type Method Description voidDeletedElementsCollector. visitSet(Set set)voidInitialStructureCollector. visitSet(Set set)voidProjectCopyVisitor. visitSet(Set set)voidProjectRewriteVisitor. visitSet(Set set) -
Uses of Set in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type Set Modifier and Type Method Description voidPrefixSearchVisitor. visitSet(Set set) -
Uses of Set in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type Set Modifier and Type Method Description voidIVMLWriter. visitSet(Set set)voidVariableUsage. visitSet(Set set) -
Uses of Set in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type Set Modifier and Type Method Description voidIvmlValidationVisitor. visitSet(Set set)
-