|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.owl.dataset.FunctionalPropertyListenerAdapter
public class FunctionalPropertyListenerAdapter
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.FunctionalProperty to
receive notification when properties changed, added or removed.
| Constructor Summary | |
|---|---|
FunctionalPropertyListenerAdapter()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionalPropertyListenerAdapter()
| Method Detail |
|---|
public void commentAdded(FunctionalProperty source,
java.lang.String newValue)
commentAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void commentRemoved(FunctionalProperty source,
java.lang.String oldValue)
commentRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed value
public void labelAdded(FunctionalProperty source,
java.lang.String newValue)
labelAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void labelRemoved(FunctionalProperty source,
java.lang.String oldValue)
labelRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed value
public void typeAdded(FunctionalProperty source,
Class newValue)
typeAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void typeRemoved(FunctionalProperty source,
Class oldValue)
typeRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed value
public void valueAdded(FunctionalProperty source,
_Resource newValue)
valueAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void valueRemoved(FunctionalProperty source,
_Resource oldValue)
valueRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed value
public void isDefinedByAdded(FunctionalProperty source,
_Resource newValue)
isDefinedByAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void isDefinedByRemoved(FunctionalProperty source,
_Resource oldValue)
isDefinedByRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed value
public void memberAdded(FunctionalProperty source,
_Resource newValue)
memberAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void memberRemoved(FunctionalProperty source,
_Resource oldValue)
memberRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed value
public void seeAlsoAdded(FunctionalProperty source,
_Resource newValue)
seeAlsoAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void seeAlsoRemoved(FunctionalProperty source,
_Resource oldValue)
seeAlsoRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed valuepublic void domainChanged(FunctionalProperty source)
domainChanged in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertypublic void rangeChanged(FunctionalProperty source)
rangeChanged in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalProperty
public void subPropertyOfAdded(FunctionalProperty source,
_Property newValue)
subPropertyOfAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void subPropertyOfRemoved(FunctionalProperty source,
_Property oldValue)
subPropertyOfRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed value
public void disjointObjectPropertiesAdded(FunctionalProperty source,
ObjectProperty newValue)
disjointObjectPropertiesAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void disjointObjectPropertiesRemoved(FunctionalProperty source,
ObjectProperty oldValue)
disjointObjectPropertiesRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed value
public void equivalentObjectPropertyAdded(FunctionalProperty source,
ObjectProperty newValue)
equivalentObjectPropertyAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void equivalentObjectPropertyRemoved(FunctionalProperty source,
ObjectProperty oldValue)
equivalentObjectPropertyRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed valuepublic void objectPropertyDomainChanged(FunctionalProperty source)
objectPropertyDomainChanged in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertypublic void objectPropertyRangeChanged(FunctionalProperty source)
objectPropertyRangeChanged in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalProperty
public void subObjectPropertyOfAdded(FunctionalProperty source,
ObjectProperty newValue)
subObjectPropertyOfAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void subObjectPropertyOfRemoved(FunctionalProperty source,
ObjectProperty oldValue)
subObjectPropertyOfRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed value
public void inverseOfAdded(FunctionalProperty source,
ObjectProperty newValue)
inverseOfAdded in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertynewValue - the object representing the new value
public void inverseOfRemoved(FunctionalProperty source,
ObjectProperty oldValue)
inverseOfRemoved in interface FunctionalPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalPropertyoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||