Uses of Class
jlink.flowchart.graph.DuplicateJLVertexException

Packages that use DuplicateJLVertexException
jlink.flowchart.graph Collection of classes to form a model of a graph structure. 
 

Uses of DuplicateJLVertexException in jlink.flowchart.graph
 

Methods in jlink.flowchart.graph that throw DuplicateJLVertexException
 void JLVertexSet.appendJLVertex(JLVertex v)
          Adds a JLVertex to this JLVertexSet.
 void JLGraph.createJLVertex(JLVertex v)
          While this method can be useful to create a JLVertex and register it inside this JLGraph, it is not the preferred method to do so.