scalation

tableau

package tableau

The tableau package contains classes for tableau oriented simulation models (similar to spreadsheet simulations).

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. tableau
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Model extends Modelable

    The Model class support tableau oriented simulation models in which each simulation entity's events are recorded in tabular form (in a matrix).

    The Model class support tableau oriented simulation models in which each simulation entity's events are recorded in tabular form (in a matrix). This is analogous to Spreadsheet simulation.

    See also

    http://www.informs-sim.org/wsc06papers/002.pdf

Value Members

  1. object ModelTest extends App

    The ModelTest object is used to test the Model class.

    The ModelTest object is used to test the Model class. See apps.tableau for additional exmaples.

Inherited from AnyRef

Inherited from Any

Ungrouped