Book a Demo

Author Topic: Any documentation on Custom Metatype Properties?  (Read 2650 times)

Jayson

  • EA User
  • **
  • Posts: 363
  • Karma: +1/-0
    • View Profile
Any documentation on Custom Metatype Properties?
« on: August 17, 2020, 11:23:59 am »
Hi all

I am looking at the metaclass properties that show up in the profile helper under "Customs" and none of them seem to have a description or set of acceptable values listed there and few of them have a default value.

Some of them are obvious, but many such as the following are most definitely not.
A list of the ones I found for element metaclasses are as show below.

As always, any help is appreciated.
I have used my Google-Fu repeatedly and cannot find any documentation for them.

Cheers

context
effect
kind
isException
ordering
isStream
isReadOnly
precondition
isSingleExecution
parameterName
postcondition
isDimension
isExternal
fileName
isAbstract
isIndirectlyInstantiated
isDeterminate
isAssured
deploymentLocation
deploymentSpecification
diagramType
isExecutionEnvironment
objectState
isControlType
mode
isStatic
isUnique
isOrdered
isQuery
upper
lower
URI
isReference
isBehavior
isConjugated
isService
isComposite
isOrthogonal
isSimple
isSubmachineState
isProtocol



KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Any documentation on Custom Metatype Properties?
« Reply #1 on: August 17, 2020, 11:43:09 am »
Most if not all of those look like they are straight out of the UML specification. You can find it here: https://www.omg.org/spec/UML/2.5.1/
The Sparx Team
[email protected]

Jayson

  • EA User
  • **
  • Posts: 363
  • Karma: +1/-0
    • View Profile
Re: Any documentation on Custom Metatype Properties?
« Reply #2 on: August 17, 2020, 01:14:47 pm »
Awesome! Thanks :-)