public abstract class AbstractPNEncoder extends Object
translating a regulatory graph to a petri net is done as follow:
references:
| Modifier and Type | Field and Description |
|---|---|
org.colomoto.mddlib.MDDManager |
ddmanager |
int[] |
functions |
int |
len |
List<NodeInfo> |
nodeOrder |
| 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(PNConfig config,
OutputStreamProvider out) |
public 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(PNConfig config, OutputStreamProvider out) throws IOException
IOExceptionCopyright © 2012-2017. All Rights Reserved.