Interface DeviceAasProviderDescriptor
- All Known Implementing Classes:
AasxDeviceAasProvider.Descriptor,FirstMatchingDeviceAasProvider.Descriptor,YamlDeviceAasProvider.Descriptor
public interface DeviceAasProviderDescriptor
JSL descriptor for
DeviceAasProvider.- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionCreates a provider instance.booleanWhether this descriptor creates a provider that itself handles the results of further ("nested") providers.
-
Method Details
-
createInstance
DeviceAasProvider createInstance()Creates a provider instance.- Returns:
- the instance
-
createsMultiProvider
boolean createsMultiProvider()Whether this descriptor creates a provider that itself handles the results of further ("nested") providers.- Returns:
truefor a multi provider,falsefor a single provider
-