|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuntimeConceptCtx
Marks a concept context as a runtime concept context that can be initialized and reset. The runtime concept also extends the MessageListener interface requiring the implementation of a receiveMessage method required for distributed agent communication.
Method Summary | |
---|---|
void |
initialize(gov.nasa.arc.brahms.vm.controller.VMController vmc,
long time)
Initializes the concept for use in a virtual machine controller by the specified virtual machine controller. |
void |
reset()
Resets the concept removing its context and any references and additional components created to use this concept in a virtual machine. |
Method Detail |
---|
void initialize(gov.nasa.arc.brahms.vm.controller.VMController vmc, long time) throws VMException
vmc
- the VMController controlling the virtual machine in which this
concept is to be used.time
- the time at which the initialization takes place
VMException
- if an error occurs in initializing the conceptvoid reset() throws VMException
VMException
- if in error occurs in resetting the active instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |