Maintaining presentation invariants in the Views system:
Abstract: "The Views system is an open application integration environment, in which the data layer and user interface layer are supplied by the system. Objects in this environment can be linked through invariants; when the value of either of the objects changes, the others is updated to match...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Amsterdam
1992
|
Schriftenreihe: | Centrum voor Wiskunde en Informatica <Amsterdam> / Department of Computer Science: Report CS
92,62 |
Schlagworte: | |
Zusammenfassung: | Abstract: "The Views system is an open application integration environment, in which the data layer and user interface layer are supplied by the system. Objects in this environment can be linked through invariants; when the value of either of the objects changes, the others is updated to match the invariant. The invariant mechanism is also used for the presentations of objects on screen. If an object changes, the presentation is updated, but also the inverse should be true: if the presentation changes, eg. by an edit action, the structure of the object should be updated incrementally to match the presentation. In this report, an incremental implementation of some functional list operators (map, reduce, filter) is presented, and then, using these operators, a general parsing algorithm is described The resulting parser is therefore automatically incremental, without any attention being paid to incrementality in the algorithm. |
Beschreibung: | 47 S. |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV009015847 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 940206s1992 |||| 00||| eng d | ||
035 | |a (OCoLC)28232037 | ||
035 | |a (DE-599)BVBBV009015847 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-29T | ||
100 | 1 | |a Ganzevoort, Job |e Verfasser |4 aut | |
245 | 1 | 0 | |a Maintaining presentation invariants in the Views system |c Job Ganzevoort |
264 | 1 | |a Amsterdam |c 1992 | |
300 | |a 47 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a Centrum voor Wiskunde en Informatica <Amsterdam> / Department of Computer Science: Report CS |v 92,62 | |
520 | 3 | |a Abstract: "The Views system is an open application integration environment, in which the data layer and user interface layer are supplied by the system. Objects in this environment can be linked through invariants; when the value of either of the objects changes, the others is updated to match the invariant. The invariant mechanism is also used for the presentations of objects on screen. If an object changes, the presentation is updated, but also the inverse should be true: if the presentation changes, eg. by an edit action, the structure of the object should be updated incrementally to match the presentation. In this report, an incremental implementation of some functional list operators (map, reduce, filter) is presented, and then, using these operators, a general parsing algorithm is described | |
520 | 3 | |a The resulting parser is therefore automatically incremental, without any attention being paid to incrementality in the algorithm. | |
650 | 4 | |a User interfaces (Computer systems) | |
810 | 2 | |a Department of Computer Science: Report CS |t Centrum voor Wiskunde en Informatica <Amsterdam> |v 92,62 |w (DE-604)BV008928356 |9 92,62 | |
999 | |a oai:aleph.bib-bvb.de:BVB01-005961377 |
Datensatz im Suchindex
_version_ | 1804123365202460672 |
---|---|
any_adam_object | |
author | Ganzevoort, Job |
author_facet | Ganzevoort, Job |
author_role | aut |
author_sort | Ganzevoort, Job |
author_variant | j g jg |
building | Verbundindex |
bvnumber | BV009015847 |
ctrlnum | (OCoLC)28232037 (DE-599)BVBBV009015847 |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01929nam a2200301 cb4500</leader><controlfield tag="001">BV009015847</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">940206s1992 |||| 00||| eng d</controlfield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)28232037</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV009015847</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Ganzevoort, Job</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Maintaining presentation invariants in the Views system</subfield><subfield code="c">Job Ganzevoort</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Amsterdam</subfield><subfield code="c">1992</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">47 S.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Centrum voor Wiskunde en Informatica <Amsterdam> / Department of Computer Science: Report CS</subfield><subfield code="v">92,62</subfield></datafield><datafield tag="520" ind1="3" ind2=" "><subfield code="a">Abstract: "The Views system is an open application integration environment, in which the data layer and user interface layer are supplied by the system. Objects in this environment can be linked through invariants; when the value of either of the objects changes, the others is updated to match the invariant. The invariant mechanism is also used for the presentations of objects on screen. If an object changes, the presentation is updated, but also the inverse should be true: if the presentation changes, eg. by an edit action, the structure of the object should be updated incrementally to match the presentation. In this report, an incremental implementation of some functional list operators (map, reduce, filter) is presented, and then, using these operators, a general parsing algorithm is described</subfield></datafield><datafield tag="520" ind1="3" ind2=" "><subfield code="a">The resulting parser is therefore automatically incremental, without any attention being paid to incrementality in the algorithm.</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">User interfaces (Computer systems)</subfield></datafield><datafield tag="810" ind1="2" ind2=" "><subfield code="a">Department of Computer Science: Report CS</subfield><subfield code="t">Centrum voor Wiskunde en Informatica <Amsterdam></subfield><subfield code="v">92,62</subfield><subfield code="w">(DE-604)BV008928356</subfield><subfield code="9">92,62</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-005961377</subfield></datafield></record></collection> |
id | DE-604.BV009015847 |
illustrated | Not Illustrated |
indexdate | 2024-07-09T17:28:36Z |
institution | BVB |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-005961377 |
oclc_num | 28232037 |
open_access_boolean | |
owner | DE-29T |
owner_facet | DE-29T |
physical | 47 S. |
publishDate | 1992 |
publishDateSearch | 1992 |
publishDateSort | 1992 |
record_format | marc |
series2 | Centrum voor Wiskunde en Informatica <Amsterdam> / Department of Computer Science: Report CS |
spelling | Ganzevoort, Job Verfasser aut Maintaining presentation invariants in the Views system Job Ganzevoort Amsterdam 1992 47 S. txt rdacontent n rdamedia nc rdacarrier Centrum voor Wiskunde en Informatica <Amsterdam> / Department of Computer Science: Report CS 92,62 Abstract: "The Views system is an open application integration environment, in which the data layer and user interface layer are supplied by the system. Objects in this environment can be linked through invariants; when the value of either of the objects changes, the others is updated to match the invariant. The invariant mechanism is also used for the presentations of objects on screen. If an object changes, the presentation is updated, but also the inverse should be true: if the presentation changes, eg. by an edit action, the structure of the object should be updated incrementally to match the presentation. In this report, an incremental implementation of some functional list operators (map, reduce, filter) is presented, and then, using these operators, a general parsing algorithm is described The resulting parser is therefore automatically incremental, without any attention being paid to incrementality in the algorithm. User interfaces (Computer systems) Department of Computer Science: Report CS Centrum voor Wiskunde en Informatica <Amsterdam> 92,62 (DE-604)BV008928356 92,62 |
spellingShingle | Ganzevoort, Job Maintaining presentation invariants in the Views system User interfaces (Computer systems) |
title | Maintaining presentation invariants in the Views system |
title_auth | Maintaining presentation invariants in the Views system |
title_exact_search | Maintaining presentation invariants in the Views system |
title_full | Maintaining presentation invariants in the Views system Job Ganzevoort |
title_fullStr | Maintaining presentation invariants in the Views system Job Ganzevoort |
title_full_unstemmed | Maintaining presentation invariants in the Views system Job Ganzevoort |
title_short | Maintaining presentation invariants in the Views system |
title_sort | maintaining presentation invariants in the views system |
topic | User interfaces (Computer systems) |
topic_facet | User interfaces (Computer systems) |
volume_link | (DE-604)BV008928356 |
work_keys_str_mv | AT ganzevoortjob maintainingpresentationinvariantsintheviewssystem |