Introducing Objectcharts or How to Use Statecharts in Object-Oriented Design

  • Authors:
  • Derek Coleman;Fiona Hayes;Stephen Bear

  • Affiliations:
  • Hewlett-Packard Labs, Bristol, UK;Hewlett-Packard Labs, Bristol, UK;Hewlett-Packard Labs, Bristol, UK

  • Venue:
  • IEEE Transactions on Software Engineering
  • Year:
  • 1992

Quantified Score

Hi-index 0.01

Visualization

Abstract

A notation called Objectcharts for specifying object classes is introduced. An Objectchart diagram is an extended form of a Statechart, which characterizes the behavior of a class as a state machine. The Objectchart transitions correspond to the state-changing methods that the class provides and those that it requires of other classes. Object attributes and observer methods annotate Objectchart states. Firing and postconditions are used to specify the effect of transitions on class attributes. The Objectchart notions is described through the development of an alarm clock application. How Objectcharts can be used to find subtyping inheritance relationships between classes and a systematic approach for evolving Objectchart specifications are shown.