Uses of Class
net.ssehub.easy.varModel.model.CompoundAccessStatement
-
Packages that use CompoundAccessStatement Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.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.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.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 CompoundAccessStatement in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type CompoundAccessStatement Modifier and Type Method Description voidVariableCollector. visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel with parameters of type CompoundAccessStatement Modifier and Type Method Description voidErrorSetter. visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type CompoundAccessStatement Modifier and Type Method Description voidAttributeValues.ResolutionVisitor. visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type CompoundAccessStatement Modifier and Type Method Description voidAssignmentResolver.AssignBlockVisitor. visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type CompoundAccessStatement Modifier and Type Method Description voidIModelVisitor. visitCompoundAccessStatement(CompoundAccessStatement access)Visits a compound access statement (may occur in freeze blocks.voidModelStatistics.StatisticsVisitor. visitCompoundAccessStatement(CompoundAccessStatement access)voidModelVisitorAdapter. visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.model.filter
-
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type CompoundAccessStatement Modifier and Type Method Description voidMandatoryDeclarationClassifier. visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.model.rewrite
Fields in net.ssehub.easy.varModel.model.rewrite with type parameters of type CompoundAccessStatement Modifier and Type Field Description private java.util.Set<CompoundAccessStatement>UncopiedElementsContainer. uncopiedCompoundAccessesSet ofCompoundAccessStatements which could not be translated because the compound variable was not copied so far.Methods in net.ssehub.easy.varModel.model.rewrite that return types with arguments of type CompoundAccessStatement Modifier and Type Method Description (package private) java.util.Set<CompoundAccessStatement>UncopiedElementsContainer. getUncopiedCompoundAccesses()Returns the set ofCompoundAccessStatements, which could not be copied.Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type CompoundAccessStatement Modifier and Type Method Description (package private) voidUncopiedElementsContainer. addCompoundAccess(CompoundAccessStatement notCopiedCompoundAccess)Adds an originalCompoundAccessStatement, which could not be copied at all.voidDeletedElementsCollector. visitCompoundAccessStatement(CompoundAccessStatement access)voidInitialStructureCollector. visitCompoundAccessStatement(CompoundAccessStatement access)voidProjectCopyVisitor. visitCompoundAccessStatement(CompoundAccessStatement access)voidProjectRewriteVisitor. visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type CompoundAccessStatement Modifier and Type Method Description voidPrefixSearchVisitor. visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type CompoundAccessStatement Modifier and Type Method Description voidIVMLWriter. visitCompoundAccessStatement(CompoundAccessStatement access)voidVariableUsage. visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type CompoundAccessStatement Modifier and Type Method Description voidIvmlValidationVisitor. visitCompoundAccessStatement(CompoundAccessStatement access)
-