Uses of Class
net.ssehub.easy.varModel.model.AttributeAssignment.Assignment
Packages that use AttributeAssignment.Assignment
Package
Description
Base package for the variability model.
Classes for creating an (adapted) copy of the
Project.-
Uses of AttributeAssignment.Assignment in net.ssehub.easy.varModel.model
Fields in net.ssehub.easy.varModel.model with type parameters of type AttributeAssignment.AssignmentModifier and TypeFieldDescriptionprivate List<AttributeAssignment.Assignment> AttributeAssignment.dataMethods in net.ssehub.easy.varModel.model that return AttributeAssignment.AssignmentModifier and TypeMethodDescriptionAttributeAssignment.getAssignmentData(int index) Returns the specified assignment data instance.Methods in net.ssehub.easy.varModel.model with parameters of type AttributeAssignment.AssignmentModifier and TypeMethodDescriptionvoidAttributeAssignment.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.AssignmentModifier and TypeFieldDescriptionprivate AttributeAssignment.AssignmentUncopiedElementsContainer.UnresolvedAnnotationAssignment.orgAssignmentMethods in net.ssehub.easy.varModel.model.rewrite that return AttributeAssignment.AssignmentModifier and TypeMethodDescription(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.AssignmentModifier and TypeMethodDescription(package private) voidUncopiedElementsContainer.addUncopiedAssignment(AttributeAssignment copiedParent, AttributeAssignment.Assignment uncopiedAssignment) Adds anAttributeAssignment.Assignment, which could not be copied so far.