OCLOperators create
Created by Stephanie on 2025-01-08 · Last edited by Vale.buyondo on 2025-12-10.
Creates a new instance of the specified class/type.
Syntax
<ClassName>.create
Example
Customer.create
Creates a brand-new Customer object in the current ViewModel or OCL execution scope.
