Jadex 0.96-beta1

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.
 
Method Summary
 
Methods inherited from interface jadex.runtime.IEvent
getType, 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

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

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

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

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

See Also:
Constant Field Values

TYPE_CONDITION_TRIGGERED_REFERENCE

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

See Also:
Constant Field Values

PARAMETER_CONDITION

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

See Also:
Constant Field Values

TYPE_TIMEOUT

static final String TYPE_TIMEOUT
The type string for timeout events.

See Also:
Constant Field Values

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.