This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
magik-demo:developer:class:core:foreignkey [2013/07/22 10:45] alex [getters and setters methods] |
magik-demo:developer:class:core:foreignkey [2017/07/06 15:24] (current) |
||
|---|---|---|---|
| Line 18: | Line 18: | ||
| </code> | </code> | ||
| - | ===== Class Constructor ===== | + | ===== Class Constructors ===== |
| ==== ForeignKey ==== | ==== ForeignKey ==== | ||
| Line 50: | Line 50: | ||
| * it.unibz.inf.magik.test.TCQCReasonerTCSuggestions | * it.unibz.inf.magik.test.TCQCReasonerTCSuggestions | ||
| * it.unibz.inf.magik.test.TestQueryClass | * it.unibz.inf.magik.test.TestQueryClass | ||
| + | |||
| + | **Parameters:** | ||
| + | * sourceRelation - source relation | ||
| + | * targetRelation - target relation | ||
| + | * sourceAttributes - source attributes (position) | ||
| ===== Class Methods ===== | ===== Class Methods ===== | ||
| Line 62: | Line 67: | ||
| **Returns:** | **Returns:** | ||
| * foreign key adapted to the compact view | * foreign key adapted to the compact view | ||
| + | |||
| + | |||
| ---- | ---- | ||
| Line 87: | Line 94: | ||
| </code> | </code> | ||
| + | [[magik-demo:developer:class:core:foreignkey|Back to Top]] | [[magik-demo:start|Back to Home Page]] | ||