Packages

abstract class Scenario extends AnyRef

This class represents ready-made robot world scenarios (that the user can choose to load up from the Scenario menu).

NOTE TO STUDENTS: In this course, you don't need to understand how this class works or can be used.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scenario
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Scenario(name: String)

    name

    the name of the scenario, to be displayed in the menu

Abstract Value Members

  1. abstract def isAvailable: Boolean
  2. abstract def setup(locator: Component): Option[RobotWorld]

Concrete Value Members

  1. def accelerator: Option[KeyStroke]
  2. val name: String