Exemplo n.º 1
0
 public NodeTargetContinuous(Node ancestor)
     : base(ancestor)
 {
     ImpCalc(); // Outdated use the PreCalculated
     //Imp = Ancestor.DescendentImpPreCalculated[ancestor.DescendentLst.Count - 1];
     UpdateLevelLst(this);
     UI = new NodeTargetContinuousUI(this);
 }
Exemplo n.º 2
0
 //Used only for the root because it does not have ancestor
 public NodeTargetContinuous()
     : base()
 {
     ImpCalc();
     UI = new NodeTargetContinuousUI(this);
 }