I encapsulated most of what is computed during a run in the ResultContainer object. Most of its fields are strictly encapsulated (except for idToModel, which is sometimes used for iterating). A result container is built by getting a ResolvedTileSpecCollection and then records all needed quantities through clear method calls.
I encapsulated most of what is computed during a run in the
ResultContainer
object. Most of its fields are strictly encapsulated (except foridToModel
, which is sometimes used for iterating). A result container is built by getting aResolvedTileSpecCollection
and then records all needed quantities through clear method calls.