org.specrunner.annotator.core
Class AnnotatorCssActionType

java.lang.Object
  extended by org.specrunner.annotator.core.AnnotatorCssActionType
All Implemented Interfaces:
IAnnotator

public class AnnotatorCssActionType
extends Object
implements IAnnotator

Add CSS style related to action type. For each result node add the corresponding CSS class to the element.

Author:
Thiago Santos

Constructor Summary
AnnotatorCssActionType()
           
 
Method Summary
 void annotate(IResultSet result)
          Annotates the result information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatorCssActionType

public AnnotatorCssActionType()
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.