Contact us Heritage collections Image license terms
HOME ACL ACD ICF SUS DCS G&A STARLINK Literature
Further reading □ ForewordContentsPrefacePrologueAcknowledgementsParticipants1. Introduction2. Control Structures3. Syntactic Structures4. Cognitive psychology and interaction5. Visual Communication6. Presentations7. Working Groups8. Group Reports9. Postscript □ 10. Position papers □ 10.1 Anson10.2 Baecker10.3 Bo10.4 van den Bos10.5 Crestin10.6 Dunn10.7 Dzida10.8 Eckert10.9 Encarnacao10.10 Engelman10.11 Foley10.12 Guedj10.13 ten Hagen10.14 Hopgood10.15 Klint10.16 Krammer10.17 Moran10.18 Mudur10.19 Negroponte10.20 Newell10.21 Newman10.22 Nievergelt10.23 Ohsuga10.24 Rosenthal10.25 Sancha10.26 Shaw10.27 Tozzi11. Bibliography
C&A INF CCD CISD Archives Contact us Heritage archives Image license terms

Search

   
ACDLiteratureBooksMethodology of Interaction
ACDLiteratureBooksMethodology of Interaction
ACL ACD C&A INF CCD CISD Archives
Further reading

ForewordContentsPrefacePrologueAcknowledgementsParticipants1. Introduction2. Control Structures3. Syntactic Structures4. Cognitive psychology and interaction5. Visual Communication6. Presentations7. Working Groups8. Group Reports9. Postscript
10. Position papers
10.1 Anson10.2 Baecker10.3 Bo10.4 van den Bos10.5 Crestin10.6 Dunn10.7 Dzida10.8 Eckert10.9 Encarnacao10.10 Engelman10.11 Foley10.12 Guedj10.13 ten Hagen10.14 Hopgood10.15 Klint10.16 Krammer10.17 Moran10.18 Mudur10.19 Negroponte10.20 Newell10.21 Newman10.22 Nievergelt10.23 Ohsuga10.24 Rosenthal10.25 Sancha10.26 Shaw10.27 Tozzi11. Bibliography

10.25 The Design of Graphically Interactive Systems

T.L. Sancha

Cambridge Interactive Systems

Quayside, Cambridge, England

The purpose of this paper is to illustrate an approach to the design of graphically interactive systems and to point to some outstanding difficulties. The two key components of this approach are the use of declarative languages to specify the non-procedural parts of systems formally, and the use of such languages to implement mappings from one representation of information to another. Syntax and data structure definitions are two common applications for declarative languages and menu to command translation is a common application of information mapping controlled by a declarative language.

THE USER'S VIEW

Operations Internal Model Responses Commands

Figure 1

It is important that the design of systems is organised round the user's view of the system. The most critical aspect of this will be the internal model of the user's data. This model may represent anything from 20 images to complex mathematical systems. The problem for the designer is to construct representations that are adequately powerful and flexible, but that can still be understood and manipulated by end users, and then to provide the end user with the means to perform these manipulations.

THE SYSTEM DESIGN LOOP

Model Operations Commands Responses Representations of Commands and Responses Formal Specifications

Figure 2

Each stage of the design must be accurately specified to allow subsequent stages to proceed smoothly. Formalisms are available for each of the five aspects of the design, but difficulties arise in this interfaces between the formalisms. A general and unified approach is still lacking.

THE MODEL

External Representation Internal Representation

Figure 3

Formal methods of describing data structures are well established and widely used. The greatest difficulty here is that different parts of the model often require different formalisms. For example, design rules are often best understood as procedural structures, while component catalogues are better understood as Codasyl or relational type data bases.

OPERATIONS

  1. Create an instance of a symbol.
  2. Select an instance.
  3. Move selected symbol.
  4. Cancel last operation.

These are initially described in a natural language, then more formally with a mathematical notation and finally they are translated into an algorithmic language such as FORTRAN.

COMMAND SYNTAX

SYMBOL FIND MOVE name position position 1 A CANCEL 4 C position 2 B position 3 C A CANCEL 4 C

Figure 4

There are many ways of defining syntax. Transition networks are one of the most convenient as they are easily understood by end users and, though powerful, they are easy to implement.

RESPONSES

  1. Draw symbol.
  2. Highlight symbol.
  3. Cross out symbol.

Even the best command language can be difficult to use if the system does not help the user with clear responses. The responses must tell the user the result of performing the operations invoked by each command. Their design mirrors the design of the operations.

COMMAND REPRESENTATIONS

F X 1 2 3 MENU 1 1 1 'SYMBOL TR 1' 2 1 'SYMBOL TR 2' 3 1 'SYMBOL TR 3' MENU 2 1 1 'FIND' 2 1 'MOVE' 3 1 'CANCEL' MENU 3 1 1 '*T' (*T = coordinates of tablet probe) Function keys Keyboard Thumbwheels FUNCTION KEYS 1 2 3 4 5 'SYMBOL' 'FIND *C' 'MOVE *C' 'CANCEL' '*C' (*C = cursor coordinates)

Figure 5

The final stags of designing the input side of the system is to specify how the various hardware keys and devices are to be mapped on to the command language. Generally this is fairly simple; however some command language can be difficult to map on to particular combinations of devices.

RESPONSE REPRESENTATIONS

CNR-1 R18 R16 R14 R11 R12 R15 R17 T2

Figure 6

As for commands, the final stage of designing the output side of a system is to specify how each response is to be represented. This will vary from device to device and from context to context. The line styles, symbology, text fonts, sizes, etc, can all be defined in tables interpreted by the graphical output system. This allows the calls to the graphical system to be at a very high functional level and quite independent of detailed graphical representation which is generally device dependent.

SYSTEM STRUCTURE

Operations Responses Model Symbiology Menus Syntax Data Structure control data direct feedback for tracking, inking, prompts, etc mapping operators tables procedures

Figure 7
⇑ Top of page
© Chilton Computing and UKRI Science and Technology Facilities Council webmaster@chilton-computing.org.uk
Our thanks to UKRI Science and Technology Facilities Council for hosting this site