close Warning: Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 7 and Version 8 of upgrade/transformations


Ignore:
Timestamp:
Jul 2, 2010, 8:28:16 AM (15 years ago)
Author:
Pedro Gea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • upgrade/transformations

    v7 v8  
    3333#!c
    3434// Modo 1
    35 @MMS.Transformation _.transformation.1 = @MMS.Transformation.BoxCox::Default(0,0);
     35MMS::@Transformation _.transformation.1 = MMS::@Transformation.BoxCox::Default(0,0);
    3636// Modo 2
    37 @MMS.Transformation _.transformation.2 = @MMS.Transformation::Family("BoxCox", [[0,0]]);
     37MMS::@Transformation _.transformation.2 = MMS::@Transformation::Family("BoxCox", [[0,0]]);
    3838// Nombre de la transformación
    3939Text _.transformation.2::GetName(?);
     
    4747NameBlock [_.output|_.input] = [[
    4848  ...
    49   @MMS.Transformation _.transformation = ...
     49  MMS::@Transformation _.transformation = ...
    5050  ...
    5151]]
     
    155155Text variableName = ...;
    156156
    157 @MMS.Variable vc = model::GetDataSet(?)::CreateVariableCalculated([[
     157MMS::@Variable vc = model::GetDataSet(?)::CreateVariableCalculated([[
    158158  ...
    159159  Text _.variableName = variableName<<"_Transformed";
     
    165165]]);
    166166
    167 @MMS.ExpTerm submodel::CreateExpTerm_TransferFunction([[
     167Anything submodel::CreateExpTerm_TransferFunction([[
    168168  ...
    169169  NameBlock _.input = [[
     
    179179#!c
    180180Text variableName = ...;
    181 @MMS.ExpTerm submodel::CreateExpTerm_TransferFunction([[
     181Anything submodel::CreateExpTerm_TransferFunction([[
    182182  ...
    183183  NameBlock _.input = [[