|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.semanticweb.owl.model.OWLOntologyChange org.semanticweb.owl.model.OWLAxiomChange org.semanticweb.owl.model.AddAxiom
public class AddAxiom
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
Represents an ontology change where axioms should be added
to an ontology.
Constructor Summary | |
---|---|
AddAxiom(OWLOntology ont,
OWLAxiom axiom)
|
Method Summary | |
---|---|
void |
accept(OWLOntologyChangeVisitor visitor)
|
protected boolean |
isAdd()
Determines if the change will add an axiom to an ontology, or remove an axiom from an ontology. |
Methods inherited from class org.semanticweb.owl.model.OWLAxiomChange |
---|
getAxiom, getEntities, isAxiomChange |
Methods inherited from class org.semanticweb.owl.model.OWLOntologyChange |
---|
getOntology |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddAxiom(OWLOntology ont, OWLAxiom axiom)
Method Detail |
---|
protected boolean isAdd()
OWLAxiomChange
isAdd
in class OWLAxiomChange
true
if the change will add an axiom
to an ontology, false
if the change will remove
an axiom from an ontology.public void accept(OWLOntologyChangeVisitor visitor)
accept
in class OWLOntologyChange
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |