public abstract class LocalChooser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LocalChooser.Decision
LocalChooser Decision inner class.
|
Constructor and Description |
---|
LocalChooser() |
Modifier and Type | Method and Description |
---|---|
abstract LocalChooser.Decision |
choose(List<Map<String,Object>> fds,
List<Frame> defaultFoci,
Object currentFocus,
List<Frame> potentialFoci,
List<Frame> focusStack,
FrameSet frames)
Decide which continuation to follow in the schema instantiation process.
|
List<Frame> |
extractPotentialFoci(Map<String,Object> fd,
FrameSet frames)
Extract a set of potential foci from a given clause.
|
Copyright © 2015 Pablo Duboue. All rights reserved.