portals.system.TestSystem
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
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Members list
Check if the system can take a step.
Check if the system can take a step.
Attributes
Launch a Portals application.
Launch a Portals application.
Attributes
Terminate the system and cleanup.
Terminate the system and cleanup.
Attributes
Take a step over an atom.
Take a step over an atom.
Attributes
Take steps for millis
milliseconds and then stop.
Take steps for millis
milliseconds and then stop.
Attributes
Take steps until completion.
Take steps until completion.
Attributes
Take steps until completion or until reaching the max number of steps.
Take steps until completion or until reaching the max number of steps.
Attributes