Package ptolemy.actor.gt.test
Class AllMatchingTestHelper
- java.lang.Object
-
- ptolemy.actor.gt.test.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.
-
Constructor Summary
Constructors Constructor Description AllMatchingTestHelper()
-
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.
-
-
-
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.
-
-