org.expasy.jpl.commons.collection.graph
Class GraphExporter<V,E>

java.lang.Object
  extended by org.expasy.jpl.commons.collection.graph.GraphExporter<V,E>

public final class GraphExporter<V,E>
extends Object

This object exports graphs.

Version:
1.0
Author:
nikitin

Nested Class Summary
static class GraphExporter.Builder<V,E>
           
static class GraphExporter.DotTransformer<V,E>
           
static class GraphExporter.ObjectComparator
           
 
Method Summary
 String export(edu.uci.ics.jung.graph.Graph<V,E> graph, org.apache.commons.collections15.Transformer<edu.uci.ics.jung.graph.Graph<V,E>,String> transformer)
           
 void exportKPGraph(KPartiteGraphImpl<V,E> g)
           
static
<V,E> GraphExporter<V,E>
newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static <V,E> GraphExporter<V,E> newInstance()

export

public String export(edu.uci.ics.jung.graph.Graph<V,E> graph,
                     org.apache.commons.collections15.Transformer<edu.uci.ics.jung.graph.Graph<V,E>,String> transformer)

exportKPGraph

public void exportKPGraph(KPartiteGraphImpl<V,E> g)


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.