uk.ac.manchester.cs.owl
Class SWRLDifferentFromAtomImpl

java.lang.Object
  extended by uk.ac.manchester.cs.owl.OWLObjectImpl
      extended by uk.ac.manchester.cs.owl.SWRLAtomImpl<P>
          extended by uk.ac.manchester.cs.owl.SWRLBinaryAtomImpl<OWLObjectProperty,SWRLAtomIObject,SWRLAtomIObject>
              extended by 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


Constructor Summary
SWRLDifferentFromAtomImpl(OWLDataFactory dataFactory, SWRLAtomIObject arg0, SWRLAtomIObject arg1)
           
 
Method Summary
 void accept(OWLObjectVisitor visitor)
           
<O> O
accept(OWLObjectVisitorEx<O> visitor)
           
 void accept(SWRLObjectVisitor visitor)
           
<O> O
accept(SWRLObjectVisitorEx<O> visitor)
           
 
Methods inherited from class uk.ac.manchester.cs.owl.SWRLBinaryAtomImpl
getAllArguments, getFirstArgument, getSecondArgument
 
Methods inherited from class uk.ac.manchester.cs.owl.SWRLAtomImpl
getPredicate
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLObjectImpl
compareTo, equals, getOWLDataFactory, getSignature, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owl.model.SWRLBinaryAtom
getFirstArgument, getSecondArgument
 
Methods inherited from interface org.semanticweb.owl.model.SWRLAtom
getAllArguments, getPredicate
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

SWRLDifferentFromAtomImpl

public SWRLDifferentFromAtomImpl(OWLDataFactory dataFactory,
                                 SWRLAtomIObject arg0,
                                 SWRLAtomIObject arg1)
Method Detail

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