Uses of Enum Class
net.ssehub.easy.varModel.model.filter.DeclarationFinder.VisibilityType
Packages that use DeclarationFinder.VisibilityType
Package
Description
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.VisibilityTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DeclarationFinder.VisibilityType[]DeclarationFinder.VisibilityType.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 with parameters of type DeclarationFinder.VisibilityTypeModifier and TypeMethodDescriptionDeclarationFinder.getVariableDeclarations(DeclarationFinder.VisibilityType type) Getter for returning all DecisionVariableDeclarations of a Project.