|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Agenda
Field Summary | |
---|---|
static int |
MAX_SALIENCE
|
Method Summary | |
---|---|
boolean |
empty()
Anwser the question : is this queue empty. |
int |
getCurrentSalience()
|
java.util.Iterator |
iterator()
Agenda iterator |
void |
manageAgenda()
When called this fn (re)-arrays the agenda if necessary. |
KSAR |
peekKSAR()
Peek the best next KSAR (this one which is located at the top of the agenda). |
void |
popKSAR()
Remove the top of the agenda. |
void |
pushKSAR(KSAR ksar)
Add a new KSAR to execution list. |
void |
setCurrentSalienceTo(int salience)
|
int |
size()
Return current number of ksar occurences in this queue. |
Methods inherited from interface org.blackbox.model.ObservableEntity |
---|
addObserver, removeObserver |
Field Detail |
---|
static final int MAX_SALIENCE
Method Detail |
---|
boolean empty()
void manageAgenda()
KSAR peekKSAR()
void popKSAR()
void pushKSAR(KSAR ksar)
ksar
- java.util.Iterator iterator()
int size()
void setCurrentSalienceTo(int salience)
int getCurrentSalience()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |