org.demac.process.base.dpdl
Interface BlockActivity

All Superinterfaces:
Activity
All Known Implementing Classes:
BlockActivityImpl

public interface BlockActivity
extends Activity

A org.demac.process.base.dpdl.BlockActivity is referencing an org.demac.process.base.dpdl.ActivitySet within a org.demac.process.base.dpdl.WorkflowProcess.


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

Method Detail

getBlock

ActivitySet getBlock()
Returns:
the referenced org.demac.process.base.dpdl.ActivitySet as the inner of the org.demac.process.base.dpdl.BlockActivity.