public abstract class AbstractPNEncoder extends BaseExporter
translating a regulatory graph to a petri net is done as follow:
references:
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
org.colomoto.mddlib.MDDManager |
ddmanager |
int[] |
functions |
int |
len |
List<NodeInfo> |
nodeOrder |
model, streamscanceledMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
AbstractPNEncoder(LogicalModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doExport(String netName,
List<NodeInfo> nodes,
List[] t_transition,
byte[][] t_markup,
OutputStreamWriter out) |
void |
export() |
byte[] |
getInitialstate() |
void |
setInitialState(byte[] init) |
performTask, setDestinationbackground, 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, waitsetDestination, setDestinationbackground, cancel, getResult, getStatus, setParameter, setParameters, setParameterspublic final org.colomoto.mddlib.MDDManager ddmanager
public final int[] functions
public final int len
public AbstractPNEncoder(LogicalModel model)
protected abstract void doExport(String netName, List<NodeInfo> nodes, List[] t_transition, byte[][] t_markup, OutputStreamWriter out) throws IOException
IOExceptionpublic void export()
throws IOException
export in class BaseExporterIOExceptionpublic void setInitialState(byte[] init)
public byte[] getInitialstate()
Copyright © 2012–2020. All rights reserved.