Class StrategicSearch
java.lang.Object
es.ucm.maude.bindings.StrategicSearch
-
Method Details
-
delete
public void delete() -
iterator
-
hasNext
-
next
-
getRewriteCount
public int getRewriteCount()Get the number of rewrites until the solution has been found. -
__next
Get the next solution for the strategic search.
- Returns:
- That solution or null pointer if the end has
been reached.
-