Interface DataTreeCandidate.CandidateNode

All Known Subinterfaces:
DataTreeCandidate.CandidateNode.Appeared, DataTreeCandidate.CandidateNode.Compacted, DataTreeCandidate.CandidateNode.Created, DataTreeCandidate.CandidateNode.Deleted, DataTreeCandidate.CandidateNode.Disappeared, DataTreeCandidate.CandidateNode.Modified, DataTreeCandidate.CandidateNode.Replaced, DataTreeCandidate.CandidateNode.Unmodified, DataTreeCandidate.CandidateNode.WithDataAfter, DataTreeCandidate.CandidateNode.WithoutDataAfter
Enclosing interface:
DataTreeCandidate

public static sealed interface DataTreeCandidate.CandidateNode permits DataTreeCandidate.CandidateNode.WithDataAfter, DataTreeCandidate.CandidateNode.WithoutDataAfter
A single node within a DataTreeCandidate. The nodes are organized in tree hierarchy, reflecting the modification from which this candidate was created. The node itself exposes the before- and after-image of the tree restricted to the modified nodes.