org.openanzo.owl.dataset
Interface InverseFunctionalPropertyListener

All Superinterfaces:
ThingListener
All Known Implementing Classes:
InverseFunctionalPropertyListenerAdapter

public interface InverseFunctionalPropertyListener
extends ThingListener

Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.InverseFunctionalProperty to receive notification when properties changed, added or removed.


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
 

Method Detail

commentAdded

void commentAdded(InverseFunctionalProperty source,
                  java.lang.String newValue)
Called when a value of comment has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

commentRemoved

void commentRemoved(InverseFunctionalProperty source,
                    java.lang.String oldValue)
Called when a value of comment has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

labelAdded

void labelAdded(InverseFunctionalProperty source,
                java.lang.String newValue)
Called when a value of label has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

labelRemoved

void labelRemoved(InverseFunctionalProperty source,
                  java.lang.String oldValue)
Called when a value of label has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

typeAdded

void typeAdded(InverseFunctionalProperty source,
               Class newValue)
Called when a value of type has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

typeRemoved

void typeRemoved(InverseFunctionalProperty source,
                 Class oldValue)
Called when a value of type has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

valueAdded

void valueAdded(InverseFunctionalProperty source,
                _Resource newValue)
Called when a value of value has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

valueRemoved

void valueRemoved(InverseFunctionalProperty source,
                  _Resource oldValue)
Called when a value of value has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

isDefinedByAdded

void isDefinedByAdded(InverseFunctionalProperty source,
                      _Resource newValue)
Called when a value of isDefinedBy has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

isDefinedByRemoved

void isDefinedByRemoved(InverseFunctionalProperty source,
                        _Resource oldValue)
Called when a value of isDefinedBy has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

memberAdded

void memberAdded(InverseFunctionalProperty source,
                 _Resource newValue)
Called when a value of member has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

memberRemoved

void memberRemoved(InverseFunctionalProperty source,
                   _Resource oldValue)
Called when a value of member has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

seeAlsoAdded

void seeAlsoAdded(InverseFunctionalProperty source,
                  _Resource newValue)
Called when a value of seeAlso has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

seeAlsoRemoved

void seeAlsoRemoved(InverseFunctionalProperty source,
                    _Resource oldValue)
Called when a value of seeAlso has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

domainChanged

void domainChanged(InverseFunctionalProperty source)
Called when domain has changed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty

rangeChanged

void rangeChanged(InverseFunctionalProperty source)
Called when range has changed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty

subPropertyOfAdded

void subPropertyOfAdded(InverseFunctionalProperty source,
                        _Property newValue)
Called when a value of subPropertyOf has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

subPropertyOfRemoved

void subPropertyOfRemoved(InverseFunctionalProperty source,
                          _Property oldValue)
Called when a value of subPropertyOf has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

disjointObjectPropertiesAdded

void disjointObjectPropertiesAdded(InverseFunctionalProperty source,
                                   ObjectProperty newValue)
Called when a value of disjointObjectProperties has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

disjointObjectPropertiesRemoved

void disjointObjectPropertiesRemoved(InverseFunctionalProperty source,
                                     ObjectProperty oldValue)
Called when a value of disjointObjectProperties has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

equivalentObjectPropertyAdded

void equivalentObjectPropertyAdded(InverseFunctionalProperty source,
                                   ObjectProperty newValue)
Called when a value of equivalentObjectProperty has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

equivalentObjectPropertyRemoved

void equivalentObjectPropertyRemoved(InverseFunctionalProperty source,
                                     ObjectProperty oldValue)
Called when a value of equivalentObjectProperty has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

objectPropertyDomainChanged

void objectPropertyDomainChanged(InverseFunctionalProperty source)
Called when objectPropertyDomain has changed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty

objectPropertyRangeChanged

void objectPropertyRangeChanged(InverseFunctionalProperty source)
Called when objectPropertyRange has changed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty

subObjectPropertyOfAdded

void subObjectPropertyOfAdded(InverseFunctionalProperty source,
                              ObjectProperty newValue)
Called when a value of subObjectPropertyOf has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

subObjectPropertyOfRemoved

void subObjectPropertyOfRemoved(InverseFunctionalProperty source,
                                ObjectProperty oldValue)
Called when a value of subObjectPropertyOf has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

inverseOfAdded

void inverseOfAdded(InverseFunctionalProperty source,
                    ObjectProperty newValue)
Called when a value of inverseOf has been added

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

inverseOfRemoved

void inverseOfRemoved(InverseFunctionalProperty source,
                      ObjectProperty oldValue)
Called when a value of inverseOf has been removed

Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.