org.processmining.connections.flexiblemodel
Class FlexGraphAnimationConnection

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

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

Connection between flex and its animation

Version:
Nov 20, 2009
Author:
arya

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

GRAPHANIMATION

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

FlexGraphAnimationConnection

public FlexGraphAnimationConnection(java.lang.String label,
                                    Flex flex,
                                    GraphAnimation graphAnimation)