org.openanzo.owl.dataset
Class FunctionalDataPropetyListenerAdapter

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

public class FunctionalDataPropetyListenerAdapter
extends java.lang.Object
implements FunctionalDataPropetyListener

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


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

FunctionalDataPropetyListenerAdapter

public FunctionalDataPropetyListenerAdapter()
Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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

domainChanged

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

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

rangeChanged

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

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

subPropertyOfAdded

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

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

subPropertyOfRemoved

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

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

dataPropertyDomainChanged

public void dataPropertyDomainChanged(FunctionalDataPropety source)
Called when dataPropertyDomain has changed

Specified by:
dataPropertyDomainChanged in interface FunctionalDataPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety

dataPropertyRangeChanged

public void dataPropertyRangeChanged(FunctionalDataPropety source)
Called when dataPropertyRange has changed

Specified by:
dataPropertyRangeChanged in interface FunctionalDataPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety

disjointDataPropertiesAdded

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

Specified by:
disjointDataPropertiesAdded in interface FunctionalDataPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety
newValue - the object representing the new value

disjointDataPropertiesRemoved

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

Specified by:
disjointDataPropertiesRemoved in interface FunctionalDataPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety
oldValue - the object representing the removed value

equivalentDataPropertyAdded

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

Specified by:
equivalentDataPropertyAdded in interface FunctionalDataPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety
newValue - the object representing the new value

equivalentDataPropertyRemoved

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

Specified by:
equivalentDataPropertyRemoved in interface FunctionalDataPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety
oldValue - the object representing the removed value

subDataPropertyOfAdded

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

Specified by:
subDataPropertyOfAdded in interface FunctionalDataPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety
newValue - the object representing the new value

subDataPropertyOfRemoved

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

Specified by:
subDataPropertyOfRemoved in interface FunctionalDataPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety
oldValue - the object representing the removed value

equivalentPropertyAdded

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

Specified by:
equivalentPropertyAdded in interface FunctionalDataPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety
newValue - the object representing the new value

equivalentPropertyRemoved

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

Specified by:
equivalentPropertyRemoved in interface FunctionalDataPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety
oldValue - the object representing the removed value


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