|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatatypePropertyListener
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.DatatypeProperty to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
commentAdded(DatatypeProperty source,
java.lang.String newValue)
Called when a value of comment has been added |
void |
commentRemoved(DatatypeProperty source,
java.lang.String oldValue)
Called when a value of comment has been removed |
void |
dataPropertyDomainChanged(DatatypeProperty source)
Called when dataPropertyDomain has changed |
void |
dataPropertyRangeChanged(DatatypeProperty source)
Called when dataPropertyRange has changed |
void |
disjointDataPropertiesAdded(DatatypeProperty source,
DatatypeProperty newValue)
Called when a value of disjointDataProperties has been added |
void |
disjointDataPropertiesRemoved(DatatypeProperty source,
DatatypeProperty oldValue)
Called when a value of disjointDataProperties has been removed |
void |
domainChanged(DatatypeProperty source)
Called when domain has changed |
void |
equivalentDataPropertyAdded(DatatypeProperty source,
DatatypeProperty newValue)
Called when a value of equivalentDataProperty has been added |
void |
equivalentDataPropertyRemoved(DatatypeProperty source,
DatatypeProperty oldValue)
Called when a value of equivalentDataProperty has been removed |
void |
equivalentPropertyAdded(DatatypeProperty source,
DatatypeProperty newValue)
Called when a value of equivalentProperty has been added |
void |
equivalentPropertyRemoved(DatatypeProperty source,
DatatypeProperty oldValue)
Called when a value of equivalentProperty has been removed |
void |
isDefinedByAdded(DatatypeProperty source,
_Resource newValue)
Called when a value of isDefinedBy has been added |
void |
isDefinedByRemoved(DatatypeProperty source,
_Resource oldValue)
Called when a value of isDefinedBy has been removed |
void |
labelAdded(DatatypeProperty source,
java.lang.String newValue)
Called when a value of label has been added |
void |
labelRemoved(DatatypeProperty source,
java.lang.String oldValue)
Called when a value of label has been removed |
void |
memberAdded(DatatypeProperty source,
_Resource newValue)
Called when a value of member has been added |
void |
memberRemoved(DatatypeProperty source,
_Resource oldValue)
Called when a value of member has been removed |
void |
rangeChanged(DatatypeProperty source)
Called when range has changed |
void |
seeAlsoAdded(DatatypeProperty source,
_Resource newValue)
Called when a value of seeAlso has been added |
void |
seeAlsoRemoved(DatatypeProperty source,
_Resource oldValue)
Called when a value of seeAlso has been removed |
void |
subDataPropertyOfAdded(DatatypeProperty source,
DatatypeProperty newValue)
Called when a value of subDataPropertyOf has been added |
void |
subDataPropertyOfRemoved(DatatypeProperty source,
DatatypeProperty oldValue)
Called when a value of subDataPropertyOf has been removed |
void |
subPropertyOfAdded(DatatypeProperty source,
_Property newValue)
Called when a value of subPropertyOf has been added |
void |
subPropertyOfRemoved(DatatypeProperty source,
_Property oldValue)
Called when a value of subPropertyOf has been removed |
void |
typeAdded(DatatypeProperty source,
Class newValue)
Called when a value of type has been added |
void |
typeRemoved(DatatypeProperty source,
Class oldValue)
Called when a value of type has been removed |
void |
valueAdded(DatatypeProperty source,
_Resource newValue)
Called when a value of value has been added |
void |
valueRemoved(DatatypeProperty source,
_Resource oldValue)
Called when a value of value has been removed |
| Method Detail |
|---|
void commentAdded(DatatypeProperty source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void commentRemoved(DatatypeProperty source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed value
void labelAdded(DatatypeProperty source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void labelRemoved(DatatypeProperty source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed value
void typeAdded(DatatypeProperty source,
Class newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void typeRemoved(DatatypeProperty source,
Class oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed value
void valueAdded(DatatypeProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void valueRemoved(DatatypeProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed value
void isDefinedByAdded(DatatypeProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void isDefinedByRemoved(DatatypeProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed value
void memberAdded(DatatypeProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void memberRemoved(DatatypeProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed value
void seeAlsoAdded(DatatypeProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void seeAlsoRemoved(DatatypeProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed valuevoid domainChanged(DatatypeProperty source)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyvoid rangeChanged(DatatypeProperty source)
source - the affected instance of org.openanzo.owl.dataset.DatatypeProperty
void subPropertyOfAdded(DatatypeProperty source,
_Property newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void subPropertyOfRemoved(DatatypeProperty source,
_Property oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed valuevoid dataPropertyDomainChanged(DatatypeProperty source)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyvoid dataPropertyRangeChanged(DatatypeProperty source)
source - the affected instance of org.openanzo.owl.dataset.DatatypeProperty
void disjointDataPropertiesAdded(DatatypeProperty source,
DatatypeProperty newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void disjointDataPropertiesRemoved(DatatypeProperty source,
DatatypeProperty oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed value
void equivalentDataPropertyAdded(DatatypeProperty source,
DatatypeProperty newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void equivalentDataPropertyRemoved(DatatypeProperty source,
DatatypeProperty oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed value
void subDataPropertyOfAdded(DatatypeProperty source,
DatatypeProperty newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void subDataPropertyOfRemoved(DatatypeProperty source,
DatatypeProperty oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed value
void equivalentPropertyAdded(DatatypeProperty source,
DatatypeProperty newValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertynewValue - the object representing the new value
void equivalentPropertyRemoved(DatatypeProperty source,
DatatypeProperty oldValue)
source - the affected instance of org.openanzo.owl.dataset.DatatypePropertyoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||