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

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

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


Field Summary
static java.lang.String CLUSTERS
           
static java.lang.String NET
           
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
NonFreeChoiceClustersConnection(PetrinetGraph net, NonFreeChoiceClustersSet clusters)
           
 
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

CLUSTERS

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

NonFreeChoiceClustersConnection

public NonFreeChoiceClustersConnection(PetrinetGraph net,
                                       NonFreeChoiceClustersSet clusters)