org.specrunner.annotator.core
Class AnnotatorGroupImpl

java.lang.Object
  extended by org.specrunner.util.composite.core.CompositeImpl<IAnnotatorGroup,IAnnotator>
      extended by 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

Constructor Summary
AnnotatorGroupImpl()
           
 
Method Summary
 void annotate(IResultSet result)
          Annotates the result information.
 
Methods inherited from class org.specrunner.util.composite.core.CompositeImpl
add, getChildren, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.specrunner.util.composite.IComposite
add, getChildren, isEmpty
 

Constructor Detail

AnnotatorGroupImpl

public AnnotatorGroupImpl()
Method Detail

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.