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

jadex.bdi.testcases.misc.Expression.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




	
		
	

	
		
			
		
		
			
		

		
			new Person("Alwin Mayer", "Gateway Street 33")
			new Person("Getrude Mayer", "Gateway Street 33")
			new Person("John Meyor", "Bollywood Boulevard 17")
			new Person("Gary Thompson", "Bollywood Boulevard 17")
		
	

	
		
			
		
	

	
		
			new String[]{"a","b","c"}[$num]
			
			
		

		
			select "("+$p1+", "+$p2+")"
 			from Person $p1 in $beliefbase.persons, Person $p2 in $beliefbase.persons
			where $p1!=$p2 && $p1.getAddress().equals($p2.getAddress())
		
	

	
        
        
        true
    

	
		
			
				
					2
				
			
			
				
			
		
	







© 2015 - 2024 Weber Informatics LLC | Privacy Policy