objectgen.usecase.pattern
Interface IPatternMatcher

All Known Implementing Classes:
PatternMatcher

public interface IPatternMatcher

This interface contains the methods to comporbate if a pattern match with a text


Method Summary
 java.lang.String[] match(java.lang.String text, IPatternReader patternReader)
           
 

Method Detail

match

public java.lang.String[] match(java.lang.String text,
                                IPatternReader patternReader)
Returns:
null if the pattern does not match with the text.