Package jadex.bridge.nonfunctional
Interface INFRPropertyProvider
- 
public interface INFRPropertyProviderInterface for required service proxies. Allows for accessing non-functional properties of required services. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<INFMixedPropertyProvider>getRequiredServicePropertyProvider()Get the required service property provider. 
 - 
 
- 
- 
Method Detail
- 
getRequiredServicePropertyProvider
IFuture<INFMixedPropertyProvider> getRequiredServicePropertyProvider()
Get the required service property provider.- Parameters:
 sid- The service id.
 
 - 
 
 -