|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Agenda
Method Summary | |
---|---|
int |
agendaSize()
Iterates all the modules in the focus stack returning the total number of Activation s |
void |
clearActivationGroup(ActivationGroup activationGroup)
Clears all Activations from an Xor Group. |
void |
clearActivationGroup(java.lang.String name)
Clears all Activations from an Activation-Group. |
void |
clearAgenda()
Clears all Activations from the Agenda |
void |
clearAgendaGroup(AgendaGroup agendaGroup)
Clears all Activations from an Agenda Group. |
void |
clearAgendaGroup(java.lang.String name)
Clears all Activations from an Agenda Group. |
int |
focusStackSize()
Iterates all the AgendGroup |
ActivationGroup |
getActivationGroup(java.lang.String name)
|
Activation[] |
getActivations()
|
AgendaGroup |
getAgendaGroup(java.lang.String name)
|
AgendaGroup[] |
getAgendaGroups()
|
AgendaGroup |
getFocus()
|
Activation[] |
getScheduledActivations()
|
LinkedList |
getScheduledItems()
|
AgendaGroup[] |
getStack()
|
WorkingMemory |
getWorkingMemory()
|
boolean |
setFocus(AgendaGroup agendaGroup)
|
void |
setFocus(java.lang.String name)
|
Method Detail |
---|
WorkingMemory getWorkingMemory()
LinkedList getScheduledItems()
boolean setFocus(AgendaGroup agendaGroup)
void setFocus(java.lang.String name)
AgendaGroup getFocus()
AgendaGroup getAgendaGroup(java.lang.String name)
AgendaGroup[] getAgendaGroups()
AgendaGroup[] getStack()
ActivationGroup getActivationGroup(java.lang.String name)
int focusStackSize()
AgendGroups in the focus stack returning the total number of Activation
s
- Returns:
- total number of
Activation
s on the focus stack
int agendaSize()
Activation
s
Activation[] getActivations()
Activation[] getScheduledActivations()
void clearAgenda()
void clearAgendaGroup(java.lang.String name)
agendaGroup
- void clearAgendaGroup(AgendaGroup agendaGroup)
agendaGroup
- void clearActivationGroup(java.lang.String name)
activationGroup
- void clearActivationGroup(ActivationGroup activationGroup)
activationGroup
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |