org.specrunner.annotator.core
Class AnnotatorGroupImpl
java.lang.Object
org.specrunner.util.composite.core.CompositeImpl<IAnnotatorGroup,IAnnotator>
org.specrunner.annotator.core.AnnotatorGroupImpl
- All Implemented Interfaces:
- IAnnotator, IAnnotatorGroup, IComposite<IAnnotatorGroup,IAnnotator>
public class AnnotatorGroupImpl
- extends CompositeImpl<IAnnotatorGroup,IAnnotator>
- implements IAnnotatorGroup
Default annotator group implementation.
- Author:
- Thiago Santos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotatorGroupImpl
public AnnotatorGroupImpl()
annotate
public void annotate(IResultSet result)
throws AnnotatorException
- Description copied from interface:
IAnnotator
- Annotates the result information.
- Specified by:
annotate in interface IAnnotator
- Parameters:
result - The result set.
- Throws:
AnnotatorException - On annotation errors.
Copyright © 2014. All rights reserved.