Beispiel #1
0
  /**
   * Sets the path of properties taken to get to the custom property to iterate over.
   *
   * @param newPropertyPath an array of PropertyNodes
   */
  @Override
  public void setPropertyPath(PropertyNode[] newPropertyPath) {

    super.setPropertyPath(newPropertyPath);
    m_baseExperiment.setPropertyPath(newPropertyPath);
  }