public class AbstractBoomerangResults<W extends Weight> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBoomerangResults.Context |
| Modifier and Type | Field and Description |
|---|---|
protected heros.utilities.DefaultValueMap<Query,AbstractBoomerangSolver<W>> |
queryToSolvers |
| Constructor and Description |
|---|
AbstractBoomerangResults(heros.utilities.DefaultValueMap<Query,AbstractBoomerangSolver<W>> solverMap) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Table<Statement,Val,W> |
asStatementValWeightTable(ForwardQuery query) |
protected AbstractBoomerangResults.Context |
constructContextGraph(ForwardQuery forwardQuery,
Node<Statement,Val> targetFact) |
protected final heros.utilities.DefaultValueMap<Query,AbstractBoomerangSolver<W extends Weight>> queryToSolvers
public AbstractBoomerangResults(heros.utilities.DefaultValueMap<Query,AbstractBoomerangSolver<W>> solverMap)
protected AbstractBoomerangResults.Context constructContextGraph(ForwardQuery forwardQuery, Node<Statement,Val> targetFact)
public com.google.common.collect.Table<Statement,Val,W> asStatementValWeightTable(ForwardQuery query)
Copyright © 2023. All rights reserved.