|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.smi.protegex.owl.model.event.ClassAdapter
Constructor Summary | |
ClassAdapter()
|
Method Summary | |
void |
addedToUnionDomainOf(RDFSClass cls,
RDFProperty property)
Called after a class has been added to the union domain of a property. |
void |
directInstanceAdded(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
void |
directInstanceRemoved(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
void |
directSubclassAdded(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
void |
directSubclassMoved(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
void |
directSubclassRemoved(edu.stanford.smi.protege.event.ClsEvent event)
|
void |
directSuperclassAdded(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
void |
directSuperclassRemoved(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
void |
instanceAdded(RDFSClass cls,
RDFResource instance)
Called after a (new) resource was made an instance of a class. |
void |
instanceRemoved(RDFSClass cls,
RDFResource instance)
Called after a resource was removed from the instances of a class. |
void |
removedFromUnionDomainOf(RDFSClass cls,
RDFProperty property)
Called after a class has been removed from the union domain of a property. |
void |
subclassAdded(RDFSClass cls,
RDFSClass subclass)
Called after a class has been added as a subclass to another class. |
void |
subclassRemoved(RDFSClass cls,
RDFSClass subclass)
Called after a class has been removed from the subclasses of another class. |
void |
superclassAdded(RDFSClass cls,
RDFSClass superclass)
Called after a class has been added as a superclass to another class. |
void |
superclassRemoved(RDFSClass cls,
RDFSClass superclass)
Called after a class has been removed from the superclasses of another class. |
void |
templateFacetAdded(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
void |
templateFacetRemoved(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
void |
templateFacetValueChanged(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
void |
templateSlotAdded(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
void |
templateSlotRemoved(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
void |
templateSlotValueChanged(edu.stanford.smi.protege.event.ClsEvent event)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassAdapter()
Method Detail |
public void addedToUnionDomainOf(RDFSClass cls, RDFProperty property)
ClassListener
addedToUnionDomainOf
in interface ClassListener
cls
- the class that was addedproperty
- the property that has changed its domainpublic final void directInstanceAdded(edu.stanford.smi.protege.event.ClsEvent event)
directInstanceAdded
in interface ProtegeClsListener
ClassListener.instanceAdded(edu.stanford.smi.protegex.owl.model.RDFSClass, edu.stanford.smi.protegex.owl.model.RDFResource)
public final void directInstanceRemoved(edu.stanford.smi.protege.event.ClsEvent event)
directInstanceRemoved
in interface ProtegeClsListener
ClassListener.instanceRemoved(edu.stanford.smi.protegex.owl.model.RDFSClass, edu.stanford.smi.protegex.owl.model.RDFResource)
public final void directSubclassAdded(edu.stanford.smi.protege.event.ClsEvent event)
directSubclassAdded
in interface ProtegeClsListener
ClassListener.subclassAdded(edu.stanford.smi.protegex.owl.model.RDFSClass, edu.stanford.smi.protegex.owl.model.RDFSClass)
public final void directSubclassMoved(edu.stanford.smi.protege.event.ClsEvent event)
directSubclassMoved
in interface ProtegeClsListener
public final void directSubclassRemoved(edu.stanford.smi.protege.event.ClsEvent event)
directSubclassRemoved
in interface ProtegeClsListener
ClassListener.subclassRemoved(edu.stanford.smi.protegex.owl.model.RDFSClass, edu.stanford.smi.protegex.owl.model.RDFSClass)
public final void directSuperclassAdded(edu.stanford.smi.protege.event.ClsEvent event)
directSuperclassAdded
in interface ProtegeClsListener
ClassListener.superclassAdded(edu.stanford.smi.protegex.owl.model.RDFSClass, edu.stanford.smi.protegex.owl.model.RDFSClass)
public final void directSuperclassRemoved(edu.stanford.smi.protege.event.ClsEvent event)
directSuperclassRemoved
in interface ProtegeClsListener
ClassListener.subclassRemoved(edu.stanford.smi.protegex.owl.model.RDFSClass, edu.stanford.smi.protegex.owl.model.RDFSClass)
public void instanceAdded(RDFSClass cls, RDFResource instance)
ClassListener
instanceAdded
in interface ClassListener
cls
- the RDFSClass of the instanceinstance
- the instance that was addedpublic void instanceRemoved(RDFSClass cls, RDFResource instance)
ClassListener
instanceRemoved
in interface ClassListener
cls
- the RDFSClass of the instanceinstance
- the instance that was removedpublic void removedFromUnionDomainOf(RDFSClass cls, RDFProperty property)
ClassListener
removedFromUnionDomainOf
in interface ClassListener
cls
- the class that was removedproperty
- the property that has changed its domainpublic void subclassAdded(RDFSClass cls, RDFSClass subclass)
ClassListener
subclassAdded
in interface ClassListener
cls
- the class that was changedsubclass
- the new subclass of clspublic void subclassRemoved(RDFSClass cls, RDFSClass subclass)
ClassListener
subclassRemoved
in interface ClassListener
cls
- the class that was changedsubclass
- the former subclass of clspublic void superclassAdded(RDFSClass cls, RDFSClass superclass)
ClassListener
superclassAdded
in interface ClassListener
cls
- the class that was changedsuperclass
- the new superclass of clspublic void superclassRemoved(RDFSClass cls, RDFSClass superclass)
ClassListener
superclassRemoved
in interface ClassListener
cls
- the class that was changedsuperclass
- the former superclass of clspublic final void templateFacetAdded(edu.stanford.smi.protege.event.ClsEvent event)
templateFacetAdded
in interface ProtegeClsListener
public final void templateFacetRemoved(edu.stanford.smi.protege.event.ClsEvent event)
templateFacetRemoved
in interface ProtegeClsListener
public final void templateFacetValueChanged(edu.stanford.smi.protege.event.ClsEvent event)
templateFacetValueChanged
in interface ProtegeClsListener
public final void templateSlotAdded(edu.stanford.smi.protege.event.ClsEvent event)
templateSlotAdded
in interface ProtegeClsListener
ClassListener.addedToUnionDomainOf(edu.stanford.smi.protegex.owl.model.RDFSClass, edu.stanford.smi.protegex.owl.model.RDFProperty)
public final void templateSlotRemoved(edu.stanford.smi.protege.event.ClsEvent event)
templateSlotRemoved
in interface ProtegeClsListener
ClassListener.removedFromUnionDomainOf(edu.stanford.smi.protegex.owl.model.RDFSClass, edu.stanford.smi.protegex.owl.model.RDFProperty)
public final void templateSlotValueChanged(edu.stanford.smi.protege.event.ClsEvent event)
templateSlotValueChanged
in interface ProtegeClsListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |