Class TryBasyx
java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.aas.TryBasyx
Tries reading the AASX files of the IDTA specs through the available BaSyx plugins (explicitly loaded).
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static de.iip_ecosphere.platform.support.aas.AasFactorygetAasFactory(String aasFactoryPluginId) Returns the AAS factory to use, based onaasFactoryPluginId.static voidReads the AASX files through both currently available BaSyx plugins.private static voidtryReading(String pluginId) Tries reading the files with the AAS factory of the given plugin id.
-
Constructor Details
-
TryBasyx
public TryBasyx()
-
-
Method Details
-
getAasFactory
private static de.iip_ecosphere.platform.support.aas.AasFactory getAasFactory(String aasFactoryPluginId) Returns the AAS factory to use, based onaasFactoryPluginId.- Parameters:
aasFactoryPluginId- the plugin id of the AAS factory to use- Returns:
- the factory to use
-
tryReading
Tries reading the files with the AAS factory of the given plugin id.- Parameters:
pluginId- the AAS factory plugin id
-
main
Reads the AASX files through both currently available BaSyx plugins.- Parameters:
args- the command line arguments, ignored
-