public class StableStateSearcher extends AbstractTask<Integer>
Thread.State, Thread.UncaughtExceptionHandlercanceledMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
StableStateSearcher(LogicalModel model)
Create a new stable state searcher.
|
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
doGetResult()
Placeholder for the actual implementation.
|
org.colomoto.mddlib.MDDManager |
getMDDManager()
Convenience method to retrieve the MDDManager in which the result is stored.
|
org.colomoto.mddlib.PathSearcher |
getPaths()
Get the path (variable assignment) corresponding to stable states.
|
background, call, cancel, getResult, getStatus, runactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic StableStateSearcher(LogicalModel model)
model - the model for which we search stable states.protected Integer doGetResult()
AbstractTaskdoGetResult in class AbstractTask<Integer>public org.colomoto.mddlib.MDDManager getMDDManager()
public org.colomoto.mddlib.PathSearcher getPaths()
Copyright © 2012-2017. All Rights Reserved.