org.mindswap.owl
Interface 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, OWLClass, OWLDataProperty, OWLDataType, OWLDataValue, OWLEntity, OWLIndividual, OWLObjectProperty, OWLProperty, OWLSIndividual, OWLSObjList, OWLType, OWLValue, Parameter, ParameterValue, 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, ValueData, ValueForm, ValueFunction, ValueOf, Variable, WSDLAtomicGrounding, WSDLOperationRef
All Known Implementing Classes:
impl.owl.OWLObjectImpl, OWLSExtensions.ExtendedProfile, OWLSExtensions.OwnerEntity, impl.owls.profile.ProfileImpl, impl.owl.WrappedIndividual

public interface OWLObject

Author:
Evren Sirin

Method Summary
 boolean canCastTo(java.lang.Class javaClass)
           
 OWLObject castTo(java.lang.Class javaClass)
           
 java.lang.String debugString()
           
 java.lang.Object getImplementation()
           
 OWLObject getNextView()
           
 void setNextView(OWLObject nextView)
           
 

Method Detail

getImplementation

java.lang.Object getImplementation()

getNextView

OWLObject getNextView()

setNextView

void setNextView(OWLObject nextView)

castTo

OWLObject castTo(java.lang.Class javaClass)

canCastTo

boolean canCastTo(java.lang.Class javaClass)

debugString

java.lang.String debugString()


Copyright © 2004 Evren Sirin. All Rights Reserved.