public static class LocalChooser.Decision extends Object
Modifier and Type | Field and Description |
---|---|
protected Frame |
currentFocus
New current focus.
|
protected int |
pos
Position in the original list.
|
protected List<Frame> |
potentialFoci
New potential focus list.
|
Constructor and Description |
---|
Decision(int pos,
Frame currentFocus,
List<Frame> potentialFoci)
Full constructor (this class is immutable).
|
Modifier and Type | Method and Description |
---|---|
Frame |
getCurrentFocus()
New current focus.
|
int |
getPosition()
Position in the original list of the chosen continuation.
|
List<Frame> |
getPotentialFoci()
New potential focus list.
|
protected int pos
protected Frame currentFocus
Copyright © 2015 Pablo Duboue. All rights reserved.