Packages

  • package root
    Definition Classes
    root
  • package apps
    Definition Classes
    root
  • package activity

    The activity package contains example applications for activity oriented simulation models.

  • package analytics

    The analytics package contains example applications for analytics: prediction, classification or clustering.

  • package dynamics

    The dynamics package contains example applications for continuous simulation models based on Ordinary Differential Equations 'ODE's or Partial Differential Equations 'PDE's.

  • package event

    The event package contains example applications for event oriented simulation models.

  • package game

    The game package contains example applications for simulation oriented games.

  • package montecarlo

    The montecarlo package contains example applications for Monte Carlo Simulation.

  • package optimization

    The optimization package contains example applications for finding solutions (minima or maxima) to optimization problems.

  • package process

    The process package contains example applications for process oriented simulation models.

  • package relalgebra
  • package state

    The state package contains example applications for state oriented simulation models.

  • package tableau

    The tableau package contains example applications for tableau oriented simulation models.

  • UpVersion
  • UpVersionAll
  • UpVersionFile
p

apps

package apps

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object UpVersion

    The UpVersion object is used to update the version number in the source code.

  2. object UpVersionAll extends App

    The UpVersionAll object updates the version number of all source (.scala) files at or below the 'currentDir' (see UpVersion).

    The UpVersionAll object updates the version number of all source (.scala) files at or below the 'currentDir' (see UpVersion). > run-main apps.UpVersionAll

  3. object UpVersionFile extends App

    The UpVersionFile object updates the version number of a single source (.scala) file.

    The UpVersionFile object updates the version number of a single source (.scala) file. > run-main apps.UpVersionFile

Ungrouped