public class BDIReasoningInterceptor
extends java.lang.Object
implements jadex.bridge.service.component.IServiceInvocationInterceptor
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
ia
The internal access.
|
Constructor and Description |
---|
BDIReasoningInterceptor(jadex.bridge.IInternalAccess ia)
Create a new interceptor.
|
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
execute(jadex.bridge.service.component.ServiceInvocationContext sic)
Execute the interceptor.
|
boolean |
isApplicable(jadex.bridge.service.component.ServiceInvocationContext context)
Test if the interceptor is applicable.
|
public BDIReasoningInterceptor(jadex.bridge.IInternalAccess ia)
public boolean isApplicable(jadex.bridge.service.component.ServiceInvocationContext context)
isApplicable
in interface jadex.bridge.service.component.IServiceInvocationInterceptor
public jadex.commons.future.IFuture<java.lang.Void> execute(jadex.bridge.service.component.ServiceInvocationContext sic)
execute
in interface jadex.bridge.service.component.IServiceInvocationInterceptor
context
- The invocation context.