Changes between Version 15 and Version 16 of Configuration

Show
Ignore:
Timestamp:
12/04/12 12:39:28 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Configuration

    v15 v16  
    5858} 
    5959}}} 
    60 In the example, the MUSCLE filter {{{MultiplyDoubleFilter}}} is applied, which multiplies each double with a value, in this case 0.5. For user defined filters, one double argument may be given, separated from the class name by an underscore. MUSCLE already supplies some custom filters, the filter package is {{{muscle.core.conduit.filter}}}: 
     60In the example, the MUSCLE filter {{{MultiplyDoubleFilter}}} is applied, which multiplies each double with a value, in this case 0.5. For user defined filters, one double argument may be given, separated from the class name by an underscore. MUSCLE supplies some filters in package {{{muscle.core.conduit.filter}}}: 
    6161||= Filter                 =||= Class                              =||= Arguments        =||= Message datatype =||= Behavior =|| 
    6262||{{{null}}}                ||{{{NullFilter}}}                      ||none                ||any                 ||Removes all incoming messages||