Class PathCondition


public final class PathCondition extends Factor
  • Method Details

    • create

      public Node create(TypeManager typeManager, EntityModel entityModel)
      Description copied from class: Condition
      Creates a new node representing this condition.
      Specified by:
      create in class Condition
      Parameters:
      typeManager - the type manager as it might be required for creating nodes
      entityModel - the entity model which is the root of the query
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object