Package org.jcsp.util.filter
Class PoisonFilter
- java.lang.Object
-
- org.jcsp.util.filter.PoisonFilter
-
-
Constructor Summary
Constructors Constructor Description PoisonFilter()
Constructs a new filter with the default message.PoisonFilter(java.lang.String message)
Constructs a new filter with a specific message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
filter(java.lang.Object obj)
Applies the filter operation.
-
-
-
Method Detail
-
filter
public java.lang.Object filter(java.lang.Object obj)
Description copied from interface:Filter
Applies the filter operation. The object given can be modified and returned or another object substituted in its place.
-
-