Uses of Enum Class
neqsim.process.ml.Constraint.Category
Packages that use Constraint.Category
-
Uses of Constraint.Category in neqsim.process.ml
Subclasses with type arguments of type Constraint.Category in neqsim.process.mlModifier and TypeClassDescriptionstatic enumConstraint category for grouping.Fields in neqsim.process.ml declared as Constraint.CategoryMethods in neqsim.process.ml that return Constraint.CategoryModifier and TypeMethodDescriptionConstraint.getCategory()static Constraint.CategoryReturns the enum constant of this class with the specified name.static Constraint.Category[]Constraint.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.ml with parameters of type Constraint.CategoryModifier and TypeMethodDescriptionConstraintManager.getViolationsByCategory(Constraint.Category category) Get violations by category.Constructors in neqsim.process.ml with parameters of type Constraint.CategoryModifierConstructorDescriptionConstraint(String name, String description, Constraint.Type type, Constraint.Category category, String variableName, double lowerBound, double upperBound, String unit) Create a constraint.