Class OverlapItem.Unreachable
java.lang.Object
org.qubership.atp.dataset.model.utils.OverlapItem
org.qubership.atp.dataset.model.utils.OverlapItem.Unreachable
- Enclosing class:
OverlapItem
Represents a parameter which not set because some parent reference not specified.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.qubership.atp.dataset.model.utils.OverlapItem
OverlapItem.DefaultInitialized, OverlapItem.DefaultUninitialized, OverlapItem.Overlap, OverlapItem.Reachable, OverlapItem.Unreachable -
Field Summary
Fields inherited from class org.qubership.atp.dataset.model.utils.OverlapItem
sourceDs -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUnreachable(DataSet sourceDs, Collection<UUID> attributePathIds, UUID targetAttributeId, DataSet notFoundIn, UUID notFoundAttr) -
Method Summary
Modifier and TypeMethodDescriptionCasts item to reachable.Returns initial data attribute path ids has been used for search.Returns initial target attribute id has been used for search.booleantoString()Methods inherited from class org.qubership.atp.dataset.model.utils.OverlapItem
getSourceDs
-
Constructor Details
-
Unreachable
-
-
Method Details
-
getParameter
- Specified by:
getParameterin classOverlapItem
-
isReachable
public boolean isReachable()Description copied from class:OverlapItem- Specified by:
isReachablein classOverlapItem
-
asReachable
Description copied from class:OverlapItemCasts item to reachable.- Specified by:
asReachablein classOverlapItem
-
getSearchByAttrPathIds
Description copied from class:OverlapItemReturns initial data attribute path ids has been used for search.- Specified by:
getSearchByAttrPathIdsin classOverlapItem
-
getSearchByTargetAttrId
Description copied from class:OverlapItemReturns initial target attribute id has been used for search.- Specified by:
getSearchByTargetAttrIdin classOverlapItem
-
toString
-