org.mindswap.owls.process
Interface SimpleProcess

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

public interface SimpleProcess
extends Process

Author:
Evren Sirin

Field Summary
 
Fields inherited from interface org.mindswap.owls.process.Process
ANY, ATOMIC, COMPOSITE, SIMPLE
 
Method Summary
 AtomicProcess getAtomicProcess()
           
 CompositeProcess getCompositeProcess()
           
 void setAtomicProcess(AtomicProcess process)
           
 void setCompositeProcess(CompositeProcess process)
           
 
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

getAtomicProcess

AtomicProcess getAtomicProcess()

setAtomicProcess

void setAtomicProcess(AtomicProcess process)

getCompositeProcess

CompositeProcess getCompositeProcess()

setCompositeProcess

void setCompositeProcess(CompositeProcess process)


Copyright © 2004 Evren Sirin. All Rights Reserved.