portals.system

package portals.system

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Systems

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Systems.type
object Systems extends Systems

Attributes

Companion
trait
Supertypes
trait Systems
class Object
trait Matchable
class Any
Self type
Systems.type
class TestSystem(seed: Option[Int]) extends PortalsSystem

Test system and runtime for Portals. This system is single-threaded, synchronous, and lets the user proceed the computation by taking steps over atoms. Alternatively, the computation can be carried out until the end by stepping until it has completed.

Test system and runtime for Portals. This system is single-threaded, synchronous, and lets the user proceed the computation by taking steps over atoms. Alternatively, the computation can be carried out until the end by stepping until it has completed.

Attributes

Supertypes
class Object
trait Matchable
class Any

Experimental classlikes

class ParallelSystem(nThreads: Int) extends PortalsSystem

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any