예제 #1
0
 public TermDetails(Terms.Term term)
 {
     this.term = term;
     this.properties = term.Properties;
     this.children = term.Childen;
     this.parents = term.Parents;
     this.connectedTerms = term.GetConnectedTerms();
 }