Uses of Interface
eteg.sinon.core.Step

Packages that use Step
eteg.sinon.core   
eteg.sinon.executor   
 

Uses of Step in eteg.sinon.core
 

Classes in eteg.sinon.core that implement Step
 class Action
          Class that represents an action to be executed after the data extraction of a page.
 class DataExtraction
          Class that represents a data extraction from a page.
 class LoopStep
          Class that represents a loop positioning step.
 class PositioningStep
           Class that represents positioning steps inside a page in Sinon.
 

Methods in eteg.sinon.core that return Step
 Step[] LoopStep.getSteps()
          Returns the value of the steps property.
 Step[] DataExtraction.getSteps()
          Returns the value of the steps property.
 Step[] Page.getSteps()
          Returns the value of the steps property.
 

Methods in eteg.sinon.core with parameters of type Step
 void LoopStep.addStep(Step step)
          Adds a Step to this loop.
 void DataExtraction.addStep(Step step)
          Adds a Step to this data extraction.
 void Page.addStep(Step step)
          Adds a Step to this page.
 

Uses of Step in eteg.sinon.executor
 

Methods in eteg.sinon.executor that return Step
 Step CollectorExecutor.getCurrentStep()
          Returns the Step being executed.
 



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