org.obe.xpdl.model.ext
Class LoopBody

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

public abstract class LoopBody
extends AbstractBean

An abstract base for loop invariants.

Author:
Adrian Price
See Also:
Serialized Form

Field Summary
static int FOR_EACH
           
static int NONE
           
static int UNTIL
           
static int WHILE
           
 
Constructor Summary
protected LoopBody()
           
 
Method Summary
abstract  int getType()
           
 
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, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

WHILE

public static final int WHILE
See Also:
Constant Field Values

UNTIL

public static final int UNTIL
See Also:
Constant Field Values

FOR_EACH

public static final int FOR_EACH
See Also:
Constant Field Values
Constructor Detail

LoopBody

protected LoopBody()
Method Detail

getType

public abstract int getType()


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