ConfigPredicate
An abstract class representing a boolean predicate in the Grader assignment configuration.
This is comprised of a value and an operation, and can be used to write predicated behaviors in the config when running the grading pipeline.
Parameters
The type of object
Inheritors
Types
A predicate which matches against boolean values.
A predicate which matches against character-sequence values.
A set of predicate operations which supports comparison-based operations.
A set of predicate operations which supports equality-based operations.
A predicate which matches against floating-point values.
A predicate which matches against integral values.
Operations which may be used to join multiple predicates together.
Predicate operations supported by the ConfigPredicate.
A set of predicate operations which supports string equality operations.