| 132 | } |
| 133 | |
| 134 | boost::optional<ModelObjectList> TableLookup_Impl::independentVariableList() const { |
| 135 | return getObject<ModelObject>().getModelObjectTarget<ModelObjectList>(OS_Table_LookupFields::IndependentVariableListName); |
| 136 | } |
| 137 | |
| 138 | std::string TableLookup_Impl::normalizationMethod() const { |
| 139 | boost::optional<std::string> value = getString(OS_Table_LookupFields::NormalizationMethod, true); |