|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IrreflexivePropertyListener
Implementations of this listener may be registered with instances of org.openanzo.owl.IrreflexiveProperty to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
commentAdded(IrreflexiveProperty source,
java.lang.String newValue)
Called when a value of comment has been added |
void |
commentRemoved(IrreflexiveProperty source,
java.lang.String oldValue)
Called when a value of comment has been removed |
void |
disjointObjectPropertiesAdded(IrreflexiveProperty source,
ObjectProperty newValue)
Called when a value of disjointObjectProperties has been added |
void |
disjointObjectPropertiesRemoved(IrreflexiveProperty source,
ObjectProperty oldValue)
Called when a value of disjointObjectProperties has been removed |
void |
domainChanged(IrreflexiveProperty source)
Called when domain has changed |
void |
equivalentObjectPropertyAdded(IrreflexiveProperty source,
ObjectProperty newValue)
Called when a value of equivalentObjectProperty has been added |
void |
equivalentObjectPropertyRemoved(IrreflexiveProperty source,
ObjectProperty oldValue)
Called when a value of equivalentObjectProperty has been removed |
void |
inverseOfAdded(IrreflexiveProperty source,
ObjectProperty newValue)
Called when a value of inverseOf has been added |
void |
inverseOfRemoved(IrreflexiveProperty source,
ObjectProperty oldValue)
Called when a value of inverseOf has been removed |
void |
isDefinedByAdded(IrreflexiveProperty source,
_Resource newValue)
Called when a value of isDefinedBy has been added |
void |
isDefinedByRemoved(IrreflexiveProperty source,
_Resource oldValue)
Called when a value of isDefinedBy has been removed |
void |
labelAdded(IrreflexiveProperty source,
java.lang.String newValue)
Called when a value of label has been added |
void |
labelRemoved(IrreflexiveProperty source,
java.lang.String oldValue)
Called when a value of label has been removed |
void |
memberAdded(IrreflexiveProperty source,
_Resource newValue)
Called when a value of member has been added |
void |
memberRemoved(IrreflexiveProperty source,
_Resource oldValue)
Called when a value of member has been removed |
void |
objectPropertyDomainChanged(IrreflexiveProperty source)
Called when objectPropertyDomain has changed |
void |
objectPropertyRangeChanged(IrreflexiveProperty source)
Called when objectPropertyRange has changed |
void |
rangeChanged(IrreflexiveProperty source)
Called when range has changed |
void |
seeAlsoAdded(IrreflexiveProperty source,
_Resource newValue)
Called when a value of seeAlso has been added |
void |
seeAlsoRemoved(IrreflexiveProperty source,
_Resource oldValue)
Called when a value of seeAlso has been removed |
void |
subObjectPropertyOfAdded(IrreflexiveProperty source,
ObjectProperty newValue)
Called when a value of subObjectPropertyOf has been added |
void |
subObjectPropertyOfRemoved(IrreflexiveProperty source,
ObjectProperty oldValue)
Called when a value of subObjectPropertyOf has been removed |
void |
subPropertyOfAdded(IrreflexiveProperty source,
_Property newValue)
Called when a value of subPropertyOf has been added |
void |
subPropertyOfRemoved(IrreflexiveProperty source,
_Property oldValue)
Called when a value of subPropertyOf has been removed |
void |
typeAdded(IrreflexiveProperty source,
Class newValue)
Called when a value of type has been added |
void |
typeRemoved(IrreflexiveProperty source,
Class oldValue)
Called when a value of type has been removed |
void |
valueAdded(IrreflexiveProperty source,
_Resource newValue)
Called when a value of value has been added |
void |
valueRemoved(IrreflexiveProperty source,
_Resource oldValue)
Called when a value of value has been removed |
| Method Detail |
|---|
void commentAdded(IrreflexiveProperty source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void commentRemoved(IrreflexiveProperty source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed value
void labelAdded(IrreflexiveProperty source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void labelRemoved(IrreflexiveProperty source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed value
void typeAdded(IrreflexiveProperty source,
Class newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void typeRemoved(IrreflexiveProperty source,
Class oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed value
void valueAdded(IrreflexiveProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void valueRemoved(IrreflexiveProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed value
void isDefinedByAdded(IrreflexiveProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void isDefinedByRemoved(IrreflexiveProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed value
void memberAdded(IrreflexiveProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void memberRemoved(IrreflexiveProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed value
void seeAlsoAdded(IrreflexiveProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void seeAlsoRemoved(IrreflexiveProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed valuevoid domainChanged(IrreflexiveProperty source)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyvoid rangeChanged(IrreflexiveProperty source)
source - the affected instance of org.openanzo.owl.IrreflexiveProperty
void subPropertyOfAdded(IrreflexiveProperty source,
_Property newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void subPropertyOfRemoved(IrreflexiveProperty source,
_Property oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed value
void disjointObjectPropertiesAdded(IrreflexiveProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void disjointObjectPropertiesRemoved(IrreflexiveProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed value
void equivalentObjectPropertyAdded(IrreflexiveProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void equivalentObjectPropertyRemoved(IrreflexiveProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed valuevoid objectPropertyDomainChanged(IrreflexiveProperty source)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyvoid objectPropertyRangeChanged(IrreflexiveProperty source)
source - the affected instance of org.openanzo.owl.IrreflexiveProperty
void subObjectPropertyOfAdded(IrreflexiveProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void subObjectPropertyOfRemoved(IrreflexiveProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed value
void inverseOfAdded(IrreflexiveProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertynewValue - the object representing the new value
void inverseOfRemoved(IrreflexiveProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.IrreflexivePropertyoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||