|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.kaon2.api.OntologyChangeEvent
public class OntologyChangeEvent
The information about a change in the ontology.
| Nested Class Summary | |
|---|---|
static class |
OntologyChangeEvent.ChangeType
The type of change. |
| Field Summary | |
|---|---|
protected Axiom |
m_axiom
The axiom. |
protected OntologyChangeEvent.ChangeType |
m_changeType
The type of change. |
| Constructor Summary | |
|---|---|
OntologyChangeEvent(Axiom axiom,
OntologyChangeEvent.ChangeType changeType)
Creates an instance of this class. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object that)
Overridden to allow for easy comparison of events. |
Axiom |
getAxiom()
Returns the axiom that was added or removed. |
OntologyChangeEvent.ChangeType |
getChangeType()
Returns the type of change. |
int |
hashCode()
Overridden to provide adequate hashcodes. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Axiom m_axiom
protected final OntologyChangeEvent.ChangeType m_changeType
| Constructor Detail |
|---|
public OntologyChangeEvent(Axiom axiom,
OntologyChangeEvent.ChangeType changeType)
| Method Detail |
|---|
public Axiom getAxiom()
public OntologyChangeEvent.ChangeType getChangeType()
public boolean equals(java.lang.Object that)
equals in class java.lang.Objectthat - the other eventpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||