public class LigerPlanner extends Planner
| Modifier and Type | Field and Description |
|---|---|
IMapper.Language |
lang
Language of the source/target data.
|
ACache |
source
Source cache.
|
ACache |
target
Target cache.
|
| Constructor and Description |
|---|
LigerPlanner(ACache source,
ACache target)
Constructor of the Helios planner class.
|
| 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.
|
public ACache source
public ACache target
public IMapper.Language lang
public NestedPlan plan(LinkSpecification spec)
spec - Input link specificationpublic boolean isStatic()
IPlannerpublic LinkSpecification normalize(LinkSpecification spec)
IPlannerspec - The link specification to normalizeCopyright © 2020. All rights reserved.