Module xl

Class EdgePattern

All Implemented Interfaces:
BytecodeSerialization.Serializable
Direct Known Subclasses:
SpacingPattern

public class EdgePattern extends BuiltInPattern
  • Field Details

    • ANY_EDGE

      public static final int ANY_EDGE
      Any edge. This int-value represents an edge of any type within the context of EdgePattern.
      See Also:
    • SUCCESSOR_EDGE

      public static final int SUCCESSOR_EDGE
      Successor edge. This int-value represents an edge of type successor within the context of EdgePattern.
      See Also:
    • BRANCH_EDGE

      public static final int BRANCH_EDGE
      Branch edge. This int-value represents an edge of type branch within the context of EdgePattern.
      See Also:
    • REFINEMENT_EDGE

      public static final int REFINEMENT_EDGE
      Refinement edge. This int-value represents an edge of type refinement within the context of EdgePattern.
      See Also:
  • Constructor Details

    • EdgePattern

      public EdgePattern(Type nodeType, Type edgeType, Serializable edge, int direction)
    • EdgePattern

      public EdgePattern(Type nodeType, Type edgeType, int direction)
  • Method Details