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