Uses of Class
net.ssehub.easy.varModel.model.filter.mandatoryVars.Importance
-
Packages that use Importance Package Description net.ssehub.easy.varModel.model.filter.mandatoryVars 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 Importance Modifier and Type Field Description private java.util.Map<java.lang.String,Importance>VariableContainer. importancesMethods in net.ssehub.easy.varModel.model.filter.mandatoryVars that return Importance Modifier and Type Method Description static ImportanceImportance. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Importance[]Importance. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type Importance Modifier and Type Method Description (package private) voidVariableContainer. setImportance(java.lang.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 theVariableImportancefor all instances of the givenAbstractVariable.
-