public class InternalEventRules extends Object
Constructor and Description |
---|
InternalEventRules() |
Modifier and Type | Method and Description |
---|---|
static void |
adoptInternalEvent(jadex.rules.state.IOAVState state,
Object rcapa,
Object rinternalevent)
Adopt an internal event.
|
static Object |
createInternalEvent(jadex.rules.state.IOAVState state,
Object rcapa,
String type)
Create an internal event of a given type but does not add to state.
|
static Object |
instantiateInternalEvent(jadex.rules.state.IOAVState state,
Object rcapa,
Object mevent,
Object cevent,
Map bindings,
OAVBDIFetcher fetcher,
OAVBDIFetcher configfetcher)
Instantiate an internal event.
|
public static Object createInternalEvent(jadex.rules.state.IOAVState state, Object rcapa, String type)
state
- The state.rcapa
- The scope.type
- The type.rplan
- The plan (if created from plan).public static Object instantiateInternalEvent(jadex.rules.state.IOAVState state, Object rcapa, Object mevent, Object cevent, Map bindings, OAVBDIFetcher fetcher, OAVBDIFetcher configfetcher)
state
- The statercapa
- The capability.mevent
- The event model.cevent
- The event configuration (if any).Copyright © 2012. All Rights Reserved.