uk.ac.manchester.cs.owl
Class SWRLDifferentFromAtomImpl
java.lang.Object
  
uk.ac.manchester.cs.owl.OWLObjectImpl
      
uk.ac.manchester.cs.owl.SWRLAtomImpl<P>
          
uk.ac.manchester.cs.owl.SWRLBinaryAtomImpl<OWLObjectProperty,SWRLAtomIObject,SWRLAtomIObject>
              
uk.ac.manchester.cs.owl.SWRLDifferentFromAtomImpl
- All Implemented Interfaces: 
 - java.lang.Comparable<OWLObject>, OWLObject, SWRLAtom<OWLObjectProperty>, SWRLBinaryAtom<OWLObjectProperty,SWRLAtomIObject,SWRLAtomIObject>, SWRLDifferentFromAtom, SWRLObject
 
public class SWRLDifferentFromAtomImpl
- extends SWRLBinaryAtomImpl<OWLObjectProperty,SWRLAtomIObject,SWRLAtomIObject>
- implements SWRLDifferentFromAtom
  
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 18-Feb-2007
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, wait, wait, wait | 
 
 
 
 
| Methods inherited from interface java.lang.Comparable | 
compareTo | 
 
SWRLDifferentFromAtomImpl
public SWRLDifferentFromAtomImpl(OWLDataFactory dataFactory,
                                 SWRLAtomIObject arg0,
                                 SWRLAtomIObject 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