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