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

jadex.nfproperty.INFRPropertyProvider Maven / Gradle / Ivy

There is a newer version: 5.0-alpha6
Show newest version
package jadex.nfproperty;

import jadex.future.IFuture;


/**
 *  Interface for required service proxies. Allows for accessing
 *  non-functional properties of required services.
 */
public interface INFRPropertyProvider
{
	/**
	 *  Get the required service property provider.
	 *  @param sid The service id.
	 */
	public IFuture getRequiredServicePropertyProvider();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy