Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra.helpers | |
org.eclipse.rdf4j.query.explanation |
Modifier and Type | Method and Description |
---|---|
GenericPlanNode |
QueryModelTreeToGenericPlanNode.getGenericPlanNode() |
Modifier and Type | Method and Description |
---|---|
GenericPlanNode |
Explanation.toGenericPlanNode() |
GenericPlanNode |
ExplanationImpl.toGenericPlanNode() |
Modifier and Type | Method and Description |
---|---|
List<GenericPlanNode> |
GenericPlanNode.getPlans() |
Modifier and Type | Method and Description |
---|---|
void |
GenericPlanNode.addPlans(GenericPlanNode... children) |
Modifier and Type | Method and Description |
---|---|
void |
GenericPlanNode.setPlans(List<GenericPlanNode> plans) |
Constructor and Description |
---|
ExplanationImpl(GenericPlanNode genericPlanNode,
boolean timedOut) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.