org.openanzo.owl.dataset
Class InverseFunctionalPropertyListenerAdapter

java.lang.Object
  extended by org.openanzo.owl.dataset.InverseFunctionalPropertyListenerAdapter
All Implemented Interfaces:
ThingListener, InverseFunctionalPropertyListener

public class InverseFunctionalPropertyListenerAdapter
extends java.lang.Object
implements InverseFunctionalPropertyListener

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

InverseFunctionalPropertyListenerAdapter

public InverseFunctionalPropertyListenerAdapter()
Method Detail

commentAdded

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

Specified by:
commentAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

commentRemoved

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

Specified by:
commentRemoved in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

labelAdded

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

Specified by:
labelAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

labelRemoved

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

Specified by:
labelRemoved in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

typeAdded

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

Specified by:
typeAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

typeRemoved

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

Specified by:
typeRemoved in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

valueAdded

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

Specified by:
valueAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

valueRemoved

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

Specified by:
valueRemoved in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

isDefinedByAdded

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

Specified by:
isDefinedByAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

isDefinedByRemoved

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

Specified by:
isDefinedByRemoved in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

memberAdded

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

Specified by:
memberAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

memberRemoved

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

Specified by:
memberRemoved in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

seeAlsoAdded

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

Specified by:
seeAlsoAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

seeAlsoRemoved

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

Specified by:
seeAlsoRemoved in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

domainChanged

public void domainChanged(InverseFunctionalProperty source)
Called when domain has changed

Specified by:
domainChanged in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty

rangeChanged

public void rangeChanged(InverseFunctionalProperty source)
Called when range has changed

Specified by:
rangeChanged in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty

subPropertyOfAdded

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

Specified by:
subPropertyOfAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

subPropertyOfRemoved

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

Specified by:
subPropertyOfRemoved in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

disjointObjectPropertiesAdded

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

Specified by:
disjointObjectPropertiesAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

disjointObjectPropertiesRemoved

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

Specified by:
disjointObjectPropertiesRemoved in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

equivalentObjectPropertyAdded

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

Specified by:
equivalentObjectPropertyAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

equivalentObjectPropertyRemoved

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

Specified by:
equivalentObjectPropertyRemoved in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

objectPropertyDomainChanged

public void objectPropertyDomainChanged(InverseFunctionalProperty source)
Called when objectPropertyDomain has changed

Specified by:
objectPropertyDomainChanged in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty

objectPropertyRangeChanged

public void objectPropertyRangeChanged(InverseFunctionalProperty source)
Called when objectPropertyRange has changed

Specified by:
objectPropertyRangeChanged in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty

subObjectPropertyOfAdded

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

Specified by:
subObjectPropertyOfAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

subObjectPropertyOfRemoved

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

Specified by:
subObjectPropertyOfRemoved in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
oldValue - the object representing the removed value

inverseOfAdded

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

Specified by:
inverseOfAdded in interface InverseFunctionalPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.InverseFunctionalProperty
newValue - the object representing the new value

inverseOfRemoved

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

Specified by:
inverseOfRemoved in interface InverseFunctionalPropertyListener
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.