Class Pattern

  • All Implemented Interfaces:
    Visitable

    @API(status=INTERNAL,
         since="1.0")
    public final class Pattern
    extends TypedSubtree<PatternElement>
    A pattern is something that can be matched. It consists of one or more pattern elements. Those can be nodes or chains of nodes and relationships.

    See Pattern.

    Since:
    1.0
    Author:
    Michael J. Simons
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait