|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.core.pipes.AbstractPipeModel
public abstract class AbstractPipeModel
A pipe with information about a model.
| Constructor Summary | |
|---|---|
AbstractPipeModel()
|
|
| Method Summary | |
|---|---|
boolean |
check(IChannel channel)
Check if a pipe must perform something on channel. |
IChannel |
process(IChannel channel)
Perform some transformation over the channel. |
abstract IChannel |
process(IChannel channel,
Map<String,Object> model)
Process the channel with the model already recovered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPipeModel()
| Method Detail |
|---|
public boolean check(IChannel channel)
throws AbortException
IPipe
check in interface IPipechannel - The information channel.
AbortException - If the channel is corrupted.
public IChannel process(IChannel channel)
throws PipelineException
IPipe
process in interface IPipechannel - The channel.
PipelineException - On processing errors.
public abstract IChannel process(IChannel channel,
Map<String,Object> model)
throws PipelineException
channel - The pipeline channel.model - The model.
PipelineException - On pipeline errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||