|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassListener
Method Summary | |
---|---|
void |
addedToUnionDomainOf(RDFSClass cls,
RDFProperty property)
Called after a class has been added to the union domain of a property. |
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. |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.event.ProtegeClsListener |
---|
directInstanceAdded, directInstanceRemoved, directSubclassAdded, directSubclassMoved, directSubclassRemoved, directSuperclassAdded, directSuperclassRemoved, templateFacetAdded, templateFacetRemoved, templateFacetValueChanged, templateSlotAdded, templateSlotRemoved, templateSlotValueChanged |
Method Detail |
---|
void addedToUnionDomainOf(RDFSClass cls, RDFProperty property)
cls
- the class that was addedproperty
- the property that has changed its domainvoid instanceAdded(RDFSClass cls, RDFResource instance)
cls
- the RDFSClass of the instanceinstance
- the instance that was addedvoid instanceRemoved(RDFSClass cls, RDFResource instance)
cls
- the RDFSClass of the instanceinstance
- the instance that was removedvoid removedFromUnionDomainOf(RDFSClass cls, RDFProperty property)
cls
- the class that was removedproperty
- the property that has changed its domainvoid subclassAdded(RDFSClass cls, RDFSClass subclass)
cls
- the class that was changedsubclass
- the new subclass of clsvoid subclassRemoved(RDFSClass cls, RDFSClass subclass)
cls
- the class that was changedsubclass
- the former subclass of clsvoid superclassAdded(RDFSClass cls, RDFSClass superclass)
cls
- the class that was changedsuperclass
- the new superclass of clsvoid superclassRemoved(RDFSClass cls, RDFSClass superclass)
cls
- the class that was changedsuperclass
- the former superclass of cls
|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |