Interface ComplexPoint<V>

Type Parameters:
V - The type of the value contained in the complex point.
All Superinterfaces:
Comparable<TemporalPoint<V,ComplexPointType>>, TemporalPoint<V,ComplexPointType>
All Known Implementing Classes:
AnnotationPoint, MetadataPoint

public non-sealed interface ComplexPoint<V> extends TemporalPoint<V,ComplexPointType>
Represents a complex point in the historian system.

This non-sealed interface extends TemporalPoint with a value type V and a point type of ComplexPointType. It provides a default implementation for retrieving the type of the point.