public interface RuleAnalysisGraph
TargetGraph is analyzed and converted into its
corresponding RuleAnalysisResult graph, which consists of a Provider graph and a ActionAnalysisData graph.| Modifier and Type | Method and Description |
|---|---|
RuleAnalysisResult |
get(RuleAnalysisKey lookupKey)
Finds the
RuleAnalysisResult of the given RuleAnalysisKey, starting computation
as necessary. |
com.google.common.collect.ImmutableMap<RuleAnalysisKey,RuleAnalysisResult> |
getAll(Set<RuleAnalysisKey> lookupKeys)
same as
get(RuleAnalysisKey) but for multiple RuleAnalysisKeys |
RuleAnalysisResult get(RuleAnalysisKey lookupKey)
RuleAnalysisResult of the given RuleAnalysisKey, starting computation
as necessary. All dependencies required will also be transformed, and cached.lookupKey - the RuleAnalysisKey to find the result forRuleAnalysisResult from analyzing the given RuleAnalysisKeycom.google.common.collect.ImmutableMap<RuleAnalysisKey,RuleAnalysisResult> getAll(Set<RuleAnalysisKey> lookupKeys)
get(RuleAnalysisKey) but for multiple RuleAnalysisKeys