org.mindswap.owls.process
Interface AtomicProcess

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

public interface AtomicProcess
extends Process

Author:
Evren Sirin

Field Summary
 
Fields inherited from interface org.mindswap.owls.process.Process
ANY, ATOMIC, COMPOSITE, SIMPLE
 
Method Summary
 AtomicGrounding getGrounding()
           
 void setGrounding(AtomicGrounding grounding)
           
 
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

getGrounding

AtomicGrounding getGrounding()

setGrounding

void setGrounding(AtomicGrounding grounding)


Copyright © 2004 Evren Sirin. All Rights Reserved.