org.processmining.models.connections.petrinets.structural
Class PTHandleConnection

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

public class PTHandleConnection
extends AbstractNetHandleConnection


Field Summary
 
Fields inherited from class org.processmining.models.connections.petrinets.structural.AbstractNetHandleConnection
HANDLES, NET
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
PTHandleConnection(PetrinetGraph net, PTHandles handles)
           
 
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
 

Constructor Detail

PTHandleConnection

public PTHandleConnection(PetrinetGraph net,
                          PTHandles handles)