Uses of Class
vanted.petrinetelements.misc.DrawingEdge

Packages that use DrawingEdge
vanted.attribute   
vanted.petrinetelements   
 

Uses of DrawingEdge in vanted.attribute
 

Methods in vanted.attribute that return DrawingEdge
 DrawingEdge DrawingEdgeAttribute.getDraw()
          Gets the draw.
 

Methods in vanted.attribute with parameters of type DrawingEdge
 void DrawingEdgeAttribute.addDraw(DrawingEdge draw)
          Adds the draw.
 

Uses of DrawingEdge in vanted.petrinetelements
 

Methods in vanted.petrinetelements that return DrawingEdge
 DrawingEdge AbstractArc.getDraw()
          Gets the object DrawingEdge which contains a String with a label.
 

Methods in vanted.petrinetelements with parameters of type DrawingEdge
 void AbstractArc.addDraw(DrawingEdge draw)
          Adds the object DrawingEdge to the DrawingEdgeAttribute.