Packages

  • package root
    Definition Classes
    root
  • package scalation
    Definition Classes
    root
  • package activity

    The activity package contains classes, traits and objects for activity-oriented simulation models (for example, Petri Nets).

  • package analytics

    The analytics package contains classes, traits and objects for analytics including clustering and prediction.

  • package animation

    The animation package contains classes, traits and objects for 2D animation of simulation objects.

  • package calculus

    The calculus package contains classes with methods for computing derivatives, gradient vectors, Jacobian matrices, integrals and basic operators in Functional Analysis.

  • package dynamics

    The dynamics package contains classes, traits and objects for system dynamics simulations using Ordinary Differential Equations (ODEs).

  • package dynamics_pde

    The dynamics_pde package contains classes, traits and objects for system dynamics simulations using Partial Differential Equations 'PDE's.

  • package event

    The event package contains classes, traits and objects for event oriented simulation models (for example, event scheduling or event graphs).

  • package graphalytics

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs.

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs. It provides an implicit conversion when needed for converting doubles to vectors.

  • package maxima

    The maxima package contains classes, traits and objects for optimization to find maxima.

  • package minima

    The minima package contains classes, traits and objects for optimization to find minima.

  • package model

    The model package contains a trait giving a template for models to follow.

  • package moleculesampleapp
  • package process

    The process package contains classes, traits and objects for process-oriented simulation models (for example, process-interaction).

  • package queueingnet

    The queueingnet package contains classes, traits and objects for solving simple queueing network problems.

  • package scala3d

    The scala3d package contains classes, traits and objects for for simple 3D graphics in scala, based upon javafx.

    The scala3d package contains classes, traits and objects for for simple 3D graphics in scala, based upon javafx. Its package object contains type aliases for 'javafx.geometry.Point3D' and all subclasses of 'javafx.scene.shape.Shape3D'.

  • package state

    The state package contains classes, traits and objects for state-oriented simulation models (for example, Markov Chains).

  • package tableau

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

  • UpVersion
  • UpVersionAll
  • UpVersionFile
p

scalation

package scalation

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

Value Members

  1. val BASE: String
  2. val DATA_DIR: String
  3. val LOG_DIR: String
  4. val MEM_MAPPED_DIR: String
  5. val SEP: String
  6. val SRC_DIR: String
  7. val SRC_SCALA_DIR: String
  8. val STORE_DIR: String
  9. def removeLast(s: String): String
  10. def setParallelism[A](n: Int)(block: ⇒ A): A
  11. val : String
  12. object UpVersion

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

  13. 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 scalation.UpVersionAll

  14. 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 scalation.UpVersionFile

Inherited from AnyRef

Inherited from Any

Ungrouped