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

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

public class SComponentConnection
extends AbstractComponentSetConnection


Field Summary
 
Fields inherited from class org.processmining.models.connections.petrinets.structural.AbstractComponentSetConnection
COMPONENTSET, NET
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
SComponentConnection(PetrinetGraph net, SComponentSet nodeMarking)
           
 
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

SComponentConnection

public SComponentConnection(PetrinetGraph net,
                            SComponentSet nodeMarking)