Uses of Class
net.ssehub.easy.varModel.model.AttributeAssignment
Packages that use AttributeAssignment
Package
Description
This package represents a specific variability model configuration.
Base package for the variability model.
Base directory for the main datatype classes.
This package contains utility classes for filtering the model for specific model elements.
Filter for finding mandatory declarations.
Classes for creating an (adapted) copy of the
Project.Specific classes for performing search operations on models.
Instances of the datatypes.
These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Classes for validating e variability model, e.g.
-
Uses of AttributeAssignment in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type AttributeAssignmentModifier and TypeMethodDescriptionprotected voidDecisionVariable.InitializationAnnotationVisitor.processAttributeAssignment(AttributeAssignment assng) private voidAssignmentResolver.resolveAnnotationAssignments(AttributeAssignment assignBlock, Map<String, Value> annotationAssignments, List<IDecisionVariable> parents) Recursive method for resolving annotation assignments (part ofAssignmentResolver.resolveAnnotationAssignments(Project).private voidCompoundVariable.resolveAssignBlocks(AttributeAssignment assignBlock, Map<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 AttributeAssignmentModifier and TypeFieldDescriptionprivate List<AttributeAssignment> BasicDecisionVariableContainer.assignmentsMethods in net.ssehub.easy.varModel.model that return AttributeAssignmentModifier and TypeMethodDescriptionAttributeAssignment.getAssignment(int index) BasicDecisionVariableContainer.getAssignment(int index) IDecisionVariableContainer.getAssignment(int index) Returns the assignment specified byindex.Methods in net.ssehub.easy.varModel.model with parameters of type AttributeAssignmentModifier and TypeMethodDescriptionvoidAttributeAssignment.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 AttributeAssignmentMethods in net.ssehub.easy.varModel.model.datatypes with parameters of type AttributeAssignment -
Uses of AttributeAssignment in net.ssehub.easy.varModel.model.filter
Fields in net.ssehub.easy.varModel.model.filter with type parameters of type AttributeAssignmentModifier and TypeFieldDescriptionprivate List<AttributeAssignment> ConstraintFinder.allAttributesprivate List<AttributeAssignment> AnnotationAssignmentFinder.assignmentBlocksMethods in net.ssehub.easy.varModel.model.filter that return types with arguments of type AttributeAssignmentModifier and TypeMethodDescriptionAnnotationAssignmentFinder.getAssignmentBlocks()Returns the found assignments blocks.ConstraintFinder.getAttributeAssignments()Method for returning all attribute assignments.Methods in net.ssehub.easy.varModel.model.filter with parameters of type AttributeAssignmentModifier and TypeMethodDescriptionvoidAbstractFrozenElementsFinder.visitAttributeAssignment(AttributeAssignment assignment) voidAnnotationAssignmentFinder.visitAttributeAssignment(AttributeAssignment assignment) voidConstraintFinder.visitAttributeAssignment(AttributeAssignment assignment) voidDatatypeFinder.visitAttributeAssignment(AttributeAssignment assignment) voidDeclarationFinder.visitAttributeAssignment(AttributeAssignment assignment) voidDeclarationInContainerFinder.visitAttributeAssignment(AttributeAssignment assignment) voidDeclarationMapper.visitAttributeAssignment(AttributeAssignment assignment) voidEvalBlockFinder.visitAttributeAssignment(AttributeAssignment assignment) voidModelElementTypeFinder.visitAttributeAssignment(AttributeAssignment assignment) voidNamespaceFinder.visitAttributeAssignment(AttributeAssignment assignment) voidProjectInterfaceFinder.visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type AttributeAssignmentModifier and TypeMethodDescriptionvoidMandatoryDeclarationClassifier.visitAttributeAssignment(AttributeAssignment assignment) -
Uses of AttributeAssignment in net.ssehub.easy.varModel.model.rewrite
Fields in net.ssehub.easy.varModel.model.rewrite declared as AttributeAssignmentModifier and TypeFieldDescriptionprivate AttributeAssignmentUncopiedElementsContainer.UnresolvedAnnotationAssignment.copiedParentBlockMethods in net.ssehub.easy.varModel.model.rewrite that return AttributeAssignmentModifier and TypeMethodDescription(package private) AttributeAssignmentUncopiedElementsContainer.UnresolvedAnnotationAssignment.getCopiedParent()Returns the target/copiedAttributeAssignment.Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type AttributeAssignmentModifier and TypeMethodDescription(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 AttributeAssignmentModifier and TypeMethodDescriptionvoidPrefixSearchVisitor.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 AttributeAssignmentModifier and TypeMethodDescriptionprivate voidCompoundValue.initializeAttributeAssignment(AttributeAssignment assng, Map<String, 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 AttributeAssignmentModifier and TypeMethodDescriptionvoidAbstractVarModelWriter.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 AttributeAssignmentModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitAttributeAssignment(AttributeAssignment assignment)