org.obe.xpdl.model.misc
Class SimulationInformation

java.lang.Object
  extended byorg.obe.util.AbstractBean
      extended byorg.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

Constructor Summary
SimulationInformation()
           
 
Method Summary
 java.lang.String getCost()
           
 InstantiationType getInstantiationType()
           
 TimeEstimation getTimeEstimation()
           
 void setCost(java.lang.String cost)
           
 void setInstantiationType(InstantiationType instantiationType)
           
 void setTimeEstimation(TimeEstimation timeEstimation)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

SimulationInformation

public SimulationInformation()
Method Detail

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()


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.