public class Algorithms<V,E>
extends java.lang.Object
Constructor and Description |
---|
Algorithms() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.collections15.Factory<E> |
getEdgeFactory() |
org.apache.commons.collections15.Factory<edu.uci.ics.jung.graph.Graph<V,E>> |
getGraphFactory() |
org.apache.commons.collections15.Factory<V> |
getVertexFactory() |
void |
setEdgeFactoy(org.apache.commons.collections15.Factory<E> ef) |
void |
setGraphFactoy(org.apache.commons.collections15.Factory<edu.uci.ics.jung.graph.Graph<V,E>> gf) |
void |
setVertexFactoy(org.apache.commons.collections15.Factory<V> vf) |
public void setVertexFactoy(org.apache.commons.collections15.Factory<V> vf)
public void setEdgeFactoy(org.apache.commons.collections15.Factory<E> ef)
public void setGraphFactoy(org.apache.commons.collections15.Factory<edu.uci.ics.jung.graph.Graph<V,E>> gf)
public org.apache.commons.collections15.Factory<V> getVertexFactory()
public org.apache.commons.collections15.Factory<E> getEdgeFactory()