org.processmining.models.connections.flexiblemodel
Class FlexCancellationRegionConnection

java.lang.Object
  extended by org.processmining.framework.connections.impl.AbstractConnection
      extended by org.processmining.models.connections.flexiblemodel.FlexCancellationRegionConnection
All Implemented Interfaces:
org.processmining.framework.connections.Connection

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

Version:
Mar 22, 2011
Author:
Arya Adriansyah

Field Summary
static java.lang.String CANCELLATIONREGION
           
static java.lang.String FLEX
           
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
FlexCancellationRegionConnection(java.lang.String label, Flex flex, CancellationRegion cancellationRegion)
           
 
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

FLEX

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

CANCELLATIONREGION

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

FlexCancellationRegionConnection

public FlexCancellationRegionConnection(java.lang.String label,
                                        Flex flex,
                                        CancellationRegion cancellationRegion)