[This is preliminary documentation and is subject to change.]

The RetrieveRequestActionChunk type exposes the following members.

Methods

  Name Description
Public method Add(IWorldObject) (Inherited from Chunk.)
Public method Add(NonActionCenteredSubsystem..::..RecognizedRetrieveActions, IWorldObject)
Public method Add(NonActionCenteredSubsystem..::..RecognizedRetrieveActions, IEnumerable<(Of <<'(IWorldObject>)>>))
Public method Add(NonActionCenteredSubsystem..::..RecognizedRetrieveActions, Int64)
Public method Add(ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>), String, IComparable, TimedEventArgs..::..Timings) (Inherited from ActionChunk.)
Protected method CalculateDimensionWeight
Calculates the weight for the specified dimension
(Inherited from Chunk.)
Public method ComputeStrength
Computes the strength of the chunk given the current input
(Inherited from Chunk.)
Public method Contains(Guid) (Inherited from Chunk.)
Public method Contains(IWorldObject) (Inherited from Chunk.)
Public method Contains(NonActionCenteredSubsystem..::..RecognizedRetrieveActions)
Public method Contains(Object, IComparable) (Inherited from Chunk.)
Public method Contains(ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>), String) (Inherited from ActionChunk.)
Public method ContainsAction(NonActionCenteredSubsystem..::..RecognizedReasoningActions)
Public method ContainsAction(NonActionCenteredSubsystem..::..RecognizedReasoningActions, Double)
Public method ContainsActionAsNOTActivated
Public method ContainsDimension(Object) (Inherited from Chunk.)
Public method ContainsDimension(Object, Double) (Inherited from Chunk.)
Public method ContainsDimensionAsNOTActivated (Inherited from Chunk.)
Public method ContainsTarget(ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>)) (Inherited from ActionChunk.)
Public method ContainsTarget(ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>), Double) (Inherited from ActionChunk.)
Public method ContainsTargetAsNOTActivated (Inherited from ActionChunk.)
Public method Equals(Object) (Inherited from ActionChunk<(Of <(<'T>)>)>.)
Public method Equals(T) (Inherited from ActionChunk<(Of <(<'T>)>)>.)
Public method GetActionWeight
Public method GetDimensionWeight (Inherited from Chunk.)
Public method GetEnumerator (Inherited from Chunk.)
Public method GetHashCode (Inherited from ActionChunk<(Of <(<'T>)>)>.)
Public method GetTargetWeight (Inherited from ActionChunk.)
Protected method Remove(Guid) (Inherited from Chunk.)
Public method Remove(IWorldObject) (Inherited from Chunk.)
Public method Remove(NonActionCenteredSubsystem..::..RecognizedRetrieveActions, IWorldObject)
Public method Remove(NonActionCenteredSubsystem..::..RecognizedRetrieveActions, IEnumerable<(Of <<'(IWorldObject>)>>))
Public method Remove(NonActionCenteredSubsystem..::..RecognizedRetrieveActions, Int64)
Public method Remove(ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>), String) (Inherited from ActionChunk.)
Public method SetActionAsNOTActivated
Specifies that the action MUST contain NO activated values
Public method SetActionWeight
Public method SetDimensionAsNOTActivated
Specifies that the dimension (with the specified ID) MUST contain NO activated values
(Inherited from Chunk.)
Public method SetDimensionWeight
Sets the weight of the dimension with the specified ID
(Inherited from Chunk.)
Public method SetTargetAsNOTActivated
Specifies that the target MUST contain NO activated parameter changes
(Inherited from ActionChunk.)
Public method SetTargetWeight (Inherited from ActionChunk.)
Public method ToString()()()() (Inherited from Chunk.)
Public method ToString(Boolean) (Inherited from Chunk.)
Public method ToString(String, Boolean) (Inherited from Chunk.)

Properties

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IEnumerable..::..GetEnumerator (Inherited from Chunk.)

See Also