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

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

public class NonExtendedFreeChoiceClustersConnection
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
NonExtendedFreeChoiceClustersConnection(PetrinetGraph net, NonExtendedFreeChoiceClustersSet 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

NonExtendedFreeChoiceClustersConnection

public NonExtendedFreeChoiceClustersConnection(PetrinetGraph net,
                                               NonExtendedFreeChoiceClustersSet clusters)