public class Construct { public Labeled_vertex l1, l2; public Construct(Labeled_vertex l1, Labeled_vertex l2) { this.l1 = l1; this.l2 = l2; } }