org.mindswap.owls.process
Interface CompositeProcess

All Superinterfaces:
Conditional, MultiConditional, OWLEntity, OWLIndividual, OWLObject, OWLValue, Process

public interface CompositeProcess
extends Process

Author:
Evren Sirin

Field Summary
 
Fields inherited from interface org.mindswap.owls.process.Process
ANY, ATOMIC, COMPOSITE, SIMPLE
 
Method Summary
 ControlConstruct getComposedOf()
           
 void setComposedOf(ControlConstruct cc)
           
 
Methods inherited from interface org.mindswap.owls.process.Process
addInput, addLocal, addOutput, addParameter, addResult, createInput, createLocal, createOutput, getInput, getInput, getInput, getInputs, getLocals, getName, getName, getNames, getOutput, getOutput, getOutput, getOutputs, getParameter, getParameters, getProfile, getResult, getResults, getService, setResult, setService
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 
Methods inherited from interface org.mindswap.owls.process.MultiConditional
addCondition, getConditions
 
Methods inherited from interface org.mindswap.owls.process.Conditional
getCondition, setCondition
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 

Method Detail

getComposedOf

ControlConstruct getComposedOf()

setComposedOf

void setComposedOf(ControlConstruct cc)


Copyright © 2004 Evren Sirin. All Rights Reserved.