Uses of Class
net.ssehub.easy.varModel.confModel.AssignmentState
-
Packages that use AssignmentState Package Description net.ssehub.easy.producer.ui.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors.net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration. -
-
Uses of AssignmentState in net.ssehub.easy.producer.ui.productline_editor.configuration
Fields in net.ssehub.easy.producer.ui.productline_editor.configuration declared as AssignmentState Modifier and Type Field Description private AssignmentStateAssignmentStateFilter. stateConstructors in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type AssignmentState Constructor Description AssignmentStateFilter(AssignmentState state)Sole constructor for this class. -
Uses of AssignmentState in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel that return AssignmentState Modifier and Type Method Description static AssignmentStateAssignmentState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AssignmentState[]AssignmentState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-