org.obe.xpdl.model.ext
Class Until

java.lang.Object
  extended byorg.obe.util.AbstractBean
      extended byorg.obe.xpdl.model.ext.LoopBody
          extended byorg.obe.xpdl.model.ext.Until
All Implemented Interfaces:
java.beans.beancontext.BeanContextChild, java.io.Serializable

public final class Until
extends LoopBody

Describes an UNTIL loop.

Author:
Adrian Price
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.obe.xpdl.model.ext.LoopBody
FOR_EACH, NONE, UNTIL, WHILE
 
Constructor Summary
Until()
           
Until(Condition condition)
           
 
Method Summary
 Condition getCondition()
          Returns the loop invariant condition.
 int getType()
           
 void setCondition(Condition condition)
          Sets the condition for the 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

Until

public Until()

Until

public Until(Condition condition)
Method Detail

getCondition

public Condition getCondition()
Returns the loop invariant condition.

Returns:
The condition for the loop.

setCondition

public void setCondition(Condition condition)
Sets the condition for the loop.

Parameters:
condition - The condition for the loop

getType

public int getType()
Specified by:
getType in class LoopBody

toString

public java.lang.String toString()


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