Package redempt.ordinate.constraint
Interface ConstraintParser<T,V>
- Type Parameters:
T
- The sender typeV
- The type the constraint is applied to
public interface ConstraintParser<T,V>
Represents a parser that can create constraints from strings specified in the command file
-
Method Summary
-
Method Details
-
parse
Parse a constraint- Parameters:
val
- The string value of the constraint- Returns:
- The created constraint
-