Class AasChange
java.lang.Object
de.iip_ecosphere.platform.configuration.AasChange
Represents an AAS change.
- Author:
- Holger Eichelberger, SSE
-
Field Details
-
type
-
-
Constructor Details
-
AasChange
Creates an instance.- Parameters:
type- the change type
-
-
Method Details
-
getType
Returns the change type.- Returns:
- the change type
-
apply
public abstract void apply(de.iip_ecosphere.platform.support.aas.Submodel sm, de.iip_ecosphere.platform.support.aas.Submodel.SubmodelBuilder smB) Applies the change.- Parameters:
sm- the submodel containing the configurationsmB- the submodel builder ofsmfor modifications
-