Class BDIReasoningInterceptor
- java.lang.Object
- 
- jadex.bdi.testcases.semiautomatic.BDIReasoningInterceptor
 
- 
- All Implemented Interfaces:
- IServiceInvocationInterceptor
 
 public class BDIReasoningInterceptor extends java.lang.Object implements IServiceInvocationInterceptor Service call interceptor that starts BDI reasoning.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessiaThe internal access.
 - 
Constructor SummaryConstructors Constructor Description BDIReasoningInterceptor(IInternalAccess ia)Create a new interceptor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>execute(ServiceInvocationContext sic)Execute the interceptor.booleanisApplicable(ServiceInvocationContext context)Test if the interceptor is applicable.
 
- 
- 
- 
Field Detail- 
iaprotected IInternalAccess ia The internal access.
 
- 
 - 
Constructor Detail- 
BDIReasoningInterceptorpublic BDIReasoningInterceptor(IInternalAccess ia) Create a new interceptor.
 
- 
 - 
Method Detail- 
isApplicablepublic boolean isApplicable(ServiceInvocationContext context) Test if the interceptor is applicable.- Specified by:
- isApplicablein interface- IServiceInvocationInterceptor
- Returns:
- True, if applicable.
 
 - 
executepublic IFuture<java.lang.Void> execute(ServiceInvocationContext sic) Execute the interceptor.- Specified by:
- executein interface- IServiceInvocationInterceptor
- Parameters:
- context- The invocation context.
 
 
- 
 
-