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 [printHTML] |
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 89: | Line 94: | ||
</code> | </code> | ||
+ | [[magik-demo:developer:class:core:foreignkey|Back to Top]] | [[magik-demo:start|Back to Home Page]] |