org.processmining.models.connections.petrinets
Class PNCodecConnection

java.lang.Object
  extended by org.processmining.framework.connections.impl.AbstractConnection
      extended by org.processmining.models.connections.petrinets.PNCodecConnection
All Implemented Interfaces:
org.processmining.framework.connections.Connection

public class PNCodecConnection
extends org.processmining.framework.connections.impl.AbstractConnection

Version:
Mar 4, 2011
Author:
Arya Adriansyah

Field Summary
static java.lang.String PETRINETGRAPH
           
static java.lang.String PNCODEC
           
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
PNCodecConnection(java.lang.String label, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net, PNCodec codec)
           
 
Method Summary
 
Methods inherited from class org.processmining.framework.connections.impl.AbstractConnection
containsObjects, containsObjects, equals, get, getID, getLabel, getMapping, getObjects, getObjectWithRole, getRoles, hashCode, isRemoved, put, remove, remove, setLabel, setManager, toString, updated
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PETRINETGRAPH

public static final java.lang.String PETRINETGRAPH
See Also:
Constant Field Values

PNCODEC

public static final java.lang.String PNCODEC
See Also:
Constant Field Values
Constructor Detail

PNCodecConnection

public PNCodecConnection(java.lang.String label,
                         org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
                         PNCodec codec)