org.mindswap.owl
Interface OWLValue

All Superinterfaces:
OWLObject
All Known Subinterfaces:
Actor, AnyOrder, Atom, AtomicGrounding, AtomicProcess, AtomList, Binding, BuiltinAtom, Choice, ClassAtom, CompositeProcess, Condition, Conditional, ControlConstruct, ControlConstructBag, ControlConstructList, DataPropertyAtom, DifferentIndividualsAtom, Expression, ForEach, Grounding, IfThenElse, IndividualPropertyAtom, Input, InputBinding, Iterate, JavaAtomicGrounding, Local, LogicLanguage, MessageMap, MultiConditional, Output, OutputBinding, OWLDataValue, OWLIndividual, OWLSIndividual, OWLSObjList, Parameter, Perform, Process, Produce, Profile, RDFList, RepeatUntil, RepeatWhile, Result, ResultVar, SameIndividualAtom, Sequence, Service, ServiceCategory, ServiceParameter, SimpleProcess, Split, SplitJoin, SWRLDataObject, SWRLDataValue, SWRLDataVariable, SWRLIndividual, SWRLIndividualObject, SWRLIndividualVariable, SWRLObject, UPnPAtomicGrounding, ValueOf, Variable, WSDLAtomicGrounding, WSDLOperationRef
All Known Implementing Classes:
OWLSExtensions.ExtendedProfile, OWLSExtensions.OwnerEntity, impl.owls.profile.ProfileImpl, impl.owl.WrappedIndividual

public interface OWLValue
extends OWLObject

Generic interface for OWLDataValue and OWLIndividual.

Author:
Evren Sirin

Method Summary
 boolean isDataValue()
           
 boolean isIndividual()
           
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 

Method Detail

isDataValue

boolean isDataValue()

isIndividual

boolean isIndividual()


Copyright © 2004 Evren Sirin. All Rights Reserved.