org.semanticweb.owl.impl.model
Class OWLIndividualAxiomImpl
java.lang.Object
|
+--org.semanticweb.owl.impl.model.OWLObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLIndividualAxiomImpl
- All Implemented Interfaces:
- Cloneable, OWLIndividualAxiom, OWLObject, OWLOntologyObject, Serializable
- Direct Known Subclasses:
- OWLDifferentIndividualsAxiomImpl, OWLSameIndividualsAxiomImpl
- public abstract class OWLIndividualAxiomImpl
- extends OWLObjectImpl
- implements OWLIndividualAxiom
- Version:
- $Id: OWLIndividualAxiomImpl.java,v 1.1.1.1 2003/10/14 17:10:14 sean_bechhofer Exp $
- See Also:
- Serialized Form
OWLIndividualAxiomImpl
public OWLIndividualAxiomImpl(OWLDataFactoryImpl factory,
Set set)
getIndividuals
public Set getIndividuals()
- Specified by:
getIndividuals in interface OWLIndividualAxiom
getOntologies
public Set getOntologies()
- Description copied from interface:
OWLOntologyObject
- Returns the collection of ontologies that this object is known
to occur in.
- Specified by:
getOntologies in interface OWLOntologyObject
- Returns:
- a
Set value
addOntology
protected void addOntology(OWLOntologyImpl o)
- Add the given ontology to the collection that this class knows
it appears in.
- Parameters:
o - an OWLOntologyImpl value
removeOntology
protected boolean removeOntology(OWLOntologyImpl o)
- Remove the given ontology from the collection that this class knows
it appears in.
- Parameters:
o - an OWLOntologyImpl value
WonderWeb