eteg.sinon.core
Interface Step

All Known Implementing Classes:
Action, DataExtraction, LoopStep, PositioningStep

public interface Step

Interface implemented by classes that represent page processing steps. The current set of steps includes PositioningStep (steps that change the current position in the page), DataExtraction (extraction of data), LoopStep (execution of steps in loop), and Action (processing of another page).

Version:
$Revision: 1.2 $
Author:
Thiago H. de Paula Figueiredo, Last modified by $Author: thiagohp $

Method Summary
 boolean isAction()
          Tells if this step is an action
 boolean isDataExtraction()
          Tells if this step is a data extraction
 boolean isLoop()
          Tells if this step is a loop.
 boolean isPositioningStep()
          Tells if this step is a positioning step
 

Method Detail

isDataExtraction

boolean isDataExtraction()
Tells if this step is a data extraction

Returns:
true if this step is a data extraction, false otherwise.

isPositioningStep

boolean isPositioningStep()
Tells if this step is a positioning step

Returns:
true if this step is a positioning step, false otherwise.

isAction

boolean isAction()
Tells if this step is an action

Returns:
true if this step is an action, false otherwise.

isLoop

boolean isLoop()
Tells if this step is a loop.

Returns:
true if this step is a loop, false otherwise.


Copyright © 2004-2005 ETEG Internet Ltda.. All Rights Reserved.