|
Protégé-OWL 3.3.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertyListener
A listener for property-related events. Note that this currently extends ProtegeSlotListener for technical reasons, but none of the inherited methods from SlotListener should be used in application code.
| Method Summary | |
|---|---|
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 |
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 interface edu.stanford.smi.protegex.owl.model.event.ProtegeSlotListener |
|---|
directSubslotAdded, directSubslotMoved, directSubslotRemoved, directSuperslotAdded, directSuperslotRemoved, templateSlotClsAdded, templateSlotClsRemoved |
| Method Detail |
|---|
void subpropertyAdded(RDFProperty property,
RDFProperty subproperty)
property - the property where the subproperty was addedsubproperty - the new subproperty
void subpropertyRemoved(RDFProperty property,
RDFProperty subproperty)
property - the property where the subproperty was removedsubproperty - the old subproperty
void superpropertyAdded(RDFProperty property,
RDFProperty superproperty)
property - the property where the superproperty was addedsuperproperty - the new superproperty
void superpropertyRemoved(RDFProperty property,
RDFProperty superproperty)
property - the property where the superproperty was removedsuperproperty - the old superproperty
void unionDomainClassAdded(RDFProperty property,
RDFSClass rdfsClass)
property - the property where the domain has changedrdfsClass - the domain class that was added
void unionDomainClassRemoved(RDFProperty property,
RDFSClass rdfsClass)
property - the property where the domain has changedrdfsClass - the domain class that was removed
|
Protégé-OWL 3.3.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||