|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgrapht.graph.ClassBasedVertexFactory<V>
public class ClassBasedVertexFactory<V>
A VertexFactory
for producing vertices by using a class as a factory.
Constructor Summary | |
---|---|
ClassBasedVertexFactory(java.lang.Class<? extends V> vertexClass)
|
Method Summary | |
---|---|
V |
createVertex()
Creates a new vertex. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassBasedVertexFactory(java.lang.Class<? extends V> vertexClass)
Method Detail |
---|
public V createVertex()
VertexFactory
createVertex
in interface VertexFactory<V>
VertexFactory.createVertex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |