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