Interface IVMLWriter.EmitFilter
- Enclosing class:
IVMLWriter
public static interface IVMLWriter.EmitFilter
Controls emitting variables and their values.
- Author:
- Holger Eichelberger
-
Method Summary
Modifier and TypeMethodDescriptionbooleantest(AbstractVariable var, Value val) Returns whether the given variable with the given value shall be emitted.
-
Method Details
-
test
Returns whether the given variable with the given value shall be emitted.- Parameters:
var- the variableval- the value of the variable- Returns:
truefor emit,falseelse
-