public class Planner
extends java.lang.Object
Constructor and Description |
---|
Planner() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static com.parctechnologies.eclipse.CompoundTerm |
PlanPruning(com.parctechnologies.eclipse.CompoundTerm result)
Extracts the plans contained in a
CompoundTerm result (returned from ECLiPSe)
and prunes plans that fail to meet local QoS requirements |
public static void main(java.lang.String[] args)
public static com.parctechnologies.eclipse.CompoundTerm PlanPruning(com.parctechnologies.eclipse.CompoundTerm result)
CompoundTerm
result (returned from ECLiPSe)
and prunes plans that fail to meet local QoS requirementsresult
- The CompoundTerm
object that is returned after executing queryCompoundTerm
containing the plans that remain post pruning