|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AntisymmetricPropertyListener
Implementations of this listener may be registered with instances of org.openanzo.owl.AntisymmetricProperty to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
commentAdded(AntisymmetricProperty source,
java.lang.String newValue)
Called when a value of comment has been added |
void |
commentRemoved(AntisymmetricProperty source,
java.lang.String oldValue)
Called when a value of comment has been removed |
void |
disjointObjectPropertiesAdded(AntisymmetricProperty source,
ObjectProperty newValue)
Called when a value of disjointObjectProperties has been added |
void |
disjointObjectPropertiesRemoved(AntisymmetricProperty source,
ObjectProperty oldValue)
Called when a value of disjointObjectProperties has been removed |
void |
domainChanged(AntisymmetricProperty source)
Called when domain has changed |
void |
equivalentObjectPropertyAdded(AntisymmetricProperty source,
ObjectProperty newValue)
Called when a value of equivalentObjectProperty has been added |
void |
equivalentObjectPropertyRemoved(AntisymmetricProperty source,
ObjectProperty oldValue)
Called when a value of equivalentObjectProperty has been removed |
void |
inverseOfAdded(AntisymmetricProperty source,
ObjectProperty newValue)
Called when a value of inverseOf has been added |
void |
inverseOfRemoved(AntisymmetricProperty source,
ObjectProperty oldValue)
Called when a value of inverseOf has been removed |
void |
isDefinedByAdded(AntisymmetricProperty source,
_Resource newValue)
Called when a value of isDefinedBy has been added |
void |
isDefinedByRemoved(AntisymmetricProperty source,
_Resource oldValue)
Called when a value of isDefinedBy has been removed |
void |
labelAdded(AntisymmetricProperty source,
java.lang.String newValue)
Called when a value of label has been added |
void |
labelRemoved(AntisymmetricProperty source,
java.lang.String oldValue)
Called when a value of label has been removed |
void |
memberAdded(AntisymmetricProperty source,
_Resource newValue)
Called when a value of member has been added |
void |
memberRemoved(AntisymmetricProperty source,
_Resource oldValue)
Called when a value of member has been removed |
void |
objectPropertyDomainChanged(AntisymmetricProperty source)
Called when objectPropertyDomain has changed |
void |
objectPropertyRangeChanged(AntisymmetricProperty source)
Called when objectPropertyRange has changed |
void |
rangeChanged(AntisymmetricProperty source)
Called when range has changed |
void |
seeAlsoAdded(AntisymmetricProperty source,
_Resource newValue)
Called when a value of seeAlso has been added |
void |
seeAlsoRemoved(AntisymmetricProperty source,
_Resource oldValue)
Called when a value of seeAlso has been removed |
void |
subObjectPropertyOfAdded(AntisymmetricProperty source,
ObjectProperty newValue)
Called when a value of subObjectPropertyOf has been added |
void |
subObjectPropertyOfRemoved(AntisymmetricProperty source,
ObjectProperty oldValue)
Called when a value of subObjectPropertyOf has been removed |
void |
subPropertyOfAdded(AntisymmetricProperty source,
_Property newValue)
Called when a value of subPropertyOf has been added |
void |
subPropertyOfRemoved(AntisymmetricProperty source,
_Property oldValue)
Called when a value of subPropertyOf has been removed |
void |
typeAdded(AntisymmetricProperty source,
Class newValue)
Called when a value of type has been added |
void |
typeRemoved(AntisymmetricProperty source,
Class oldValue)
Called when a value of type has been removed |
void |
valueAdded(AntisymmetricProperty source,
_Resource newValue)
Called when a value of value has been added |
void |
valueRemoved(AntisymmetricProperty source,
_Resource oldValue)
Called when a value of value has been removed |
| Method Detail |
|---|
void commentAdded(AntisymmetricProperty source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void commentRemoved(AntisymmetricProperty source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed value
void labelAdded(AntisymmetricProperty source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void labelRemoved(AntisymmetricProperty source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed value
void typeAdded(AntisymmetricProperty source,
Class newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void typeRemoved(AntisymmetricProperty source,
Class oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed value
void valueAdded(AntisymmetricProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void valueRemoved(AntisymmetricProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed value
void isDefinedByAdded(AntisymmetricProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void isDefinedByRemoved(AntisymmetricProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed value
void memberAdded(AntisymmetricProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void memberRemoved(AntisymmetricProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed value
void seeAlsoAdded(AntisymmetricProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void seeAlsoRemoved(AntisymmetricProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed valuevoid domainChanged(AntisymmetricProperty source)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyvoid rangeChanged(AntisymmetricProperty source)
source - the affected instance of org.openanzo.owl.AntisymmetricProperty
void subPropertyOfAdded(AntisymmetricProperty source,
_Property newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void subPropertyOfRemoved(AntisymmetricProperty source,
_Property oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed value
void disjointObjectPropertiesAdded(AntisymmetricProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void disjointObjectPropertiesRemoved(AntisymmetricProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed value
void equivalentObjectPropertyAdded(AntisymmetricProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void equivalentObjectPropertyRemoved(AntisymmetricProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed valuevoid objectPropertyDomainChanged(AntisymmetricProperty source)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyvoid objectPropertyRangeChanged(AntisymmetricProperty source)
source - the affected instance of org.openanzo.owl.AntisymmetricProperty
void subObjectPropertyOfAdded(AntisymmetricProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void subObjectPropertyOfRemoved(AntisymmetricProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed value
void inverseOfAdded(AntisymmetricProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertynewValue - the object representing the new value
void inverseOfRemoved(AntisymmetricProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.AntisymmetricPropertyoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||