Class LogicProcessPipeline
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes.LogicProcessPipeline
- All Implemented Interfaces:
LogicProcess
A pipeline of LogicProcesses. This class is useful for chaining several transformations over a logic schema.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LogicProcessPipeline
- Parameters:
logicProcesses
- a not null list of logic processes. No process in the list can be null.
-
-
Method Details
-
execute
Executes the pipeline- Specified by:
execute
in interfaceLogicProcess
- Parameters:
inputLogicSchema
- not null- Returns:
- a new logic schema resulting from applying the pipeline
-