SIMPROCESS Features


XML - Model Files

SIMPROCESS is based on Java and XML (Extensible Markup Language). These underlying technologies provide hierarchical and event-driven simulation capabilities for modeling large scale applications. Unlike the hierarchical representations of processes using attached diagrams or files, SIMPROCESS offers true hierarchy based on object-orientation.

SIMPROCESS stores your model files in an XML format document. The actual file has an extension of SPM. Models in earlier versions of SIMPROCESS must be imported because the structure of SIMPROCESS and the structure of a SIMPROCESS model file has changed. Version 3 and higher model files are XML files. Thus, they can be read by any XML parser.

Example Code:
A simple model can be built with just three Activity objects: Generate, Delay, and Dispose.