org.mindswap.owls.process
Interface ForEach

All Superinterfaces:
ControlConstruct, Iterate, OWLEntity, OWLIndividual, OWLObject, OWLValue

public interface ForEach
extends Iterate

Author:
Evren Sirin

Method Summary
 ValueOf getListValue()
           
 Local getLoopVar()
           
 void setListValue(Perform perform, Parameter parameter)
           
 void setListValue(ValueOf value)
           
 void setLoopVar(Local var)
           
 
Methods inherited from interface org.mindswap.owls.process.Iterate
getComponent, setComponent
 
Methods inherited from interface org.mindswap.owls.process.ControlConstruct
getAllProcesses, getConstructName, getConstructs
 
Methods inherited from interface org.mindswap.owl.OWLIndividual
addProperty, addProperty, addProperty, addProperty, addType, getDifferentIndividuals, getIncomingProperties, getIncomingProperties, getIncomingProperty, getOWLSOntology, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getSameIndividuals, getSourceOntology, getType, getTypes, hasProperty, hasProperty, isDifferentFrom, isSameAs, isType, removeProperties, removeProperty, removeTypes, setProperty, setProperty, setProperty, setProperty, toRDF, toRDF
 
Methods inherited from interface org.mindswap.owl.OWLEntity
addAnnotation, addAnnotation, addAnnotation, getAnnotation, getAnnotation, getAnnotations, getAnonID, getKB, getLabel, getLabel, getLabels, getLocalName, getOntology, getQName, getURI, isAnon, removeAnnotations, setAnnotation, setAnnotation, setAnnotation, setLabel, setLabel
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 
Methods inherited from interface org.mindswap.owl.OWLValue
isDataValue, isIndividual
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 

Method Detail

getLoopVar

Local getLoopVar()

setLoopVar

void setLoopVar(Local var)

getListValue

ValueOf getListValue()

setListValue

void setListValue(ValueOf value)

setListValue

void setListValue(Perform perform,
                  Parameter parameter)


Copyright © 2004 Evren Sirin. All Rights Reserved.