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.

The 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 - 2025 Weber Informatics LLC | Privacy Policy