Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.infohazard.maverick.flow.TransformStep

Uses of TransformStep in org.infohazard.maverick.flow
 

Classes in org.infohazard.maverick.flow that implement TransformStep
(package private)  class LastStep
          Simple transformation step which dumps to the real output.
 

Methods in org.infohazard.maverick.flow that return TransformStep
 TransformStep ViewContext.getNextStep()
          This is where output should be sent.
 TransformStep TransformWithParams.createStep(TransformContext tctx)
          Sets some params before creating the step
 TransformStep TransformContext.getNextStep()
           
 TransformStep Transform.createStep(TransformContext tctx)
          Create a step for servicing a single transformation.
 TransformStep MaverickContext.getNextStep()