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

java.lang.Object
  extended by org.processmining.framework.connections.impl.AbstractConnection
      extended by org.processmining.models.connections.petrinets.structural.AbstractComponentSetConnection
All Implemented Interfaces:
org.processmining.framework.connections.Connection
Direct Known Subclasses:
SComponentConnection, SiphonConnection, TComponentConnection, TrapConnection

public abstract class AbstractComponentSetConnection
extends org.processmining.framework.connections.impl.AbstractConnection

Version:
Oct 6, 2008
Author:
s072211

Field Summary
static java.lang.String COMPONENTSET
           
static java.lang.String NET
           
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
AbstractComponentSetConnection(PetrinetGraph net, AbstractComponentSet<?> 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
 

Field Detail

NET

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

COMPONENTSET

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

AbstractComponentSetConnection

public AbstractComponentSetConnection(PetrinetGraph net,
                                      AbstractComponentSet<?> nodeMarking)