|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
InverseOf
implementations inverse RelationalProperty
properties
thus constructing an inverse binary relation for a given relation represented by a RelationalProperty
.
By inverse binary relation we understand a relation, where domain and range are swapped and
for all x, y: P.contains(x, y) = true <-> InverseOf(P).contains(y, x) = true
Note: A generic implementation of this interface is feasible which constructs inverse properties on the fly.
Method Summary | |
RelationalProperty |
inverseOf(RelationalProperty source)
Returns a RelationalProperty which corresponds to an inverse binary relation to the source
RelationalProperty . |
Method Detail |
public RelationalProperty inverseOf(RelationalProperty source)
RelationalProperty
which corresponds to an inverse binary relation to the source
RelationalProperty
.
source
- a source relational property
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |