IAdjustableState Interface |
Namespace: AGI.Foundation.Coordinates
The IAdjustableState type exposes the following members.
Name | Description | |
---|---|---|
AvailableElements |
Gets the names of all of the elements in this state.
(Inherited from ITimeBasedState.) | |
CurrentDate |
Gets or sets the JulianDate that this state is valid.
(Inherited from ITimeBasedState.) | |
IsThreadSafe |
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
(Inherited from IThreadAware.) |
Name | Description | |
---|---|---|
AddStateElementMotionT |
Adds a Motion{T} element to this state. Calling code is responsible for ensuring
that the motion is of a type that this state can store.
| |
AddStateElementValueT |
Adds an element to this state. Calling code is responsible for ensuring
that the value is of a type that this state can store.
| |
Clone |
Clones this object using the specified context.
(Inherited from ICloneWithContext.) | |
GetMotionT |
Returns the MotionT of the requested elementIdentification.
(Inherited from ITimeBasedState.) | |
GetValueT |
Returns the requested value of the requested element.
(Inherited from ITimeBasedState.) | |
ModifyMotionT |
Modifies this instance of ITimeBasedState with the MotionT of the
specified elementIdentification updated.
(Inherited from ITimeBasedState.) | |
ModifyValueT | (Inherited from ITimeBasedState.) | |
RemoveStateElement |
Removes the specified element and its data from this state.
|