Module life.expert

Class RenderGraphStrategy.NetworkStrategy<N,​E>

  • Type Parameters:
    N - the type parameter
    E - the type parameter
    All Implemented Interfaces:
    RenderGraphStrategy<N>
    Enclosing interface:
    RenderGraphStrategy<N>

    public static class RenderGraphStrategy.NetworkStrategy<N,​E>
    extends java.lang.Object
    implements RenderGraphStrategy<N>
    The type Render graph network strategy.
    • Constructor Detail

      • NetworkStrategy

        public NetworkStrategy()
    • Method Detail

      • renderToString

        public java.lang.String renderToString​(@NonNull
                                               @NonNull java.util.Map<N,​java.lang.String> markNodes,
                                               @NonNull
                                               @NonNull java.util.Map<com.google.common.graph.EndpointPair<N>,​java.lang.String> markEdges)
        Description copied from interface: RenderGraphStrategy
        Render to string string.
        Specified by:
        renderToString in interface RenderGraphStrategy<N>
        Parameters:
        markNodes - the mark nodes
        markEdges - the mark edges
        Returns:
        the string