| Package | Description |
|---|---|
| org.eclipse.basyx.components.json | |
| 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. |
| 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 void |
AASBundleHelper.deregister(org.eclipse.basyx.aas.registration.api.IAASRegistry registry,
Collection<AASBundle> bundles)
Deregisters a given set of bundles from a given registry
|
static boolean |
AASBundleHelper.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 |
AASBundleHelper.register(org.eclipse.basyx.aas.registration.api.IAASRegistry registry,
Collection<AASBundle> bundles,
String aasAggregatorPath)
Registers a given set of bundles with the registry
|
Copyright © 2021. All rights reserved.