Class OverlapLayers
java.lang.Object
org.qubership.atp.dataset.model.utils.OverlapLayers
Lazy initialized
Iterable of Data set path with reference attributes between each other.
Path is resolved using provided attribute path and starting data set (context). Caches
initialized data sets path parts for performance reason. It is recommended to reuse this object
between multiple OverlapIterator's.-
Method Summary
Modifier and TypeMethodDescriptionstatic OverlapIteratoroverlapIterator(DataSet ds, UUID targetAttrId, Collection<UUID> attrPath) SeeOverlapIterator.
-
Method Details
-
overlapIterator
public static OverlapIterator overlapIterator(@Nonnull DataSet ds, @Nonnull UUID targetAttrId, @Nullable Collection<UUID> attrPath) SeeOverlapIterator.
-