Package adams.data.io.output.foss
Class FossOutputHelper.ConstituentValues
- java.lang.Object
-
- adams.data.io.output.foss.FossOutputHelper.ConstituentValues
-
- Enclosing class:
- FossOutputHelper
public static class FossOutputHelper.ConstituentValues extends Object
Constituent (or reference) values.- Author:
- dale
-
-
Field Summary
Fields Modifier and Type Field Description Float[]
m_Constituents
the constituent values.
-
Constructor Summary
Constructors Constructor Description ConstituentValues()
-
-
-
Field Detail
-
m_Constituents
public Float[] m_Constituents
the constituent values.
-
-