|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectRestrictionListener
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.ObjectRestriction to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
cardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
Called when a value of cardinality has been added |
void |
cardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
Called when a value of cardinality has been removed |
void |
maxCardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
Called when a value of maxCardinality has been added |
void |
maxCardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
Called when a value of maxCardinality has been removed |
void |
minCardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
Called when a value of minCardinality has been added |
void |
minCardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
Called when a value of minCardinality has been removed |
void |
onClassChanged(ObjectRestriction source)
Called when onClass has changed |
void |
onPropertyChanged(ObjectRestriction source)
Called when onProperty has changed |
| Method Detail |
|---|
void cardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
source - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionnewValue - the object representing the new value
void cardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
source - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionoldValue - the object representing the removed value
void maxCardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
source - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionnewValue - the object representing the new value
void maxCardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
source - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionoldValue - the object representing the removed value
void minCardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
source - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionnewValue - the object representing the new value
void minCardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
source - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionoldValue - the object representing the removed valuevoid onPropertyChanged(ObjectRestriction source)
source - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionvoid onClassChanged(ObjectRestriction source)
source - the affected instance of org.openanzo.owl.dataset.ObjectRestriction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||