Uses of Interface
org.mindswap.owls.process.ControlConstruct

Packages that use ControlConstruct
org.mindswap.owl   
org.mindswap.owls.process   
 

Uses of ControlConstruct in org.mindswap.owl
 

Methods in org.mindswap.owl with parameters of type ControlConstruct
 ControlConstructBag OWLModel.createControlConstructBag(ControlConstruct item)
           
 ControlConstructList OWLModel.createControlConstructList(ControlConstruct item)
           
 

Uses of ControlConstruct in org.mindswap.owls.process
 

Subinterfaces of ControlConstruct in org.mindswap.owls.process
 interface AnyOrder
           
 interface Choice
           
 interface ForEach
           
 interface IfThenElse
           
 interface Iterate
           
 interface Perform
           
 interface Produce
           
 interface RepeatUntil
           
 interface RepeatWhile
           
 interface Sequence
           
 interface Split
           
 interface SplitJoin
           
 

Methods in org.mindswap.owls.process that return ControlConstruct
 ControlConstruct ControlConstructBag.constructAt(int index)
           
 ControlConstruct ControlConstructList.constructAt(int index)
           
 ControlConstruct Iterate.getComponent()
           
 ControlConstruct CompositeProcess.getComposedOf()
           
 ControlConstruct IfThenElse.getElse()
           
 ControlConstruct IfThenElse.getThen()
           
 

Methods in org.mindswap.owls.process with parameters of type ControlConstruct
 void Split.addComponent(ControlConstruct component)
           
 void SplitJoin.addComponent(ControlConstruct component)
           
 void Sequence.addComponent(ControlConstruct component)
           
 void Choice.addComponent(ControlConstruct component)
           
 void AnyOrder.addComponent(ControlConstruct component)
           
 void Iterate.setComponent(ControlConstruct component)
           
 void CompositeProcess.setComposedOf(ControlConstruct cc)
           
 void IfThenElse.setElse(ControlConstruct cc)
           
 void IfThenElse.setThen(ControlConstruct cc)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.