org.openanzo.owl
Interface FunctionalPropertyListener

All Superinterfaces:
ThingListener

public interface FunctionalPropertyListener
extends ThingListener

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


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
 

Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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

domainChanged

void domainChanged(FunctionalProperty source)
Called when domain has changed

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

rangeChanged

void rangeChanged(FunctionalProperty source)
Called when range has changed

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

subPropertyOfAdded

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

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

subPropertyOfRemoved

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

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

disjointObjectPropertiesAdded

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

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

disjointObjectPropertiesRemoved

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

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

equivalentObjectPropertyAdded

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

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

equivalentObjectPropertyRemoved

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

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

objectPropertyDomainChanged

void objectPropertyDomainChanged(FunctionalProperty source)
Called when objectPropertyDomain has changed

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

objectPropertyRangeChanged

void objectPropertyRangeChanged(FunctionalProperty source)
Called when objectPropertyRange has changed

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

subObjectPropertyOfAdded

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

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

subObjectPropertyOfRemoved

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

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

inverseOfAdded

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

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

inverseOfRemoved

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

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


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