Class AllMatchingTestHelper


  • public class AllMatchingTestHelper
    extends java.lang.Object
    A helper for testing the graph matching.
    Since:
    Ptolemy II 6.1
    Version:
    $Id$
    Author:
    Thomas Huining Feng
    Pt.AcceptedRating:
    Red (tfeng)
    Pt.ProposedRating:
    Yellow (tfeng)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      MatchCallback callback
      A callback that records all the match results, and keeps the matching algorithm executing until all matches are found.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Generate a string that represents all the received match results.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • callback

        public final MatchCallback callback
        A callback that records all the match results, and keeps the matching algorithm executing until all matches are found.
    • Constructor Detail

      • AllMatchingTestHelper

        public AllMatchingTestHelper()
    • Method Detail

      • toString

        public java.lang.String toString()
        Generate a string that represents all the received match results.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string of match results.