Exam 1 post mortem - PowerPoint PPT Presentation

1 / 12
About This Presentation
Title:

Exam 1 post mortem

Description:

Exam 1 post mortem – PowerPoint PPT presentation

Number of Views:88
Avg rating:3.0/5.0
Slides: 13
Provided by: gregorydab
Category:
Tags: eww | exam | mortem | post

less

Transcript and Presenter's Notes

Title: Exam 1 post mortem


1
Exam 1 post mortem
2
Agenda
  • Questions
  • HW4
  • Exam
  • Results
  • Reviewing answers/discussion
  • Anonymous feedback

3
Results
4
Question 1 FSM
  • Input actions Guard predicates Output actions
  • Mmove
  • Lmpress
  • Rmpress
  • LMrelease
  • RMpress
  • Mdrag

5
FSM
6
Question 2 Damage Management
  • public void eraseStrokesAt(Point point)
  • Vector erased_strokes new Vector()
  • // determine which strokes to erase, only those
    which contain the point from the drag event
  • for (int i0 iltstrokes.size() i)
  • Stroke indexed_stroke (Stroke)
    strokes.elementAt(i)
  • if (indexed_stroke.contains(point))
  • erased_strokes.addElement(indexed_stroke)
  • // now remove each erased stroke from the vector
    of strokes in the whiteboard
  • for (int i0 ilterased_strokes.size() i)
  • Stroke erased_stroke (Stroke)
    erased_strokes.elementAt(i)
  • strokes.removeElement(erased_stroke)

7
Question 3 Modelling input
8
Modelling input
9
Question 4 Instrumental Interaction
10
Question 5 Event dispatch
11
Question 6 Interaction Architectures
12
Anonymous Feedback
  • If you want to give more, do it now.
  • Like most.
  • Like least.
  • Other comments on class.
Write a Comment
User Comments (0)
About PowerShow.com