Jadex 0.941

jadex.runtime
Interface IInternalEvent

All Superinterfaces:
IElement, IEvent, IParameterElement

public interface IInternalEvent
extends IEvent

The interface for all internal events (concrete and referenced).


Field Summary
static String PARAMETER_CONDITION
          The condition parameter of condition triggered events.
static String PARAMETER_LEGACY_CONTENT
          Deprecated. Use explicitly defined custom types in ADF.
static String PARAMETER_LEGACY_TYPE
          Deprecated. Use explicitly defined custom types in ADF.
static String TYPE_CONDITION_TRIGGERED
          The type string for condition triggered events.
static String TYPE_CONDITION_TRIGGERED_REFERENCE
          The type string for condition triggered event references.
static String TYPE_LEGACY
          Deprecated. Use explicitly defined custom types in ADF.
static String TYPE_TIMEOUT
          The type string for timeout events.
 
Fields inherited from interface jadex.runtime.IEvent
CLASS, CLASS_GOAL, CLASS_INTERNAL, CLASS_MESSAGE
 
Methods inherited from interface jadex.runtime.IEvent
getEventclass, getType, isMetaLevelReasoning, isPostToAll, isRandomSelection
 
Methods inherited from interface jadex.runtime.IParameterElement
getParameter, getParameters, getParameterSet, getParameterSets, hasParameter, hasParameterSet
 
Methods inherited from interface jadex.runtime.IElement
getModelElement, getName
 

Field Detail

TYPE_LEGACY

public static final String TYPE_LEGACY
Deprecated. Use explicitly defined custom types in ADF.

The type string for legacy internal events.

See Also:
Constant Field Values

PARAMETER_LEGACY_TYPE

public static final String PARAMETER_LEGACY_TYPE
Deprecated. Use explicitly defined custom types in ADF.

The custom event type parameter for legacy internal events.

See Also:
Constant Field Values

PARAMETER_LEGACY_CONTENT

public static final String PARAMETER_LEGACY_CONTENT
Deprecated. Use explicitly defined custom types in ADF.

The custom event content parameter for legacy internal events.

See Also:
Constant Field Values

TYPE_CONDITION_TRIGGERED

public static final String TYPE_CONDITION_TRIGGERED
The type string for condition triggered events.

See Also:
Constant Field Values

TYPE_CONDITION_TRIGGERED_REFERENCE

public static final String TYPE_CONDITION_TRIGGERED_REFERENCE
The type string for condition triggered event references.

See Also:
Constant Field Values

PARAMETER_CONDITION

public static final String PARAMETER_CONDITION
The condition parameter of condition triggered events.

See Also:
Constant Field Values

TYPE_TIMEOUT

public static final String TYPE_TIMEOUT
The type string for timeout events.

See Also:
Constant Field Values

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.