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

jadex.bdi.testcases.goals.Deliberation.agent.xml Maven / Gradle / Ivy

Go to download

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

There is a newer version: 2.4
Show newest version




	
		jadex.bdi.testcases.*
		jadex.base.test.*
		jadex.commons.*
		java.util.Arrays
	

	
		
	

	
		
			
		
		
			
		
		
			
		
		
	

	
		
			
			
 			
				
 				
					$goal.wait > $ref.wait
				
			
		
		
			
			
		
	

	
		
			
				
				
			
			
				
				
			
			
				"result"
			
			
			
				
				
			
		
		
			
				
					Arrays.equals($beliefbase.result, new String[]{"A", "B", "C"})
					? new TestReport("#1", "Test if deliberation works", true, null)
					: new TestReport("#1", "Test if deliberation works", false, "Expected A, B, C, but was: "+SUtil.arrayToString($beliefbase.result))
				
			
			
			
				$beliefbase.result.length==3
			
		
	

	
		
		false
	

	
		
			
				
					
						500
					
					
						"C"
					
				
				
					
						1000
					
					
						"B"
					
				
				
					
						2000
					
					
						"A"
					
				
			
		
	






© 2015 - 2024 Weber Informatics LLC | Privacy Policy