An implementation of Issue #1 . Creates a new separate grammar UVLConstraint, and implements the necessary functions to parse UVL constraints.
Additionally adds a parseConstraint(String s) method to the UVLModelFactory that returns a Constraint Object from the parsed String.
An implementation of Issue #1 . Creates a new separate grammar UVLConstraint, and implements the necessary functions to parse UVL constraints. Additionally adds a
parseConstraint(String s)
method to the UVLModelFactory that returns a Constraint Object from the parsed String.