public Branch(Sentence judgesentence, List <Sentence> sentences) { this.judgesentence = judgesentence; this.sentences = sentences; }