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
Methods inherited from interface java.lang.Comparable |
compareTo |
accept
void accept(SWRLObjectVisitor visitor)
accept
<O> O accept(SWRLObjectVisitorEx<O> visitor)