public class FixpointSearcher extends AbstractTask<Integer>
Thread.State, Thread.UncaughtExceptionHandlercanceledMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
FixpointSearcher(LogicalModel model)
Create a new stable state searcher.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Integer |
performTask()
Placeholder for the actual implementation.
|
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, yieldequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetParameter, setParameters, setParameterspublic FixpointSearcher(LogicalModel model)
model - the model for which we search stable states.protected Integer performTask()
AbstractTaskperformTask in class AbstractTask<Integer>public org.colomoto.mddlib.MDDManager getMDDManager()
public org.colomoto.mddlib.PathSearcher getPaths()
Copyright © 2012–2020. All rights reserved.