Create view
creates an empty view with the given name. view
= createViewArchitecture(obj
,name
,Name,Value
)
creates a view with the given name where the contents are populated by finding all
components in the model that satisfy the provided query.view
= createViewArchitecture(obj
,name
,constraint
,Name,Value
)
creates a view with the given name where the contents are populated by finding all
components in the model that satisfy the provided query. The selected components are then
grouped by the fully qualified property name.view
= createViewArchitecture(obj
,name
,constraint
,groupBy
,Name,Value
)