This selector returns the index of the T:Crystal.Utility whose P:Crystal.Utility.Combined value is highest compared to any T:Crystal.Utility in the supplied T:System.Collections.Generic.ICollection.
More...
|
int | Select (ICollection< Utility > elements) |
| Selects a T:Crystal.Utility from the given set and returns its index. More...
|
|
ISelector | Clone () |
| Creates a new instance of the implementing class. Note that the semantics here are somewhat vague, however, by convention the "Prototype Pattern" uses a "Clone" function. Note that this may have very different semantics when compared with either shallow or deep cloning. When implementing this remember to include only the defining characteristics of the class and not its state! More...
|
|
T | Clone () |
| Creates a new instance of the implementing class. Note that the semantics here are somewhat vague, however, by convention the "Prototype Pattern" uses a "Clone" function. Note that this may have very different semantics when compared with either shallow or deep cloning. When implementing this remember to include only the defining characteristics of the class and not its state! More...
|
|
This selector returns the index of the T:Crystal.Utility whose P:Crystal.Utility.Combined value is highest compared to any T:Crystal.Utility in the supplied T:System.Collections.Generic.ICollection.
- See also
- T:Crystal.ISelector
ISelector Crystal.MaxUtilitySelector.Clone |
( |
| ) |
|
|
inline |
Creates a new instance of the implementing class. Note that the semantics here are somewhat vague, however, by convention the "Prototype Pattern" uses a "Clone" function. Note that this may have very different semantics when compared with either shallow or deep cloning. When implementing this remember to include only the defining characteristics of the class and not its state!
- Returns
int Crystal.MaxUtilitySelector.Select |
( |
ICollection< Utility > |
elements | ) |
|
|
inline |
Selects a T:Crystal.Utility from the given set and returns its index.
- Parameters
-
- Returns
- The index of the selected utility. This returns -1 no selection was made or if the count of elements was 0.
Implements Crystal.ISelector.
The documentation for this class was generated from the following file:
- Source/Selectors/MaxUtilitySelector.cs