public class LithoResolutionResult extends java.lang.Object implements PotentiallyPartialResult
Modifier and Type | Field and Description |
---|---|
MeasuredResultCache |
cache |
boolean |
isPartialResult |
LithoNode |
node |
TreeState |
treeState |
Constructor and Description |
---|
LithoResolutionResult(LithoNode node,
MeasuredResultCache cache,
TreeState treeState,
boolean isPartial) |
Modifier and Type | Method and Description |
---|---|
boolean |
isPartialResult()
Return true if this result calculated from a
TreeFuture is partial. |
public final LithoNode node
public final MeasuredResultCache cache
public final TreeState treeState
public final boolean isPartialResult
public LithoResolutionResult(LithoNode node, MeasuredResultCache cache, TreeState treeState, boolean isPartial)
public boolean isPartialResult()
PotentiallyPartialResult
TreeFuture
is partial.isPartialResult
in interface PotentiallyPartialResult