Package org.intermine.pathquery

Class Summary
Constraints Builds constraints for the PathQuery.
ConstraintValueParser Parser for parsing constraint value.
LogicExpression In memory representation of constraint logic expression.
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
PathConstraintMultiValue Representation of a constraint to a collection of values in a query.
PathConstraintNull Representation of a null attribute constraint in the PathQuery
PathConstraintSubclass Representation of a subclass constraint in the PathQuery.
PathQuery Class to represent a path-based query.
PathQueryBinding Convert PathQueries to and from XML
PathQueryHandler Extension of DefaultHandler to handle parsing PathQuery objects
 

Enum Summary
OrderDirection An enumeration for the direction of sorting for results.
OuterJoinStatus Enumeration for outer join status.
 

Exception Summary
ParseValueException Exception thrown during parsing constraint value.
PathException An Exception thrown if there is a problem in the Path class.