Пример #1
0
 /**
  * Implements Copyable
  *
  * @return a copy of this object
  */
 public Object copy() {
   Antd antec = new NominalAntd(getAttr());
   antec.m_confidence = m_confidence;
   antec.value = this.value;
   return antec;
 }