org.expasy.jpl.commons.collection.graph
Class GraphExporter<V,E>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.