This package contains the implementation of the internal components of the package. For a detailed description of the implementation see the Developers Guide.
| Name | Description |
|---|---|
| DevelopersGuide | Developers Guide |
| AtomicDEVS | Partial atomic DEVS model |
| Interfaces | Interfaces that represent DEVS ports |
| stdEvent | standard event/message |
| stdState | Standard model state |
| sendEvent | Sends a message to a queue (message is stored a the end of the queue) |
| sendEventLIFO | sends a message to a queue (message is stored at the beginning of the queue) |
| sendEventLVF | sends a message to a queue (message is stored by increasing 'value') |
| sendEventHVF | sends a message to a queue (message is stored by decreasing 'value') |
| readEvent | reads a message from the 'position' of the queue |
| getEvent | reads a message from the 'position' of the queue |
| numEvents | Returns the number of messages in the queue |
| queueSize | Returns the number of messages in the queue |
| eventOrder | Returns the ordering value for the message in that 'position' of the queue |
| CreateQueue | Creates a new queue for messages |
| DupEvent | Duplicates and forwards messages |
| breakloop | Breaks algebraic loops in coupled models |
| Select | Forwards the message following the condition |
| Hybrid | Interface models for hybrid system modeling |
| QSS | QSS integration methods |