org.sbpm.bpmo
Interface Loop

All Superinterfaces:
BlockPattern, Identifiable, WorkflowElement
All Known Subinterfaces:
Repeat, While

public interface Loop
extends BlockPattern


Method Summary
 Condition getCondition()
           
 WorkflowElement getExecutes()
           
 void setCondition(Condition value)
           
 void setExecutes(WorkflowElement value)
           
 
Methods inherited from interface org.sbpm.bpmo.WorkflowElement
getHomeProcess, setHomeProcess
 
Methods inherited from interface org.sbpm.bpmo.Identifiable
getIdentifier
 

Method Detail

getCondition

Condition getCondition()

setCondition

void setCondition(Condition value)

getExecutes

WorkflowElement getExecutes()

setExecutes

void setExecutes(WorkflowElement value)


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.