org.obe.xpdl.model.activity
Class BlockActivity

java.lang.Object
  extended byorg.obe.util.AbstractBean
      extended byorg.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.
 
Method Summary
 ActivitySet getActivitySet()
           
 java.lang.String getBlockId()
           
 Loop getLoop()
           
 void setActivitySet(ActivitySet activitySet)
           
 void setBlockId(java.lang.String blockId)
           
 void setLoop(Loop loop)
           
 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

BlockActivity

public BlockActivity()
Constructs a new BlockActivity.

Method Detail

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


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