CatchmentComponentSourceBoundary Methods

Methods

CalculateVariation Calculate variation (as difference from linear interpolation between start and end)

This method estimates the variation by checking values at 3 intermediate points within the interval.

Since this looks up in the time series 5 times, there may be performance issues with this, so use with care.


(Inherited from AbstractSourceBoundary)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetAccumulatedValue(DateTime, DateTime) Not supported
(Overrides AbstractSourceBoundaryGetAccumulatedValue(DateTime, DateTime))
GetAccumulatedValue(DateTime, DateTime, TimeSpan) Get accumulated value, and the span for which the values are not delete values.
(Inherited from AbstractSourceBoundary)
GetAccumulatedValue(Int32, DateTime, DateTime) Not supported
(Overrides AbstractSourceBoundaryGetAccumulatedValue(Int32, DateTime, DateTime))
GetDeleteValue Return the delete value for this boundary.
(Inherited from AbstractSourceBoundary)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetNextComponentTransitionTime Gets the next time for which there is a different value in the component boundary source.
(Inherited from AbstractSourceBoundary)
GetNextTransitionTime Not supported
(Overrides AbstractSourceBoundaryGetNextTransitionTime(DateTime))
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetValue(DateTime) Not supported
(Overrides AbstractSourceBoundaryGetValue(DateTime))
GetValue(Int32, DateTime) Get value of the component in the boundary on the provided index.

The index is NOT into global index of AD components.


(Inherited from AbstractSourceBoundary)
GetValueWithoutDWF Not supported
(Overrides AbstractSourceBoundaryGetValueWithoutDWF(DateTime))
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Prepare Prepare source.
(Overrides AbstractSourceBoundaryPrepare(DateTime, DateTime, IDiagnostics))
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryModify(Double, DateTime) Try modify boundary value, if Modifier is not null
(Inherited from AbstractSourceBoundary)
Validate Not supported
(Overrides AbstractSourceBoundaryValidate(DateTime, DateTime))
ValidateItems Validate _iItems of BoundarySource
(Inherited from AbstractSourceBoundary)

See Also