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