Class Match


  • public final class Match
    extends java.lang.Object
    Object that contains the information for a given match.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NodeMetadata getMetadata()
      Returns the metadata for this match.
      Node getNode()
      Returns the node that matched the given conditions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getNode

        public Node getNode()
        Returns the node that matched the given conditions.
      • getMetadata

        public NodeMetadata getMetadata()
        Returns the metadata for this match.