Slu.Heureka.DomainLayer.Forest Namespace : TreeCollection Class |
The following tables list the members exposed by TreeCollection.
Name | Description | |
---|---|---|
![]() | TreeCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | After | Gets aggregated values from trees after treatment for current period |
![]() | Before | Gets aggregated values from trees before treatment for current period |
![]() | Count | Number of items in the collection |
![]() | DeadTrees | Subset of collection that contains only dead trees |
![]() | IngrownTreesOnly | Subset of collection that contains only ingrown trees |
![]() | InvalidTrees | Subset of collection that contains only invalid trees |
![]() | Item | Gets the tree at the given index |
![]() | PredictionUnit | Prediction unit |
![]() | SaplingsOnly | Subset of collection that contains only saplings |
![]() | TreatmentUnit | Treatment unit |
![]() | TreesAndIngrownTrees | Subset of collection that contains all trees (trees and ingrown trees) |
![]() | TreesOnly | Subset of collection that contains only trees |
![]() | WaitingSaplingsOnly | Subset of collection that contains only waiting saplings |
![]() | WaitingTreesAndWaitingSaplings | Subset of collection that contains only waiting trees and waiting saplings |
![]() | WaitingTreesOnly | Subset of collection that contains only waiting trees |
![]() | Valid | Subset of collection that contains all valid trees (trees, ingrown trees, saplings, and waiting trees) |
Name | Description | |
---|---|---|
![]() | Add | Adds a tree to the collection |
![]() | AddIngrownTrees | Adds ingrown trees to the collection |
![]() | AddSaplings | Adds saplings to the collection |
![]() | BeginInit | Signals that initialization is starting |
![]() | ChangeSaplingsToTrees | Changes all saplings to trees |
![]() | Clear | Removes all trees from the collection. |
![]() | Clone | Creates a deep copy of the collection. |
![]() | EndInit | Signals that initialization is ending |
![]() | Exists | Checks whether any tree exists of type |
![]() | Find | Finds a tree with a given original id |
![]() | GetAfter | Gets aggregated values from trees after treatment for given period |
![]() | GetBefore | Gets aggregated values from trees before treatment for given period |
![]() | GetByOriginalGuid | Gets tree with supplied original tree guid |
![]() | IndexOf | Gets the index of a tree in the collection |
![]() | Remove | Removes a tree from the collection |
![]() | RemoveAt | Removes a tree from the collection |
![]() | SetSimulatedTreesAsInvalid | Sets all trees that does not originate from database to invalid (ie existed prior to modifications on treecollection due to simulation) |
![]() | Sort | Sorts the trees in descending order. |
![]() | ToString | Returns a string that represents the current object. |
![]() | UpdateAfter | Updates tree related values, after treatment |
![]() | UpdateBefore | Updates tree related values, before treatment |
![]() | UpdateTrees | Updates tree values that are depending on other trees in the collection |
![]() | UpdateVolumeAfter | Updates the volume totals after treatment |
![]() | UpdateVolumeBefore | Updates the volume totals before treatment |
Name | Description | |
---|---|---|
![]() | TreesFinishedInitialization |