gov.nasa.arc.brahms.vm.rt
Interface IStatementSetOrganizer

All Known Implementing Classes:
CommunicativeActStatementSetOrganizer

public interface IStatementSetOrganizer

An IStatementSetOrganizer is an interface to a statement organizer that organizes a list of statements into a specific order.

Version:
$Revision: 1.1 $ $Date: 2007/10/10 14:04:20 $ $Author: rvhoof $
Author:
Ron van Hoof

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.
 

Method Detail

organize

VMStatementCtx[] organize(java.util.Enumeration statements)
                          throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
Organizes the specified enumeration of statements and returns the organized set of statements.

Parameters:
statements - the Enumeration of IStatement to be organized
Returns:
IStatement[] the organized statements
Throws:
gov.nasa.arc.brahms.common.exceptions.BrahmsException - if an internal error occurs

organize

VMStatementCtx[] organize(VMStatementCtx[] statements)
                          throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
Organizes the specified array of statements and returns the organized set of statements.

Parameters:
statements - the IStatement array to be organized
Returns:
IStatement[] the organized statements
Throws:
gov.nasa.arc.brahms.common.exceptions.BrahmsException - if an internal error occurs


Copyright © 1997-2012 All Rights Reserved.