Known limitations

All known limitations of the Aspect Model Editor, that is, features or improvements that are not yet implemented, are listed here.

See also Known issues.

Current limitations related to the SAMM Aspect Meta Model

This section lists features that are supported in Aspect Models by the SAMM Aspect Meta Model but not fully or only partially available within the Aspect Model Editor.

Category Title Explanation

SAMM

Entity: Include predefined instance

SAMM supports to refer to a globally pre-defined Entity instance (namespace: samm-e), but the Aspect Model Editor does not.

SAMM

Properties: Refinement

It is not possible to refine Properties to make sharing of Entities easier.

Current limitations related to usability

This section lists features that can be achieved within the Aspect Model Editor, but with a substantial limitation in the usability.

Category Title Explanation

Usability

Copy & paste, undo & redo

Popular editing features such as copy & paste and undo & redo are not supported. Users want to use familiar keyboard shortcuts for editing their Aspect Models.

Usability

Aspect Repository and Entity Repository

This version of the Aspect Model Editor supports only file-based operations. Users also want to share Aspects and Entities for reuse.

Current limitations on macOS

This section lists limitations that are specific to running the Aspect Model Editor on macOS.

No notarization or code signing

The Electron application is currently not notarized or signed with an Apple Developer certificate. As a result, macOS Gatekeeper blocks the app from starting and marks it as quarantined after downloading.

To run the application, use one of the following workarounds:

  • Remove the quarantine attribute via Terminal:

    xattr -r -d com.apple.quarantine /path/to/Aspect-Model-Editor.app
  • Allow the app manually via System SettingsPrivacy & Security: after the first blocked launch attempt, scroll down to the security section and click Open Anyway.

For installation steps on macOS, see Install the Aspect Model Editor on Mac. If you encounter a JavaScript error on startup instead, see macOS: JavaScript error occurred in the main process.