Package edu.jas.kern
package edu.jas.kern
JAS run-time kernel package.
This package contains classes used in global execution of all JAS packages.
E.g. PrettyPrint
is used to control the print (i.e. the toString())
of many classes.
PreemptingException
and PreemptStatus
are used to preemptively cancel long running computations.
Heinz Kredel
Last modified: Wed Jul 11 19:06:14 CEST 2007
$Id$
-
ClassDescriptionComputerThreads, provides global thread / executor service.Configuration options to truncate long running Kronecker factorization.Run-time status, defines local status and handling for local run time limits.A default call back class.Preempting Exception class.PreemptStatus, defines global status for preemptive interruption handling.PrettyPrint, defines global pretty print status.Scripting, defines script language for output in toScript() method.Static String and Reader methods.Time exceeded exception class.Run-time status, defines global status and handling for run time limits.