Uses of Class
net.ssehub.easy.varModel.model.AttributeAssignment
-
Packages that use AttributeAssignment Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.de.uni_hildesheim.sse.ui.contentassist 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.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes.net.ssehub.easy.reasoning.sseReasoner.functions Package contains custom functions for IVML.net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other.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.model.values Instances of the datatypes.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 AttributeAssignment in de.uni_hildesheim.sse.translation
Fields in de.uni_hildesheim.sse.translation with type parameters of type AttributeAssignment Modifier and Type Field Description private java.util.Map<de.uni_hildesheim.sse.ivml.AttrAssignment,AttributeAssignment>ModelTranslator. assignmentMappingMethods in de.uni_hildesheim.sse.translation with parameters of type AttributeAssignment Modifier and Type Method Description voidTypeContext. addToContext(AttributeAssignment assignment)Adds an attribute assignment to the current context (layer). -
Uses of AttributeAssignment in de.uni_hildesheim.sse.ui.contentassist
Methods in de.uni_hildesheim.sse.ui.contentassist with parameters of type AttributeAssignment Modifier and Type Method Description protected voidExpressionProposalProvider. propose(AttributeAssignment assgn, org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext context, org.eclipse.xtext.ui.editor.contentassist.ICompletionProposalAcceptor acceptor, int priority, java.util.Set<java.lang.String> done)Propose declared variables on the given attribute assignment. -
Uses of AttributeAssignment in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type AttributeAssignment Modifier and Type Method Description voidVariableCollector. visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel with parameters of type AttributeAssignment Modifier and Type Method Description private static voidGUIConfiguration. determineVisible(AttributeAssignment block, java.util.Set<AbstractVariable> visible)Part ofGUIConfiguration.determineVisible(IResolutionScope, Set, Set), which handlesAttributeAssignmentblocks recursively.voidErrorSetter. visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type AttributeAssignment Modifier and Type Method Description voidAttributeValues.ResolutionVisitor. visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.reasoning.sseReasoner
Methods in net.ssehub.easy.reasoning.sseReasoner with parameters of type AttributeAssignment Modifier and Type Method Description protected voidResolver.CompoundAnnotationMapper. processAttributeAssignment(AttributeAssignment assng)private voidResolver. translateAnnotationAssignments(AttributeAssignment assignment, IDecisionVariable var, java.util.List<AttributeAssignment.Assignment> effectiveAssignments, ConstraintSyntaxTree compound)Translates attribute assignments.voidResolver.ConstraintTranslationVisitor. visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.reasoning.sseReasoner.functions
Methods in net.ssehub.easy.reasoning.sseReasoner.functions with parameters of type AttributeAssignment Modifier and Type Method Description static voidConstraintFunctions. allAssignmentConstraints(AttributeAssignment assng, AbstractConstraintProcessor processor)Processes all assignment constraints.voidConstraintFunctions.TransitiveConstraintFinder. visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.reasoning.sseReasoner.model
Methods in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type AttributeAssignment Modifier and Type Method Description (package private) voidContextStack. collectAnnotationAssignments(AttributeAssignment assng)Collects annotation assignment names in this context. -
Uses of AttributeAssignment in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type AttributeAssignment Modifier and Type Method Description protected voidDecisionVariable.InitializationAnnotationVisitor. processAttributeAssignment(AttributeAssignment assng)private voidAssignmentResolver. resolveAnnotationAssignments(AttributeAssignment assignBlock, java.util.Map<java.lang.String,Value> annotationAssignments, java.util.List<IDecisionVariable> parents)Recursive method for resolving annotation assignments (part ofAssignmentResolver.resolveAnnotationAssignments(Project).private voidCompoundVariable. resolveAssignBlocks(AttributeAssignment assignBlock, java.util.Map<java.lang.String,Value> annotationValues)Second recursive part ofCompoundVariable.resolveAssignBlocks(Compound), find (nested assign blocks) inside the currently visited compound and set values to the associatedIDecisionVariables.protected voidAbstractConfigurationStatisticsVisitor. visitAssignment(AttributeAssignment assng)Processes attribute assignments.voidAssignmentResolver.AssignBlockVisitor. visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.varModel.model
Fields in net.ssehub.easy.varModel.model with type parameters of type AttributeAssignment Modifier and Type Field Description private java.util.List<AttributeAssignment>BasicDecisionVariableContainer. assignmentsMethods in net.ssehub.easy.varModel.model that return AttributeAssignment Modifier and Type Method Description AttributeAssignmentAttributeAssignment. getAssignment(int index)AttributeAssignmentBasicDecisionVariableContainer. getAssignment(int index)AttributeAssignmentIDecisionVariableContainer. getAssignment(int index)Returns the assignment specified byindex.Methods in net.ssehub.easy.varModel.model with parameters of type AttributeAssignment Modifier and Type Method Description voidAttributeAssignment. add(AttributeAssignment assignment)voidBasicDecisionVariableContainer. add(AttributeAssignment assignment)voidIDecisionVariableContainer. add(AttributeAssignment assignment)Adds a nested assignment.protected abstract voidAnnotationVisitor. processAttributeAssignment(AttributeAssignment assng)Processes an attribute assignment.voidIModelVisitor. visitAttributeAssignment(AttributeAssignment assignment)Visits an attribute assignment.voidModelStatistics.StatisticsVisitor. visitAttributeAssignment(AttributeAssignment assignment)voidModelVisitorAdapter. visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.varModel.model.datatypes
Methods in net.ssehub.easy.varModel.model.datatypes that return AttributeAssignment Modifier and Type Method Description AttributeAssignmentCompound. getAssignment(int index)Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type AttributeAssignment Modifier and Type Method Description voidCompound. add(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.varModel.model.filter
Fields in net.ssehub.easy.varModel.model.filter with type parameters of type AttributeAssignment Modifier and Type Field Description private java.util.List<AttributeAssignment>ConstraintFinder. allAttributesprivate java.util.List<AttributeAssignment>AnnotationAssignmentFinder. assignmentBlocksMethods in net.ssehub.easy.varModel.model.filter that return types with arguments of type AttributeAssignment Modifier and Type Method Description java.util.List<AttributeAssignment>AnnotationAssignmentFinder. getAssignmentBlocks()Returns the found assignments blocks.java.util.List<AttributeAssignment>ConstraintFinder. getAttributeAssignments()Method for returning all attribute assignments. -
Uses of AttributeAssignment in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type AttributeAssignment Modifier and Type Method Description voidMandatoryDeclarationClassifier. visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.varModel.model.rewrite
Fields in net.ssehub.easy.varModel.model.rewrite declared as AttributeAssignment Modifier and Type Field Description private AttributeAssignmentUncopiedElementsContainer.UnresolvedAnnotationAssignment. copiedParentBlockMethods in net.ssehub.easy.varModel.model.rewrite that return AttributeAssignment Modifier and Type Method Description (package private) AttributeAssignmentUncopiedElementsContainer.UnresolvedAnnotationAssignment. getCopiedParent()Returns the target/copiedAttributeAssignment.Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type AttributeAssignment Modifier and Type Method Description (package private) voidUncopiedElementsContainer. addUncopiedAssignment(AttributeAssignment copiedParent, AttributeAssignment.Assignment uncopiedAssignment)Adds anAttributeAssignment.Assignment, which could not be copied so far.voidDeletedElementsCollector. visitAttributeAssignment(AttributeAssignment assignment)voidInitialStructureCollector. visitAttributeAssignment(AttributeAssignment assignment)voidProjectCopyVisitor. visitAttributeAssignment(AttributeAssignment assignment)voidProjectRewriteVisitor. visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type AttributeAssignment Modifier and Type Method Description voidPrefixSearchVisitor. visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.varModel.model.values
Methods in net.ssehub.easy.varModel.model.values with parameters of type AttributeAssignment Modifier and Type Method Description private voidCompoundValue. initializeAttributeAssignment(AttributeAssignment assng, java.util.Map<java.lang.String,java.lang.Object> initialValues)Initializes an attribute assignment. -
Uses of AttributeAssignment in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type AttributeAssignment Modifier and Type Method Description voidAbstractVarModelWriter. visitAttributeAssignment(AttributeAssignment assignment)voidIVMLWriter. visitAttributeAssignment(AttributeAssignment assignment)voidVariableUsage. visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type AttributeAssignment Modifier and Type Method Description voidIvmlValidationVisitor. visitAttributeAssignment(AttributeAssignment assignment)
-