public class RuntimeComparison extends Object
| Constructor and Description |
|---|
RuntimeComparison() |
| Modifier and Type | Method and Description |
|---|---|
static int |
comparePlans(Plan newPlan,
Plan bestPlan)
Compares two plans based on their runtime estimation.
|
static LinkedList<PartialRecallRefinementNode> |
sortLinkSpecifications(HashMap<LinkSpecification,Plan> plans)
Sorts a map of link specifications in ascending order based on the
runtime estimations of their corresponding plans.
|
public static int comparePlans(Plan newPlan, Plan bestPlan)
newPlan, - the first planbestPlan, - the second planpublic static LinkedList<PartialRecallRefinementNode> sortLinkSpecifications(HashMap<LinkSpecification,Plan> plans)
plans, - a map of Link Specifications and their corresponding plansCopyright © 2020. All rights reserved.