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

jadex.micro.examples.helpline.Helpline.application.xml Maven / Gradle / Ivy

Go to download

The Jadex micro applications package contains several example applications, benchmarks and testcases using micro agents.

There is a newer version: 4.0.267
Show newest version



	
	
		jadex.bridge.service.*
		jadex.bridge.service.search.*
		jadex.bridge.service.types.clock.IClockService
		jadex.commons.future.*
	
	
	
		
	
	
	
	
	
		
			
				
					
						
							new InformationEntry[]
							{
								new InformationEntry("Lennie Lost", "First aid given at Hummel square.", ((IClockService)SServiceProvider.getLocalService($component, IClockService.class, RequiredServiceInfo.SCOPE_PLATFORM)).getTime()-2*60*60*1000),
								new InformationEntry("Lennie Lost", "Brought to collection point.", ((IClockService)SServiceProvider.getLocalService($component, IClockService.class, RequiredServiceInfo.SCOPE_PLATFORM)).getTime()-1*60*60*1000),
								new InformationEntry("Lennie Lost", "Savely reached Mainville Hospital.", ((IClockService)SServiceProvider.getLocalService($component, IClockService.class, RequiredServiceInfo.SCOPE_PLATFORM)).getTime())
							}
						
					
				
			
 		
	






© 2015 - 2024 Weber Informatics LLC | Privacy Policy