| Constraints |
Builds constraints for the PathQuery.
|
| ConstraintValueParser |
Parser for parsing constraint value.
|
| JSONQueryHandler |
Handle parsing JSON queries and template queries
|
| LogicExpression |
In memory representation of constraint logic expression.
|
| LogicLexer |
|
| LogicParser |
|
| Node |
Superclass of left and right nodes
|
| OrderElement |
An element of the order by list of a PathQuery, containing a path and a direction.
|
| Path |
Object to represent a path through an InterMine model.
|
| PathConstraint |
Representation of a constraint in the PathQuery.
|
| PathConstraintAttribute |
Representation of a normal attribute constraint in the PathQuery
|
| PathConstraintBag |
Representation of a constraint to a bag in the PathQuery
|
| PathConstraintIds |
Representation of a constraint to a collection of object ids in a query.
|
| PathConstraintLookup |
Representation of a lookup constraint in the PathQuery
|
| PathConstraintLoop |
Representation of a loop constraint in the PathQuery
|
| PathConstraintMultitype |
A constraint that restricts a path to inhabiting one of a list of types.
|
| PathConstraintMultiValue |
Representation of a constraint to a collection of values in a query.
|
| PathConstraintNull |
Representation of a null attribute constraint in the PathQuery
|
| PathConstraintRange |
A constraint that restrict a path to a particular relationship with a set of ranges.
|
| PathConstraintSubclass |
Representation of a subclass constraint in the PathQuery.
|
| PathLengthComparator |
|
| PathQuery |
Class to represent a path-based query.
|
| PathQueryBinding |
Convert PathQueries to and from XML or JSON
|
| PathQueryHandler |
Extension of DefaultHandler to handle parsing PathQuery objects
|