org.mindswap.owls.process
Interface Conditional

All Superinterfaces:
OWLEntity, OWLIndividual, OWLObject, OWLValue
All Known Subinterfaces:
AtomicProcess, CompositeProcess, IfThenElse, MultiConditional, Process, Profile, RepeatUntil, RepeatWhile, Result, SimpleProcess
All Known Implementing Classes:
OWLSExtensions.ExtendedProfile, impl.owls.profile.ProfileImpl

public interface Conditional
extends OWLIndividual

General interface to define a conditional construct such as If-Then-Else, Repeat-While, etc.

Author:
Evren Sirin

Method Summary
 Condition getCondition()
          Return the condition.
 void setCondition(Condition condition)
           
 
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

getCondition

Condition getCondition()
Return the condition. If there is more than one return any one of them.

Returns:

setCondition

void setCondition(Condition condition)


Copyright © 2004 Evren Sirin. All Rights Reserved.