Class MultiGraphTransformationRenderer<Result,​SourceV,​SourceE>

  • Type Parameters:
    Result - The result type
    SourceE - The input type of the decorated edge element
    SourceV - The input type of the decorated vertex element
    All Implemented Interfaces:
    TransformationRender<Result,​Result,​Graph<SourceV,​SourceE>,​Vertex<SourceV,​SourceE>>

    public class MultiGraphTransformationRenderer<Result,​SourceV,​SourceE>
    extends Object
    implements TransformationRender<Result,​Result,​Graph<SourceV,​SourceE>,​Vertex<SourceV,​SourceE>>

    Provides a Multi Graph Transformation Renderer, which has a list of child renderer and returns the result of the first matching one.

    Since:
    1.0
    Author:
    Andreas Pointner