Uses of Class
org.expasy.jpl.commons.collection.graph.KPartiteGraphImpl

Packages that use KPartiteGraphImpl
org.expasy.jpl.commons.collection.graph Provides higher structured graphs object and interface (based on jung2 library). 
 

Uses of KPartiteGraphImpl in org.expasy.jpl.commons.collection.graph
 

Methods in org.expasy.jpl.commons.collection.graph that return KPartiteGraphImpl
static
<V,E> KPartiteGraphImpl<V,E>
KPartiteGraphImpl.newInstance(List<org.apache.commons.collections15.Predicate<V>> partitions, boolean subsets)
           
 

Methods in org.expasy.jpl.commons.collection.graph with parameters of type KPartiteGraphImpl
 void GraphExporter.exportKPGraph(KPartiteGraphImpl<V,E> g)
           
 void KPartiteGraphImpl.Collapser.setOriGraph(KPartiteGraphImpl<V,E> originalGraph)
           
 

Constructors in org.expasy.jpl.commons.collection.graph with parameters of type KPartiteGraphImpl
KPartiteGraphImpl.Collapser(KPartiteGraphImpl<V,E> originalGraph)
           
 



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