Method | Description | |
---|---|---|
AddStepAfter ( IStep target, IStep step ) : void | ||
AddStepAfter ( |
||
AddStepBefore ( |
||
AppendStep ( IStep step ) : void | ||
ContainsStep ( |
||
GetSteps ( ) : IStep[] | ||
Pipeline ( ) : System | ||
PrependStep ( IStep step ) : void | ||
Process ( |
||
RemoveStep ( |
||
ReplaceStep ( |
public AddStepAfter ( IStep target, IStep step ) : void | ||
target | IStep | |
step | IStep | |
return | void |
public AddStepAfter ( |
||
target | ||
step | IStep | |
return | void |
public AddStepBefore ( |
||
target | ||
step | IStep | |
return | void |
public Process ( |
||
context | ||
return | void |
public ReplaceStep ( |
||
target | ||
step | IStep | |
return | void |