Interface GraphTransformer<InputV,​InputE,​Output>

  • Type Parameters:
    InputV - the generic input vertex type
    InputE - the generic input edge type
    Output - 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