| Interface | Description |
|---|---|
| AasContributor |
Service interface to contribute to an AAS.
|
| ActiveAasBase.NotificationProcessor |
Defines the interface for a notification processor.
|
| Class | Description |
|---|---|
| AasConfiguration |
ECS runtime configuration (poor man's spring approach).
|
| AasPartRegistry |
A registry for
AasContributor instances to be loaded via the Java Service loader. |
| AasPartRegistry.AasBuildResult |
Represents the result of building the platform AAS.
|
| AasPartRegistry.AasSetup |
The technical setup of the AAS/VAB endpoints as data class to be used with a usual configuration format/YAML
parser.
|
| AasUtils |
Helper functions for active AAS.
|
| AbstractAasLifecycleDescriptor |
Implements the generic lifecycle descriptor for the service manager.
|
| ActiveAasBase |
Basic functions for active AAS with notification calls.
|
| ClassUtility |
Utility functions for representing types in AAS.
|
| Id |
Generic IDs for different purposes.
|
| LocalNetworkManagerWithParentAas |
A default network manager descriptor for JLS loading if a local network manager is needed, which delegates
to an AAS-based network manager provided with the default IIP-AAS.
|
| NetworkManagerAas |
Builds an active AAS for the
NetworkManager. |
| NetworkManagerAas.ManagedServerAddressHolder |
A proxy for
ManagedServerAddress as we do not want to have setters there. |
| NetworkManagerAasClient |
Implementing a network manager acting as client for an AAS-based network manager.
|
| PlatformAas |
The platform typeplate.
|
| SubmodelClient |
Basic class for submodel clients, i.e., classes that act as frontend for an (active) AAS.
|
| SubmodelElementsCollectionClient |
A
SubmodelClient which obtains properties and operations defined in a submodel elements collection. |
| Version |
Artifact or service version.
|
| Enum | Description |
|---|---|
| AasContributor.Kind |
The kind of AAS being built.
|
| AasPartRegistry.AasMode |
Aas installation/setup modes.
|
| ActiveAasBase.NotificationMode |
Supported notification modes.
|
| Annotation Type | Description |
|---|---|
| Skip |
Skips a (non-static) attribute from AAS representation.
|
Copyright © 2021. All rights reserved.