|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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).
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 |
---|
boolean isDataExtraction()
true
if this step is a data extraction,
false
otherwise.boolean isPositioningStep()
true
if this step is a positioning step,
false
otherwise.boolean isAction()
true
if this step is an action,
false
otherwise.boolean isLoop()
true
if this step is a loop,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |