Interface AtomicPoint<V>

Type Parameters:
V - The type of the value contained in the atomic point.
All Superinterfaces:
Comparable<TemporalPoint<V,DataPointType>>, DataPoint<V>, SnapshotCapable, TemporalPoint<V,DataPointType>

public sealed interface AtomicPoint<V> extends DataPoint<V>
Represents an atomic data point in the historian system.

This sealed interface extends DataPoint with a value type V and is restricted to the DataPointFactory.AtomicPointImpl implementation. It provides methods to retrieve the type of the data point and to create snapshots with or without a specified timestamp.