|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The most generic property mapping as described in PropertyMapping
API.
It implements n:m
arity map - a complex transformation between two sets of properties.
Method Summary | |
Property[] |
getDomain()
Returns an ordered list of properties which form a domain of this mapping. |
Property[] |
getRange()
Returns an ordered list of properties which form a range of this mapping. |
java.lang.Object[] |
mapValue(java.lang.Object[] dom)
Executes the actual transformation - a mapping. |
Methods inherited from interface cz.cuni.versatile.api.relops.PropertyMapping |
getDomainSet, getRangeSet, getReverse, providesReverse |
Method Detail |
public Property[] getDomain()
PropertyMapping.getDomainSet()
public Property[] getRange()
public java.lang.Object[] mapValue(java.lang.Object[] dom)
dom
- an ordered list of domain properties values (the order must correspond to the getDomain()
method)
getRange()
method)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |