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

jadex.bdi.tutorial.TranslationD2.capability.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.bridge.fipa.*
		jadex.commons.*
	

	
		
		
			new Tuple("milk", "Milch")
			new Tuple("cow", "Kuh")
			new Tuple("cat", "Katze")
			new Tuple("dog", "Hund")
			new Tuple("puppy", "Hund")
			new Tuple("hound", "Hund")
			new Tuple("jack", "Katze")
			new Tuple("crummie", "Kuh")
		
	
	
	
		
		
			
			
				
			
		
		
		
			
			
				
			
		
	

	
		
		
			
				SFipa.REQUEST
			
			$content instanceof String && ((String)$content).startsWith("add english_german")
		
		
		
			
				SFipa.REQUEST
			
			$content instanceof String && ((String)$content).startsWith("translate english_german")
		

		
		
			
				SFipa.INFORM
			
		
		
		
			
				SFipa.FAILURE
			
		
	

	
		
		
			select one $wordpair.get(1)
			from Tuple $wordpair in $beliefbase.getBeliefSet("egwords").getFacts()
			where $wordpair.get(0).equals($eword)
			
		
	





© 2015 - 2025 Weber Informatics LLC | Privacy Policy