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