org.openanzo.owl
Interface FunctionalPropetyListener

All Superinterfaces:
ThingListener

public interface FunctionalPropetyListener
extends ThingListener

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


Method Summary
 void commentAdded(FunctionalPropety source, java.lang.String newValue)
          Called when a value of comment has been added
 void commentRemoved(FunctionalPropety source, java.lang.String oldValue)
          Called when a value of comment has been removed
 void dataPropertyDomainChanged(FunctionalPropety source)
          Called when dataPropertyDomain has changed
 void dataPropertyRangeChanged(FunctionalPropety source)
          Called when dataPropertyRange has changed
 void disjointDataPropertiesAdded(FunctionalPropety source, DatatypeProperty newValue)
          Called when a value of disjointDataProperties has been added
 void disjointDataPropertiesRemoved(FunctionalPropety source, DatatypeProperty oldValue)
          Called when a value of disjointDataProperties has been removed
 void domainChanged(FunctionalPropety source)
          Called when domain has changed
 void equivalentDataPropertyAdded(FunctionalPropety source, DatatypeProperty newValue)
          Called when a value of equivalentDataProperty has been added
 void equivalentDataPropertyRemoved(FunctionalPropety source, DatatypeProperty oldValue)
          Called when a value of equivalentDataProperty has been removed
 void equivalentPropertyAdded(FunctionalPropety source, DatatypeProperty newValue)
          Called when a value of equivalentProperty has been added
 void equivalentPropertyRemoved(FunctionalPropety source, DatatypeProperty oldValue)
          Called when a value of equivalentProperty has been removed
 void isDefinedByAdded(FunctionalPropety source, _Resource newValue)
          Called when a value of isDefinedBy has been added
 void isDefinedByRemoved(FunctionalPropety source, _Resource oldValue)
          Called when a value of isDefinedBy has been removed
 void labelAdded(FunctionalPropety source, java.lang.String newValue)
          Called when a value of label has been added
 void labelRemoved(FunctionalPropety source, java.lang.String oldValue)
          Called when a value of label has been removed
 void memberAdded(FunctionalPropety source, _Resource newValue)
          Called when a value of member has been added
 void memberRemoved(FunctionalPropety source, _Resource oldValue)
          Called when a value of member has been removed
 void rangeChanged(FunctionalPropety source)
          Called when range has changed
 void seeAlsoAdded(FunctionalPropety source, _Resource newValue)
          Called when a value of seeAlso has been added
 void seeAlsoRemoved(FunctionalPropety source, _Resource oldValue)
          Called when a value of seeAlso has been removed
 void subDataPropertyOfAdded(FunctionalPropety source, DatatypeProperty newValue)
          Called when a value of subDataPropertyOf has been added
 void subDataPropertyOfRemoved(FunctionalPropety source, DatatypeProperty oldValue)
          Called when a value of subDataPropertyOf has been removed
 void subPropertyOfAdded(FunctionalPropety source, _Property newValue)
          Called when a value of subPropertyOf has been added
 void subPropertyOfRemoved(FunctionalPropety source, _Property oldValue)
          Called when a value of subPropertyOf has been removed
 void typeAdded(FunctionalPropety source, Class newValue)
          Called when a value of type has been added
 void typeRemoved(FunctionalPropety source, Class oldValue)
          Called when a value of type has been removed
 void valueAdded(FunctionalPropety source, _Resource newValue)
          Called when a value of value has been added
 void valueRemoved(FunctionalPropety source, _Resource oldValue)
          Called when a value of value has been removed
 

Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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

domainChanged

void domainChanged(FunctionalPropety source)
Called when domain has changed

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

rangeChanged

void rangeChanged(FunctionalPropety source)
Called when range has changed

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

subPropertyOfAdded

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

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

subPropertyOfRemoved

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

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

dataPropertyDomainChanged

void dataPropertyDomainChanged(FunctionalPropety source)
Called when dataPropertyDomain has changed

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

dataPropertyRangeChanged

void dataPropertyRangeChanged(FunctionalPropety source)
Called when dataPropertyRange has changed

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

disjointDataPropertiesAdded

void disjointDataPropertiesAdded(FunctionalPropety source,
                                 DatatypeProperty newValue)
Called when a value of disjointDataProperties has been added

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

disjointDataPropertiesRemoved

void disjointDataPropertiesRemoved(FunctionalPropety source,
                                   DatatypeProperty oldValue)
Called when a value of disjointDataProperties has been removed

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

equivalentDataPropertyAdded

void equivalentDataPropertyAdded(FunctionalPropety source,
                                 DatatypeProperty newValue)
Called when a value of equivalentDataProperty has been added

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

equivalentDataPropertyRemoved

void equivalentDataPropertyRemoved(FunctionalPropety source,
                                   DatatypeProperty oldValue)
Called when a value of equivalentDataProperty has been removed

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

subDataPropertyOfAdded

void subDataPropertyOfAdded(FunctionalPropety source,
                            DatatypeProperty newValue)
Called when a value of subDataPropertyOf has been added

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

subDataPropertyOfRemoved

void subDataPropertyOfRemoved(FunctionalPropety source,
                              DatatypeProperty oldValue)
Called when a value of subDataPropertyOf has been removed

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

equivalentPropertyAdded

void equivalentPropertyAdded(FunctionalPropety source,
                             DatatypeProperty newValue)
Called when a value of equivalentProperty has been added

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

equivalentPropertyRemoved

void equivalentPropertyRemoved(FunctionalPropety source,
                               DatatypeProperty oldValue)
Called when a value of equivalentProperty has been removed

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


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