com.servingxml.components.recordmapping
Class GroupRecognizerImpl
java.lang.Object
com.servingxml.components.recordmapping.GroupRecognizerImpl
- All Implemented Interfaces:
- GroupRecognizer
public class GroupRecognizerImpl
- extends java.lang.Object
- implements GroupRecognizer
Implements a group recognizer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupRecognizerImpl
public GroupRecognizerImpl(PrefixMap prefixMap,
XPathBooleanExpressionFactory startTestFactory,
XPathBooleanExpressionFactory endTestFactory)
GroupRecognizerImpl
public GroupRecognizerImpl(com.servingxml.components.recordmapping.GroupBreaker startGroupBreaker,
com.servingxml.components.recordmapping.GroupBreaker endGroupBreaker)
startRecognized
public boolean startRecognized(ServiceContext context,
Flow flow,
Record previousRecord,
Record currentRecord)
- Specified by:
startRecognized
in interface GroupRecognizer
endRecognized
public boolean endRecognized(ServiceContext context,
Flow flow,
Record currentRecord,
Record nextRecord)
- Specified by:
endRecognized
in interface GroupRecognizer