org.semanticweb.owl.model
Interface SWRLObject

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLObject
All Known Subinterfaces:
SWRLAtom<P>, SWRLAtomConstantObject, SWRLAtomDObject, SWRLAtomDVariable, SWRLAtomIndividualObject, SWRLAtomIObject, SWRLAtomIVariable, SWRLAtomObject, SWRLBinaryAtom<P,A,B>, SWRLBuiltInAtom, SWRLClassAtom, SWRLDataRangeAtom, SWRLDataValuedPropertyAtom, SWRLDifferentFromAtom, SWRLObjectPropertyAtom, SWRLRule, SWRLSameAsAtom, SWRLUnaryAtom<P,A>

public interface SWRLObject
extends OWLObject

Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Method Summary
 void accept(SWRLObjectVisitor visitor)
           
<O> O
accept(SWRLObjectVisitorEx<O> visitor)
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

accept

void accept(SWRLObjectVisitor visitor)

accept

<O> O accept(SWRLObjectVisitorEx<O> visitor)