All Packages Class Hierarchy This Package Previous Next Index
Class merlin.filter.Filter
java.lang.Object
|
+----merlin.filter.Filter
- public abstract class Filter
- extends Object
The interface of a filter. A filter takes a Pattern and modifies it
to produce a new pattern.
- Version:
- 1.0
- Author:
- Stefan Hellkvist
-
Filter()
-
-
apply(Pattern)
- You apply a filter to a pattern and get a new pattern
Filter
public Filter()
apply
public abstract Pattern apply(Pattern p)
- You apply a filter to a pattern and get a new pattern
- Parameters:
- p - The pattern to apply the filter on
- Returns:
- A new Pattern
All Packages Class Hierarchy This Package Previous Next Index