예제 #1
0
  /** Initialize the block with the default values */
  @Override
  protected void setDefaultValues() {
    super.setDefaultValues();
    setInterfaceFunctionName(INTERFUNCTION_NAME);
    setStyle(INTERFUNCTION_NAME);

    setValue(XcosMessages.DOTS);
  }
예제 #2
0
 /** Initialize the block with the default values */
 @Override
 protected void setDefaultValues() {
   super.setDefaultValues();
   setInterfaceFunctionName("SPLIT_f");
   setStyle(getInterfaceFunctionName());
   setSimulationFunctionName("lsplit");
   setRealParameters(new ScilabDouble());
   setIntegerParameters(new ScilabDouble());
   setObjectsParameters(new ScilabList());
   setExprs(new ScilabDouble());
 }