Class HistoricalNodeTree<N extends HistoricalNode>

java.lang.Object
com.inductiveautomation.ignition.common.PathTree<QualifiedPath,N>
com.inductiveautomation.historian.gateway.api.query.HistoricalNodeTree<N>
Type Parameters:
N - the type of nodes extending HistoricalNode that this tree will manage
All Implemented Interfaces:
Serializable

public class HistoricalNodeTree<N extends HistoricalNode> extends PathTree<QualifiedPath,N>
Represents a specialized tree structure built on top of PathTree, where nodes are of a type extending HistoricalNode. This class provides capability for creating and managing nodes based on customized paths and allows for recursive removal of nodes along with their parent nodes if certain conditions are met.
See Also: