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:relation [2013/07/19 16:30] alex [Relation] |
magik-demo:developer:class:core:relation [2017/07/06 15:24] (current) |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| </code> | </code> | ||
| - | ===== Class Constructor ===== | + | ===== Class Constructors ===== |
| ==== Relation ==== | ==== Relation ==== | ||
| <code java> | <code java> | ||
| Line 24: | Line 24: | ||
| java.lang.String description) | java.lang.String description) | ||
| </code> | </code> | ||
| - | Constructor for relation with well known arity. Attributes are load inside the function by calling readAttributesNamesInDescription\\ | + | Constructor for relation with well known arity. Attributes are load inside the function by calling ''[[#readattributesnamesindescription|readAttributesNamesInDescritpion]]''\\ |
| //Called by:// | //Called by:// | ||
| Line 58: | Line 58: | ||
| java.lang.String description) | java.lang.String description) | ||
| </code> | </code> | ||
| - | Constructor for relation without knowning arity. Attributes are load inside the function by calling readAttributesNamesInDescription\\ | + | Constructor for relation without knowning arity. Attributes are load inside the function by calling ''[[#readattributesnamesindescription|readAttributesNamesInDescritpion]]''\\ |
| - | ''[[#readAttributesNamesInDescritpion|readattributesnamesindescription]]'' | + | |
| //Called by:// | //Called by:// | ||
| Line 117: | Line 116: | ||
| </code> | </code> | ||
| + | |||
| + | [[magik-demo:developer:class:core:relation|Back to Top]] | [[magik-demo:start|Back to Home Page]] | ||