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:tcstatement [2013/07/19 12:07] alex [TC - statement] |
magik-demo:developer:class:core:tcstatement [2017/07/06 15:24] (current) |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| {{ :magik-demo:developer:schema2.png?nolink&600 |}} | {{ :magik-demo:developer:schema2.png?nolink&600 |}} | ||
| - | Namely, Compl(R(x);G) is a table completeness statement for the relation R, and under the condition G. \\ | + | Namely, Compl(R(x);G) is a table completeness statement for the relation R, and under the condition G. |
| - | Condition G is a conjunction of atoms and x is a vector of arity R. \\ | + | |
| + | Condition G is a conjunction of atoms and x is a vector of arity R. | ||
| A TC statement is satisfied with a partial db D=(Di,Da) if R(x)(Di) {{:magik-demo:developer:class:core:subset_of_or_equal_to_icon_256x256.png?nolink&11|}} (R(x),G)(Da). | A TC statement is satisfied with a partial db D=(Di,Da) if R(x)(Di) {{:magik-demo:developer:class:core:subset_of_or_equal_to_icon_256x256.png?nolink&11|}} (R(x),G)(Da). | ||
| Line 22: | Line 24: | ||
| </code> | </code> | ||
| - | ===== Class Constructor ===== | + | ===== Class Constructors ===== |
| ==== TCStatement ==== | ==== TCStatement ==== | ||
| <code java> | <code java> | ||
| Line 152: | Line 154: | ||
| </code> | </code> | ||
| - | ---- | + | [[magik-demo:developer:class:core:tcstatement|Back to Top]] | [[magik-demo:start|Back to Home Page]] |