Package science.aist.gtf.transformation
Interface GraphTransformer<InputV,InputE,Output>
-
- Type Parameters:
InputV
- the generic input vertex typeInputE
- the generic input edge typeOutput
- the generic output type
- All Superinterfaces:
Transformer<Graph<InputV,InputE>,Output>
public interface GraphTransformer<InputV,InputE,Output> extends Transformer<Graph<InputV,InputE>,Output>
Implementation for a GraphTransformer which uses a Graph with a generic input as an input and returns any output type
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Method Summary
-
Methods inherited from interface science.aist.gtf.transformation.Transformer
andThen, andThenConsumeResult, applyTransformation, verificateAfter, verificateBefore
-
-