The ElecNetKit.NetworkModelling.Phasing namespace defines classes for representing
phased values on electrical network elements.
Classes
Class | Description | |
---|---|---|
![]() | CachedPhasedReadOnlyEvaluated TFrom, T |
An implementation of PhasedReadOnlyEvaluated TFrom, T that caches
results and provides the same object multiple times if requested.
|
![]() | PhasedEvaluated TFrom, TTo | PhasedEvaluated TFrom, TTo applies transforms to the values from an underlying Phased T
in order to obtain new values.
|
![]() | PhasedReadOnlyEvaluated TFrom, T |
An implementation of Phased T that is read-only and works with objects
(as opposed to PhasedEvaluated TFrom, TTo , which only works with value types).
|
![]() | PhasedValues T |
A value-based type that implements the Phased T interface.
|
![]() | QueryableCollection TBase, TTo |
A read-only collection that uses a transform function to
transform the individual elements of another collection.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | Phased T |
An interface that defines a set of values of type T and
ordered by phase.
|