public class DirectedGraphFactoryForStringInteger extends UndirectedGraphFactoryForStringInteger
UndirectedGraphFactoryForStringInteger.EdgeFactoryForinteger, UndirectedGraphFactoryForStringInteger.VertexFactoryForString
edgeFactory, incE, incV, vertexFactory
Constructor and Description |
---|
DirectedGraphFactoryForStringInteger() |
DirectedGraphFactoryForStringInteger(int i,
int j) |
Modifier and Type | Method and Description |
---|---|
edu.uci.ics.jung.graph.Graph<java.lang.String,java.lang.Integer> |
create() |
public DirectedGraphFactoryForStringInteger(int i, int j)
public DirectedGraphFactoryForStringInteger()
public edu.uci.ics.jung.graph.Graph<java.lang.String,java.lang.Integer> create()
create
in interface org.apache.commons.collections15.Factory<edu.uci.ics.jung.graph.Graph<java.lang.String,java.lang.Integer>>
create
in class UndirectedGraphFactoryForStringInteger