Crystal AI
1.0.0
|
A collection of T:Crystal.IConsiderations and T:Crystal.ICompositeConsiderations More...
Public Member Functions | |
bool | Add (IConsideration consideration) |
Adds the specified consideration. More... | |
bool | Contains (string considerationId) |
Determines whether this collection contains a consideration associated with the given identifier. More... | |
void | Clear () |
Removes all considerations from this collection. More... | |
IConsideration | Create (string considerationId) |
Creates a consideration that has the specified identifier, if no such consideration exists within this collection null is returned. More... | |
ConsiderationCollection () | |
Initializes a new instance of the ConsiderationCollection class. More... | |
A collection of T:Crystal.IConsiderations and T:Crystal.ICompositeConsiderations
|
inline |
Initializes a new instance of the ConsiderationCollection class.
|
inline |
Adds the specified consideration.
consideration | The consideration. |
true
if the consideration was successfully added to the collection, false
otherwise. Implements Crystal.IConsiderationCollection.
|
inline |
Removes all considerations from this collection.
Implements Crystal.IConsiderationCollection.
|
inline |
Determines whether this collection contains a consideration associated with the given identifier.
considerationId | The consideration identifier. |
true
if the collection contains a consideration with the given identifier; otherwise false
. Implements Crystal.IConsiderationCollection.
|
inline |
Creates a consideration that has the specified identifier, if no such consideration exists within this collection null
is returned.
considerationId | The consideration identifier. |
Implements Crystal.IConsiderationCollection.