Package | Description |
---|---|
net.sf.openschema |
Modifier and Type | Method and Description |
---|---|
LocalChooser.Decision |
RandomChooser.choose(List<Map<String,Object>> fds,
List<Frame> defaultFoci,
Object currentFocus,
List<Frame> potentialFoci,
List<Frame> focusStack,
FrameSet frames) |
LocalChooser.Decision |
GreedyChooser.choose(List<Map<String,Object>> fds,
List<Frame> defaultFoci,
Object currentFocus,
List<Frame> potentialFoci,
List<Frame> focusStack,
FrameSet frames) |
LocalChooser.Decision |
SimpleFocusChooser.choose(List<Map<String,Object>> fds,
List<Frame> defaultFoci,
Object currentFocus,
List<Frame> potentialFoci,
List<Frame> focusStack,
FrameSet frames)
Choose the appropriate continuation, using some of McKeown (1985) strategies.
|
abstract LocalChooser.Decision |
LocalChooser.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.
|
protected LocalChooser.Decision |
SimpleFocusChooser.chooseOnPotentialToPotentialLinks(List<Integer> candidatePositions,
List<Frame> candidateDefaultFoci,
List<Map<String,Object>> fds,
List<Frame> potentialFoci,
FrameSet frames)
Final decision on a smaller set of candidates using the potential to potential links.
|
Copyright © 2015 Pablo Duboue. All rights reserved.