|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hops.dm.app.select
public class select
selects the next moves to execute from agenda and plan
Constructor Summary | |
---|---|
select(IS is)
creates a new instance of select |
Method Summary | |
---|---|
void |
selection(stackact next_moves)
void selection(IS &actualstate) selects next system movement: ask or answer It involves two parts: first selects an agenda item (by either selecting to respond to an issue or taking the topmost action from the plan); second, selects a move which realizes this action < backupshared, if not in (/private/agenda, A) and q_raising_action(A) then try select_action, repeat ( select_icm orelse select_move ) > |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public select(IS is)
is
- the information state referenceMethod Detail |
---|
public void selection(stackact next_moves)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |