org.obe.xpdl.model.activity
Class BlockActivity
java.lang.Object
org.obe.util.AbstractBean
org.obe.xpdl.model.activity.BlockActivity
- All Implemented Interfaces:
- java.beans.beancontext.BeanContextChild, java.io.Serializable
- public final class BlockActivity
- extends AbstractBean
An activity implementation that executes an ActivitySet.
- Author:
- Adrian Price
- See Also:
- Serialized Form
Constructor Summary |
BlockActivity()
Constructs a new BlockActivity. |
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 |
BlockActivity
public BlockActivity()
- Constructs a new BlockActivity.
getActivitySet
public ActivitySet getActivitySet()
setActivitySet
public void setActivitySet(ActivitySet activitySet)
getBlockId
public java.lang.String getBlockId()
setBlockId
public void setBlockId(java.lang.String blockId)
getLoop
public Loop getLoop()
setLoop
public void setLoop(Loop loop)
toString
public java.lang.String toString()
OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.