uk.ac.manchester.cs.owl
Class OWLInverseObjectPropertiesAxiomImpl

java.lang.Object
  extended by uk.ac.manchester.cs.owl.OWLObjectImpl
      extended by uk.ac.manchester.cs.owl.OWLAxiomImpl
          extended by uk.ac.manchester.cs.owl.OWLLogicalAxiomImpl
              extended by uk.ac.manchester.cs.owl.OWLPropertyAxiomImpl
                  extended by uk.ac.manchester.cs.owl.OWLNaryPropertyAxiomImpl<OWLObjectPropertyExpression>
                      extended by uk.ac.manchester.cs.owl.OWLInverseObjectPropertiesAxiomImpl
All Implemented Interfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLInverseObjectPropertiesAxiom, OWLLogicalAxiom, OWLNaryPropertyAxiom<OWLObjectPropertyExpression>, OWLObject, OWLObjectPropertyAxiom, OWLPropertyAxiom

public class OWLInverseObjectPropertiesAxiomImpl
extends OWLNaryPropertyAxiomImpl<OWLObjectPropertyExpression>
implements OWLInverseObjectPropertiesAxiom

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 29-Nov-2006


Constructor Summary
OWLInverseObjectPropertiesAxiomImpl(OWLDataFactory dataFactory, OWLObjectPropertyExpression first, OWLObjectPropertyExpression second)
           
 
Method Summary
 void accept(OWLAxiomVisitor visitor)
           
<O> O
accept(OWLAxiomVisitorEx<O> visitor)
           
 void accept(OWLObjectVisitor visitor)
           
<O> O
accept(OWLObjectVisitorEx<O> visitor)
           
 boolean equals(java.lang.Object obj)
           
 AxiomType getAxiomType()
          Gets the axiom type for this axiom.
 OWLObjectPropertyExpression getFirstProperty()
          Gets the first of the two object properties.
 OWLObjectPropertyExpression getSecondProperty()
          Gets the second of the two object properties.
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLNaryPropertyAxiomImpl
getProperties
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLLogicalAxiomImpl
isLogicalAxiom
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLAxiomImpl
getAnnotationAxioms, getReferencedEntities
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLObjectImpl
compareTo, 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.OWLNaryPropertyAxiom
getProperties
 
Methods inherited from interface org.semanticweb.owl.model.OWLAxiom
getAnnotationAxioms, getReferencedEntities, isLogicalAxiom
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

OWLInverseObjectPropertiesAxiomImpl

public OWLInverseObjectPropertiesAxiomImpl(OWLDataFactory dataFactory,
                                           OWLObjectPropertyExpression first,
                                           OWLObjectPropertyExpression second)
Method Detail

accept

public void accept(OWLObjectVisitor visitor)
Specified by:
accept in interface OWLObject

accept

public void accept(OWLAxiomVisitor visitor)
Specified by:
accept in interface OWLAxiom

accept

public <O> O accept(OWLAxiomVisitorEx<O> visitor)
Specified by:
accept in interface OWLAxiom

accept

public <O> O accept(OWLObjectVisitorEx<O> visitor)
Specified by:
accept in interface OWLObject

getFirstProperty

public OWLObjectPropertyExpression getFirstProperty()
Description copied from interface: OWLInverseObjectPropertiesAxiom
Gets the first of the two object properties.

Specified by:
getFirstProperty in interface OWLInverseObjectPropertiesAxiom

getSecondProperty

public OWLObjectPropertyExpression getSecondProperty()
Description copied from interface: OWLInverseObjectPropertiesAxiom
Gets the second of the two object properties.

Specified by:
getSecondProperty in interface OWLInverseObjectPropertiesAxiom

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class OWLNaryPropertyAxiomImpl<OWLObjectPropertyExpression>

getAxiomType

public AxiomType getAxiomType()
Description copied from interface: OWLAxiom
Gets the axiom type for this axiom.

Specified by:
getAxiomType in interface OWLAxiom
Returns:
The axiom type that corresponds to the type of this axiom.