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