org.semanticweb.owl.model
Interface OWLIndividualAxiom

All Superinterfaces:
Cloneable, OWLObject, OWLOntologyObject, Serializable
All Known Subinterfaces:
OWLDifferentIndividualsAxiom, OWLSameIndividualsAxiom
All Known Implementing Classes:
OWLDifferentIndividualsAxiomImpl, OWLIndividualAxiomImpl, OWLSameIndividualsAxiomImpl

public interface OWLIndividualAxiom
extends OWLObject, OWLOntologyObject

An abstract interface encompassing axioms about individuals. Created: Fri May 31 13:16:00 2002

Version:
$Id: OWLIndividualAxiom.java,v 1.1.1.1 2003/10/14 17:10:08 sean_bechhofer Exp $

Method Summary
 void accept(OWLIndividualAxiomVisitor visitor)
          Accept a visit from a visitor
 Set getIndividuals()
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 
Methods inherited from interface org.semanticweb.owl.model.OWLOntologyObject
getOntologies
 

Method Detail

getIndividuals

public Set getIndividuals()
                   throws OWLException
OWLException

accept

public void accept(OWLIndividualAxiomVisitor visitor)
            throws OWLException
Accept a visit from a visitor

OWLException


WonderWeb