123456789101112131415161718192021 |
- SimpleAttribute PythonCode {}
- SimpleAttribute String {}
- Class AtomicDEVSBlock {
- name : String
- timeAdvance: PythonCode
- outputFnc: PythonCode
- intTransition: PythonCode
- extTransition: PythonCode
- initialState: PythonCode
- }
- Class Port {
- name: String
- }
- Class InputPort: Port {}
- Class OutputPort: Port {}
- Association DEVSBlockToPort(AtomicDEVSBlock, Port) {}
|