Uses of Enum Class
net.ssehub.easy.varModel.model.filter.mandatoryVars.Importance
Packages that use Importance
Package
Description
Filter for finding mandatory declarations.
-
Uses of Importance in net.ssehub.easy.varModel.model.filter.mandatoryVars
Fields in net.ssehub.easy.varModel.model.filter.mandatoryVars with type parameters of type ImportanceMethods in net.ssehub.easy.varModel.model.filter.mandatoryVars that return ImportanceModifier and TypeMethodDescriptionstatic ImportanceReturns the enum constant of this class with the specified name.static Importance[]Importance.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type ImportanceModifier and TypeMethodDescription(package private) voidVariableContainer.setImportance(String qName, Importance importance) Changes the importance of theIDecisionVariable.(package private) voidVariableContainer.setImportance(IDecisionVariable variable, Importance importance) Changes the importance of theIDecisionVariable.private voidMandatoryDeclarationClassifier.setImportanceForAllInstancesOfDeclaration(AbstractVariable decl, Importance importance) Changes the variable importance for all instances of the givenAbstractVariable.