Changes between Version 24 and Version 25 of Documentation
- Timestamp:
- 04/03/13 12:49:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation
v24 v25 23 23 * [[Compiling]] 24 24 25 == Example code == 26 27 The MUSCLE 2 package contains a lot of examples, showing its different functionalities. First of all, a few basic mappers are implemented in the directory {{{src/java/muscle/core/kernels}}}, filters in {{{src/java/muscle/core/conduit/filter}}} and terminals in {{{src/java/muscle/core/conduit/terminal}}}. For an overview of examples of complete but basic models, see: 28 29 * [[List of examples]] 30 25 31 The real world example 26 32