|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object brahms.communication.CommunicativeActBeliefOrganizer
public class CommunicativeActBeliefOrganizer
The CommunicativeActBeliefOrganizer organizes the beliefs of a communicative act such that the belief about 'envelope("sender")' is the last belief in the list.
Field Summary | |
---|---|
static IStatementOrganizer |
SINGLETON
Singleton for CommunicativeActBeliefOrganizer |
Method Summary | |
---|---|
IStatement[] |
organize(java.util.Enumeration statements)
Organizes the specified enumeration of statements and returns the organized set of statements. |
IStatement[] |
organize(IStatement[] 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 IStatementOrganizer SINGLETON
Method Detail |
---|
public IStatement[] organize(java.util.Enumeration statements) throws ExternalException
organize
in interface IStatementOrganizer
statements
- the Enumeration of IStatement to be organized
ExternalException
- if an internal error occurspublic IStatement[] organize(IStatement[] statements) throws ExternalException
organize
in interface IStatementOrganizer
statements
- the IStatement array to be organized
ExternalException
- if an internal error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |