org.demac.process.base.dpdl
Interface LoopActivity

All Superinterfaces:
Activity
All Known Implementing Classes:
LoopActivityImpl

public interface LoopActivity
extends Activity

An org.demac.process.base.dpdl.Activity that references a org.demac.process.base.dpdl.Loop.


Field Summary
 
Fields inherited from interface org.demac.process.base.dpdl.Activity
AUTOMATIC, MANUAL
 
Method Summary
 Loop getLoop()
           
 
Methods inherited from interface org.demac.process.base.dpdl.Activity
getDescription, getExtendedAttributes, getFinishMode, getId, getName, getStartMode, getTransitionRestriction
 

Method Detail

getLoop

Loop getLoop()
Returns:
the referenced org.demac.process.base.dpdl.Loop of the org.demac.process.base.dpdl.LoopActivity.