org.processmining.models.connections.opennet
Class OpenNetConnection

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

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


Field Summary
static java.lang.String NET
           
static java.lang.String OPENNET
           
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
OpenNetConnection(Petrinet net, OpenNet openNet)
           
 
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

NET

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

OPENNET

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

OpenNetConnection

public OpenNetConnection(Petrinet net,
                         OpenNet openNet)