Example #1
0
 public Issue(int number, SubjectGraph graph)
 {
     this.issueNumber = number;
     this.graph       = graph;
 }
Example #2
0
 public Excercise(int number, SubjectGraph graph)
 {
     this.excerciseNumber = number;
     this.graph           = graph;
 }