Jadex 0.941

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).


Field Summary
static String CLASS
          The event class (message, goal, internal).
static String CLASS_GOAL
          The goal event class.
static String CLASS_INTERNAL
          The internal event class.
static String CLASS_MESSAGE
          The message event class.
 
Method Summary
 String getEventclass()
          Get the event class (message, goal, internal).
 String getType()
          Get the event type.
 boolean isMetaLevelReasoning()
          Get the meta-level-reasoning flag.
 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
 

Field Detail

CLASS

public static final String CLASS
The event class (message, goal, internal).

See Also:
Constant Field Values

CLASS_MESSAGE

public static final String CLASS_MESSAGE
The message event class.

See Also:
Constant Field Values

CLASS_GOAL

public static final String CLASS_GOAL
The goal event class.

See Also:
Constant Field Values

CLASS_INTERNAL

public static final String CLASS_INTERNAL
The internal event class.

See Also:
Constant Field Values
Method Detail

isPostToAll

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

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

isMetaLevelReasoning

public boolean isMetaLevelReasoning()
Get the meta-level-reasoning flag.

Returns:
True, if meta-level resoning is on.

isRandomSelection

public boolean isRandomSelection()
Get the random selection flag.

Returns:
True, when applicable selection is random style.

getType

public String getType()
Get the event type.

Returns:
The event type.

getEventclass

public String getEventclass()
Get the event class (message, goal, internal).

Returns:
The event class. todo: remove

Jadex 0.941

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-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.