org.obe.xpdl.model.misc
Class SimulationInformation
java.lang.Object
org.obe.util.AbstractBean
org.obe.xpdl.model.misc.SimulationInformation
- All Implemented Interfaces:
- java.beans.beancontext.BeanContextChild, java.io.Serializable
- public final class SimulationInformation
- extends AbstractBean
Class which contains information to simulate a workflow. Workflow simulation
provides a means for estimating time requirements without actually executing
the workflow.
- Author:
- Adrian Price
- See Also:
- Serialized Form
Methods inherited from class org.obe.util.AbstractBean |
add, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clear, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, get, get, getBeanContext, getListModel, hasChangeListeners, hasVetoListeners, remove, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener, set, set, setBeanContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimulationInformation
public SimulationInformation()
getInstantiationType
public InstantiationType getInstantiationType()
setInstantiationType
public void setInstantiationType(InstantiationType instantiationType)
getCost
public java.lang.String getCost()
setCost
public void setCost(java.lang.String cost)
getTimeEstimation
public TimeEstimation getTimeEstimation()
setTimeEstimation
public void setTimeEstimation(TimeEstimation timeEstimation)
toString
public java.lang.String toString()
OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.