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

jadex.extension.envsupport.environment.ServiceVisionProcessor Maven / Gradle / Ivy

Go to download

The Jadex kernel extension envsupport allows for using 2D spaces in concert with components.

There is a newer version: 3.0.117
Show newest version
package jadex.extension.envsupport.environment;

import jadex.bridge.service.types.cms.IComponentDescription;
import jadex.commons.SimplePropertyObject;


public class ServiceVisionProcessor	extends SimplePropertyObject implements IPerceptProcessor
{
	public ServiceVisionProcessor()
	{
//		System.out.println("created: "+this);
	}
	
	public void processPercept(IEnvironmentSpace space, String type, Object percept, IComponentDescription component, ISpaceObject avatar)
	{
		System.out.println("percept: "+type+", "+percept);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy