BrightSide Workbench Full Report + Source Code
org.turro.dossier.graph.VertexLabel Class Reference
Inheritance diagram for org.turro.dossier.graph.VertexLabel:
Collaboration diagram for org.turro.dossier.graph.VertexLabel:

Public Member Functions

 VertexLabel (IssueVertex milestone)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 33 of file VertexLabel.java.

Constructor & Destructor Documentation

◆ VertexLabel()

org.turro.dossier.graph.VertexLabel.VertexLabel ( IssueVertex  milestone)

Definition at line 37 of file VertexLabel.java.

37  {
38  this.milestone = milestone;
39  init();
40  }

The documentation for this class was generated from the following file: