uk.ac.manchester.cs.owl
Class OWLSubClassAxiomImpl
java.lang.Object
   uk.ac.manchester.cs.owl.OWLObjectImpl
uk.ac.manchester.cs.owl.OWLObjectImpl
       uk.ac.manchester.cs.owl.OWLAxiomImpl
uk.ac.manchester.cs.owl.OWLAxiomImpl
           uk.ac.manchester.cs.owl.OWLLogicalAxiomImpl
uk.ac.manchester.cs.owl.OWLLogicalAxiomImpl
               uk.ac.manchester.cs.owl.OWLClassAxiomImpl
uk.ac.manchester.cs.owl.OWLClassAxiomImpl
                   uk.ac.manchester.cs.owl.OWLNaryClassAxiomImpl
uk.ac.manchester.cs.owl.OWLNaryClassAxiomImpl
                       uk.ac.manchester.cs.owl.OWLSubClassAxiomImpl
uk.ac.manchester.cs.owl.OWLSubClassAxiomImpl
- All Implemented Interfaces: 
- java.lang.Comparable<OWLObject>, OWLAxiom, OWLClassAxiom, OWLLogicalAxiom, OWLNaryClassAxiom, OWLObject, OWLSubClassAxiom
- public class OWLSubClassAxiomImpl 
- extends OWLNaryClassAxiomImpl- implements OWLSubClassAxiom
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 26-Oct-2006
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| getClass, notify, notifyAll, wait, wait, wait | 
 
 
 
 
| Methods inherited from interface java.lang.Comparable | 
| compareTo | 
 
OWLSubClassAxiomImpl
public OWLSubClassAxiomImpl(OWLDataFactory dataFactory,
                            OWLDescription subClass,
                            OWLDescription superClass)
getSubClass
public OWLDescription getSubClass()
- 
- Specified by:
- getSubClassin interface- OWLSubClassAxiom
 
- 
 
getSuperClass
public OWLDescription getSuperClass()
- 
- Specified by:
- getSuperClassin interface- OWLSubClassAxiom
 
- 
 
equals
public boolean equals(java.lang.Object obj)
- 
- Overrides:
- equalsin class- OWLNaryClassAxiomImpl
 
- 
 
accept
public void accept(OWLAxiomVisitor visitor)
- 
- Specified by:
- acceptin interface- OWLAxiom
 
- 
 
accept
public void accept(OWLObjectVisitor visitor)
- 
- Specified by:
- acceptin interface- OWLObject
 
- 
 
accept
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
- 
- Specified by:
- acceptin interface- OWLAxiom
 
- 
 
accept
public <O> O accept(OWLObjectVisitorEx<O> visitor)
- 
- Specified by:
- acceptin interface- OWLObject
 
- 
 
getAxiomType
public AxiomType getAxiomType()
- Description copied from interface: OWLAxiom
- Gets the axiom type for this axiom.
 
- 
- Specified by:
- getAxiomTypein interface- OWLAxiom
 
- 
- Returns:
- The axiom type that corresponds to the type of this axiom.