CompoundObjectBuilder

Builder class to create any combination atomar data types combined in a @CompoundObject. See static methods on how the builder is used. Ensure that the number of {@link #add(TraCIDataType)} calls is equal to the number of arguments to the build(Object...).


Field: types [TraCIDataType>]

---