| Package | Description |
|---|---|
| org.eclipse.basyx.components.json | |
| org.eclipse.basyx.components.servlet.aas | |
| org.eclipse.basyx.components.xml | |
| org.eclipse.basyx.support.bundle |
| Modifier and Type | Method and Description |
|---|---|
Set<AASBundle> |
JSONAASBundleFactory.create()
Creates the set of
AASBundle contained in the JSON string. |
| Constructor and Description |
|---|
AASBundleServlet(AASBundle bundle)
Creates a servlet hosting the AAS and its submodels specified in the bundle
|
| Constructor and Description |
|---|
AASBundleServlet(Collection<AASBundle> bundles)
Creates a servlet hosting multiple AAS and their submodels as specified in
the bundle list
|
| Modifier and Type | Method and Description |
|---|---|
Set<AASBundle> |
XMLAASBundleFactory.create()
Creates the set of
AASBundle contained in the XML string. |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.basyx.aas.metamodel.map.descriptor.AASDescriptor |
AASBundleDescriptorFactory.createAASDescriptor(AASBundle bundle,
String hostBasePath)
Creates the AASDescriptor for the given bundle and hostPath
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AASBundleIntegrator.integrate(org.eclipse.basyx.aas.aggregator.api.IAASAggregator aggregator,
Collection<AASBundle> bundles)
Checks (by ID) if all AASs/SMs contained
in the given AASBundles exist in the AASAggregator. Adds missing ones to the Aggregator. If a given object already exists in the Aggregator it will NOT be replaced. |
static void |
AASBundleIntegrator.register(org.eclipse.basyx.aas.registration.api.IAASRegistryService registry,
Collection<AASBundle> bundles,
String aasAggregatorPath)
Registers a given set of bundles with the registry
|
Copyright © 2021. All rights reserved.