[Feature] Copy constructor in base classes #85
Labels
3.0 Final
AAS V3 Final Release
enhancement
New feature or request
V.1.1.0
Final Release V.1.1.0 incl. additional features
Currently, there's no proper way to copy a meta-model-instance. The classes don't implement Cloneable or offer a copy constructor. Especially when creating multiple instances of an object (like multiple Properties in a SubmodelElementList) from a template (single Property in a SubmodelElementList) this would come in quite handy.
The text was updated successfully, but these errors were encountered: