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

jadex.bdi.examples.hunterprey.ldahunter.LAHunter.agent.xml Maven / Gradle / Ivy

Go to download

The Jadex BDI applications package contain several example applications, benchmarks and testcases using BDI agents.

The newest version!




	
		jadex.commons.future.*
		jadex.bdi.examples.hunterprey.*
		jadex.bdi.examples.hunterprey.ldahunter.potentialfield.*
		jadex.extension.envsupport.environment.space2d.*
		jadex.extension.envsupport.environment.*
		jadex.extension.envsupport.math.*
	

	
		
		
 			$scope.getParentAccess().getExtension("my2dspace")
 		
 		
 		
 		
 			$beliefbase.env.getAvatar($scope.getComponentDescription(), $scope.getAgentModel().getFullName())
 		

 		
 		

		

		
			
				select one ISpaceObject $obj
				from $beliefbase.vision
				where $obj.getType().equals("prey")
				order by $beliefbase.env.getDistance($beliefbase.myself.getProperty(Space2D.PROPERTY_POSITION), $obj.getProperty(Space2D.PROPERTY_POSITION)).getAsInteger()
			
		

		
			
				new JointField (30,30,3,new Evaluator(0.0, 1.0, 0.0, 0.001))
		    
		

		
			
				new PotentialFrame($scope.getExternalAccess(), "World of "+$scope.getAgentName())
			
		

	

	
		
	

	
		
			
			
		
	
	


	
		
			
				
			
		
	









© 2015 - 2025 Weber Informatics LLC | Privacy Policy