Search results
Term entries in the full glossary matching "depends"
W3C Glossaries
Showing results 1 - 2 of 2
- depends
-
From XQuery 1.0: An XML Query Language (2007-01-23) | Glossary for this source
A function f1depends on a variable $y or a function f2 if a reference to $y or f2 appears in the body of f1, or if there exists a variable $z or a function f3 such that f1depends on $z or f3 and $z or f3depends on $y or f2.
A variable $xdepends on a variable $y or a function f2 if a reference to $y or f2 appears in the initializing expression of $x, or if there exists a variable $z or a function f3 such that $xdepends on $z or f3 and $z or f3depends on $y or f2.
- directly depends
-
From XQuery 1.0: An XML Query Language (2007-01-23) | Glossary for this source
A module M1directly depends on another module M2 (different from M1) if a variable or function declared in M1depends on a variable or function declared in M2.
Run another query
Keyword and Sources search