Jadex 0.96-beta1

jadex.runtime
Interface IEvent

All Superinterfaces:
IElement, IParameterElement
All Known Subinterfaces:
IGoalEvent, IInternalEvent, IMessageEvent

public interface IEvent
extends IParameterElement

The interface for all events (concrete and referenced).


Method Summary
 String getType()
          Get the event type.
 boolean isPostToAll()
          Is it a post-to-all event.
 boolean isRandomSelection()
          Get the random selection flag.
 
Methods inherited from interface jadex.runtime.IParameterElement
getParameter, getParameters, getParameterSet, getParameterSets, hasParameter, hasParameterSet
 
Methods inherited from interface jadex.runtime.IElement
getModelElement, getName
 

Method Detail

isPostToAll

boolean isPostToAll()
Is it a post-to-all event.

Returns:
True, if post-to-all is set.

isRandomSelection

boolean isRandomSelection()
Get the random selection flag.

Returns:
True, when applicable selection is random style.

getType

String getType()
Get the event type.

Returns:
The event type.

Jadex 0.96-beta1

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.