uk.ac.manchester.cs.owl
Class SWRLDataValuedPropertyAtomImpl
java.lang.Object
uk.ac.manchester.cs.owl.OWLObjectImpl
uk.ac.manchester.cs.owl.SWRLAtomImpl<P>
uk.ac.manchester.cs.owl.SWRLBinaryAtomImpl<OWLDataPropertyExpression,SWRLAtomIObject,SWRLAtomDObject>
uk.ac.manchester.cs.owl.SWRLDataValuedPropertyAtomImpl
- All Implemented Interfaces:
- java.lang.Comparable<OWLObject>, OWLObject, SWRLAtom<OWLDataPropertyExpression>, SWRLBinaryAtom<OWLDataPropertyExpression,SWRLAtomIObject,SWRLAtomDObject>, SWRLDataValuedPropertyAtom, SWRLObject
public class SWRLDataValuedPropertyAtomImpl
- extends SWRLBinaryAtomImpl<OWLDataPropertyExpression,SWRLAtomIObject,SWRLAtomDObject>
- implements SWRLDataValuedPropertyAtom
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
SWRLDataValuedPropertyAtomImpl
public SWRLDataValuedPropertyAtomImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression predicate,
SWRLAtomIObject arg0,
SWRLAtomDObject arg1)
accept
public void accept(OWLObjectVisitor visitor)
- Specified by:
accept
in interface OWLObject
accept
public void accept(SWRLObjectVisitor visitor)
- Specified by:
accept
in interface SWRLObject
accept
public <O> O accept(SWRLObjectVisitorEx<O> visitor)
- Specified by:
accept
in interface SWRLObject
accept
public <O> O accept(OWLObjectVisitorEx<O> visitor)
- Specified by:
accept
in interface OWLObject
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class OWLObjectImpl