org.processmining.connections.flexiblemodel
Class FlexLogReplayResultConnection

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

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

Connection between flex model and its replay result

Version:
Nov 20, 2009
Author:
arya

Field Summary
static java.lang.String FLEX
           
static java.lang.String FLEXCONFORMANCERESULT
           
static java.lang.String FLEXREPLAYRESULT
           
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
FlexLogReplayResultConnection(java.lang.String label, Flex flex, FlexConformanceResult flexConformanceResult, FlexReplayResult flexReplayResult)
           
 
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

FLEXCONFORMANCERESULT

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

FLEXREPLAYRESULT

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

FlexLogReplayResultConnection

public FlexLogReplayResultConnection(java.lang.String label,
                                     Flex flex,
                                     FlexConformanceResult flexConformanceResult,
                                     FlexReplayResult flexReplayResult)