org.semanticweb.owlapi.model
Interface OWLClassAssertionAxiom

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLIndividualAxiom, OWLLogicalAxiom, OWLObject
All Known Implementing Classes:
OWLClassAssertionImpl

public interface OWLClassAssertionAxiom
extends OWLIndividualAxiom

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006


Method Summary
 OWLSubClassOfAxiom asOWLSubClassOfAxiom()
           
 OWLClassAssertionAxiom getAxiomWithoutAnnotations()
          Gets an axiom that is structurally equivalent to this axiom without annotations.
 OWLClassExpression getClassExpression()
           
 OWLIndividual getIndividual()
           
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLAxiom
accept, accept, getAnnotatedAxiom, getAnnotations, getAxiomType, getNNF, getReferencedEntities, isAnnotated, isLogicalAxiom, isOfType, isOfType
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLObject
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getObjectPropertiesInSignature, getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getIndividual

OWLIndividual getIndividual()

getClassExpression

OWLClassExpression getClassExpression()

getAxiomWithoutAnnotations

OWLClassAssertionAxiom getAxiomWithoutAnnotations()
Description copied from interface: OWLAxiom
Gets an axiom that is structurally equivalent to this axiom without annotations. This essentially returns a version of this axiom stripped of any annotations

Specified by:
getAxiomWithoutAnnotations in interface OWLAxiom
Returns:
The annotationless version of this axiom

asOWLSubClassOfAxiom

OWLSubClassOfAxiom asOWLSubClassOfAxiom()