Skip to content

Hints on the Architecture

Erwan Demairy edited this page May 5, 2017 · 2 revisions

Results of a Request

  • The results are of type Mappings.
  • Mappings are made of several Mapping object.
  • Each Mapping object is conceptually an associative map between "query nodes" and "value nodes", both being of type Node.
  • NodeImpl is the only available implementation of the Node interface.