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