public ExpressionParameterDTO()
 {
     GroupingPathDTO    = new PathElement();
     ContainerPathDTO   = new PathElement();
     CompartmentPathDTO = new PathElement();
     Parameter          = new NullParameterDTO();
 }
Exemplo n.º 2
0
 public ExpressionContainerDTO()
 {
     GroupingPathDTO                 = new PathElementDTO();
     ContainerPathDTO                = new PathElementDTO();
     RelativeExpressionParameter     = new NullParameterDTO();
     RelativeExpressionNormParameter = new NullParameterDTO();
 }
Exemplo n.º 3
0
 public IndividualSettingsDTO()
 {
     ParameterWeight         = new NullParameterDTO();
     ParameterAge            = new NullParameterDTO();
     ParameterGestationalAge = new NullParameterDTO();
     ParameterHeight         = new NullParameterDTO();
     ParameterBMI            = new NullParameterDTO();
 }