|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nasa.arc.brahms.vm.rt.CommunicativeActStatementSetOrganizer
public class CommunicativeActStatementSetOrganizer
A CommunicativeActStatementSetOrganizer is a statement organizer that organizes the list of statements for a CommunicativeAct in such an order that the envelope("sender") belief is always last in the list.
Field Summary | |
---|---|
static IStatementSetOrganizer |
SINGLETON
Singleton for CommunicativeActStatementSetOrganizer |
Method Summary | |
---|---|
VMStatementCtx[] |
organize(java.util.Enumeration statements)
Organizes the specified enumeration of statements and returns the organized set of statements. |
VMStatementCtx[] |
organize(VMStatementCtx[] statements)
Organizes the specified array of statements and returns the organized set of statements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final IStatementSetOrganizer SINGLETON
Method Detail |
---|
public VMStatementCtx[] organize(java.util.Enumeration statements) throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
organize
in interface IStatementSetOrganizer
statements
- the Enumeration of IStatement to be organized
gov.nasa.arc.brahms.common.exceptions.BrahmsException
- if an internal error occurspublic VMStatementCtx[] organize(VMStatementCtx[] statements) throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
organize
in interface IStatementSetOrganizer
statements
- the IStatement array to be organized
gov.nasa.arc.brahms.common.exceptions.BrahmsException
- if an internal error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |