Uses of Class
net.ssehub.easy.varModel.model.AttributeAssignment.Assignment
-
Packages that use AttributeAssignment.Assignment Package Description net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes.net.ssehub.easy.varModel.model Base package for the variability model.net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject. -
-
Uses of AttributeAssignment.Assignment in net.ssehub.easy.reasoning.sseReasoner
Methods in net.ssehub.easy.reasoning.sseReasoner with parameters of type AttributeAssignment.Assignment Modifier and Type Method Description private voidResolver. translateAnnotationAssignment(AttributeAssignment.Assignment assignment, DecisionVariableDeclaration element, ConstraintSyntaxTree compound)Method for creating attribute constraint for a specific element.Method parameters in net.ssehub.easy.reasoning.sseReasoner with type arguments of type AttributeAssignment.Assignment Modifier and Type Method Description private voidResolver. translateAnnotationAssignments(AttributeAssignment assignment, IDecisionVariable var, java.util.List<AttributeAssignment.Assignment> effectiveAssignments, ConstraintSyntaxTree compound)Translates attribute assignments. -
Uses of AttributeAssignment.Assignment in net.ssehub.easy.varModel.model
Fields in net.ssehub.easy.varModel.model with type parameters of type AttributeAssignment.Assignment Modifier and Type Field Description private java.util.List<AttributeAssignment.Assignment>AttributeAssignment. dataMethods in net.ssehub.easy.varModel.model that return AttributeAssignment.Assignment Modifier and Type Method Description AttributeAssignment.AssignmentAttributeAssignment. getAssignmentData(int index)Returns the specified assignment data instance.Methods in net.ssehub.easy.varModel.model with parameters of type AttributeAssignment.Assignment Modifier and Type Method Description voidAttributeAssignment. add(AttributeAssignment.Assignment assignment)Adds an individual assignment. -
Uses of AttributeAssignment.Assignment in net.ssehub.easy.varModel.model.rewrite
Fields in net.ssehub.easy.varModel.model.rewrite declared as AttributeAssignment.Assignment Modifier and Type Field Description private AttributeAssignment.AssignmentUncopiedElementsContainer.UnresolvedAnnotationAssignment. orgAssignmentMethods in net.ssehub.easy.varModel.model.rewrite that return AttributeAssignment.Assignment Modifier and Type Method Description (package private) AttributeAssignment.AssignmentUncopiedElementsContainer.UnresolvedAnnotationAssignment. getUnresolvedAssignment()Returns the originalAttributeAssignment.Assignment, which could not be copied.Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type AttributeAssignment.Assignment Modifier and Type Method Description (package private) voidUncopiedElementsContainer. addUncopiedAssignment(AttributeAssignment copiedParent, AttributeAssignment.Assignment uncopiedAssignment)Adds anAttributeAssignment.Assignment, which could not be copied so far.
-