|
|||||||||||
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.PropertyAdapter
Constructor Summary | |
PropertyAdapter()
|
Method Summary | |
void |
directSubslotAdded(edu.stanford.smi.protege.event.SlotEvent event)
Deprecated. |
void |
directSubslotMoved(edu.stanford.smi.protege.event.SlotEvent event)
Deprecated. |
void |
directSubslotRemoved(edu.stanford.smi.protege.event.SlotEvent event)
Deprecated. |
void |
directSuperslotAdded(edu.stanford.smi.protege.event.SlotEvent event)
Deprecated. |
void |
directSuperslotRemoved(edu.stanford.smi.protege.event.SlotEvent event)
Deprecated. |
void |
subpropertyAdded(RDFProperty property,
RDFProperty subproperty)
Called after a subproperty has been added to a property. |
void |
subpropertyRemoved(RDFProperty property,
RDFProperty subproperty)
Called after a subproperty has been removed from a property. |
void |
superpropertyAdded(RDFProperty property,
RDFProperty superproperty)
Called after a superproperty has been added to a property. |
void |
superpropertyRemoved(RDFProperty property,
RDFProperty superproperty)
Called after a superproperty has been removed from a property. |
void |
templateSlotClsAdded(edu.stanford.smi.protege.event.SlotEvent event)
Deprecated. |
void |
templateSlotClsRemoved(edu.stanford.smi.protege.event.SlotEvent event)
Deprecated. |
void |
unionDomainClassAdded(RDFProperty property,
RDFSClass rdfsClass)
Called after a class has been added to the union domain of a property. |
void |
unionDomainClassRemoved(RDFProperty property,
RDFSClass rdfsClass)
Called after a class has been removed from the union domain of a property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyAdapter()
Method Detail |
public final void directSubslotAdded(edu.stanford.smi.protege.event.SlotEvent event)
directSubslotAdded
in interface ProtegeSlotListener
PropertyListener.subpropertyAdded(edu.stanford.smi.protegex.owl.model.RDFProperty, edu.stanford.smi.protegex.owl.model.RDFProperty)
public final void directSubslotMoved(edu.stanford.smi.protege.event.SlotEvent event)
directSubslotMoved
in interface ProtegeSlotListener
public final void directSubslotRemoved(edu.stanford.smi.protege.event.SlotEvent event)
directSubslotRemoved
in interface ProtegeSlotListener
PropertyListener.subpropertyRemoved(edu.stanford.smi.protegex.owl.model.RDFProperty, edu.stanford.smi.protegex.owl.model.RDFProperty)
public final void directSuperslotAdded(edu.stanford.smi.protege.event.SlotEvent event)
directSuperslotAdded
in interface ProtegeSlotListener
PropertyListener.superpropertyAdded(edu.stanford.smi.protegex.owl.model.RDFProperty, edu.stanford.smi.protegex.owl.model.RDFProperty)
public final void directSuperslotRemoved(edu.stanford.smi.protege.event.SlotEvent event)
directSuperslotRemoved
in interface ProtegeSlotListener
PropertyListener.superpropertyRemoved(edu.stanford.smi.protegex.owl.model.RDFProperty, edu.stanford.smi.protegex.owl.model.RDFProperty)
public void subpropertyAdded(RDFProperty property, RDFProperty subproperty)
PropertyListener
subpropertyAdded
in interface PropertyListener
property
- the property where the subproperty was addedsubproperty
- the new subpropertypublic void subpropertyRemoved(RDFProperty property, RDFProperty subproperty)
PropertyListener
subpropertyRemoved
in interface PropertyListener
property
- the property where the subproperty was removedsubproperty
- the old subpropertypublic void superpropertyAdded(RDFProperty property, RDFProperty superproperty)
PropertyListener
superpropertyAdded
in interface PropertyListener
property
- the property where the superproperty was addedsuperproperty
- the new superpropertypublic void superpropertyRemoved(RDFProperty property, RDFProperty superproperty)
PropertyListener
superpropertyRemoved
in interface PropertyListener
property
- the property where the superproperty was removedsuperproperty
- the old superpropertypublic final void templateSlotClsAdded(edu.stanford.smi.protege.event.SlotEvent event)
templateSlotClsAdded
in interface ProtegeSlotListener
PropertyListener.unionDomainClassAdded(edu.stanford.smi.protegex.owl.model.RDFProperty, edu.stanford.smi.protegex.owl.model.RDFSClass)
public final void templateSlotClsRemoved(edu.stanford.smi.protege.event.SlotEvent event)
templateSlotClsRemoved
in interface ProtegeSlotListener
PropertyListener.unionDomainClassRemoved(edu.stanford.smi.protegex.owl.model.RDFProperty, edu.stanford.smi.protegex.owl.model.RDFSClass)
public void unionDomainClassAdded(RDFProperty property, RDFSClass rdfsClass)
PropertyListener
unionDomainClassAdded
in interface PropertyListener
property
- the property where the domain has changedrdfsClass
- the domain class that was addedpublic void unionDomainClassRemoved(RDFProperty property, RDFSClass rdfsClass)
PropertyListener
unionDomainClassRemoved
in interface PropertyListener
property
- the property where the domain has changedrdfsClass
- the domain class that was removed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |