public interface IPlanner
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStatic()
Returns the status of the planner.
|
LinkSpecification |
normalize(LinkSpecification spec)
Normalization of input link specification.
|
NestedPlan |
plan(LinkSpecification spec)
Generates a NestedPlan for a link specification.
|
NestedPlan plan(LinkSpecification spec)
spec - Input link specificationboolean isStatic()
LinkSpecification normalize(LinkSpecification spec)
spec - The link specification to normalizeCopyright © 2020. All rights reserved.