Uses of Class
net.ssehub.easy.varModel.confModel.CommandAssignmentState
-
Packages that use CommandAssignmentState Package Description net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration. -
-
Uses of CommandAssignmentState in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel that return CommandAssignmentState Modifier and Type Method Description static CommandAssignmentStateCommandAssignmentState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommandAssignmentState[]CommandAssignmentState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-