Uses of Class
net.ssehub.easy.varModel.model.filter.DeclarationFinder.VisibilityType
-
Packages that use DeclarationFinder.VisibilityType Package Description net.ssehub.easy.varModel.model.filter This package contains utility classes for filtering the model for specific model elements. -
-
Uses of DeclarationFinder.VisibilityType in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter that return DeclarationFinder.VisibilityType Modifier and Type Method Description static DeclarationFinder.VisibilityTypeDeclarationFinder.VisibilityType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DeclarationFinder.VisibilityType[]DeclarationFinder.VisibilityType. 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 with parameters of type DeclarationFinder.VisibilityType Modifier and Type Method Description java.util.List<AbstractVariable>DeclarationFinder. getVariableDeclarations(DeclarationFinder.VisibilityType type)Getter for returning all DecisionVariableDeclarations of a Project.
-