All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jadex.bdibpmn.KernelBDIBPMN.component.xml Maven / Gradle / Ivy

Go to download

The Jadex BDI-BPMN kernel allows to use BPMN workflow descriptions as alternative description for BDI agent plans.

There is a newer version: 2.4
Show newest version



	
	
		jadex.commons.*
		jadex.commons.future.*
		jadex.bridge.*
		jadex.bridge.service.types.factory.*
		jadex.bridge.service.search.*
		jadex.bridge.fipa.*
		jadex.bridge.service.*
		jadex.bridge.service.types.threadpool.*
		jadex.bdi.runtime.impl.*
		jadex.bdi.*
		jadex.bridge.service.*
	
	
	
		
			new String[] {"agent.xml", "capability.xml"}
		
		JavaStandardPlanExecutor.createPlanExecutor($component)
	
	
	
		
			
				new jadex.bdi.BDIAgentFactory(
					SUtil.createHashMap(
					new String[]
					{
						"planexecutor_standard", 
						"microplansteps",
						"planexecutor_bpmn",
						"debugger.panels"
					},
					new Object[]
					{
						$component.getProperty("planexecutor_standard"),
						Boolean.TRUE,
						new BpmnPlanExecutor(),
						"jadex.tools.debugger.bdi.BDIViewerDebuggerPanel, jadex.tools.debugger.bdi.BDIAgentInspectorDebuggerPanel, jadex.tools.debugger.bdi.BDIAgentRuleEngineDebuggerPanel"
					}
				), $component)
			
		
		
			
				$component.getRawService("component_factory")
			
		
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy