21 | A Discrete Event Simulation library in TypeScript. 22 |
23 |24 | SimScript uses JavaScript's 25 | async/await 26 | features to make simulations easy to write and understand. 27 |
28 |29 | SimScript simulations are built using these classes: 30 |
31 |Generated using TypeDoc
272 |Entity rotation angle, in degrees, measured clockwise 111 | from the nine o'clock position.
112 |Entity position in the Animation.
127 |Generated using TypeDoc
299 |Represents the parameters passed in to listeners attached to an Event.
72 |Generated using TypeDoc
300 |Represents an entry in a histogram created by the 72 | Tally.getHistogram method.
73 |Generated using TypeDoc
303 |Defines the properties of point objects.
72 |Generated using TypeDoc
308 |Defines properties for network nodes.
72 |Gets or sets the node's ID.
112 |Gets or sets the node's position.
127 |Gets or sets the Queue associated with the node.
142 |Generated using TypeDoc
317 |Represents the current simulation state.
72 |The simulation has finished execution. 104 | It can be re-started by calling the Simulation.start method.
105 |The simulation is paused but has not finished yet. 120 | It can be started by calling the Simulation.start method.
121 |The simulation is running. 136 | It can be stopped by calling the Simulation.stop method.
137 |Generated using TypeDoc
312 |
Defines parameters for animating entities in queues.
72 |