예제 #1
0
 /**
  * Gets the paramWithName attribute of the InPort object
  *
  * @param name Description of the Parameter
  * @return The paramWithName value
  */
 public Param getParamWithName(String name) {
   return Param.getParamWithName(m_params, name);
 }