Author Topic: Generate document: classifier instances  (Read 2295 times)

Hurra

  • EA User
  • **
  • Posts: 183
  • Karma: +0/-0
    • View Profile
    • Find me at LinkedIn!
Generate document: classifier instances
« on: January 23, 2020, 07:54:22 pm »
Hello!

I am generating a document with a simple template, no virtual documents.

For some reason classifier instances > < classifier instances comes out blank.

I have tried outputting:
Code: [Select]
classifier: {ClassifierInst.Classifier}
parentpack: {ClassifierInst.ParentPackage}
{ClassifierInst.Name} owned by {ClassifierInst.Owner}

I think I'm using the section wrong. But I can't find documentation about this section?

Lets say I have a class A, and instance of this class called 1:A. If I document A, would the output then be
Code: [Select]
classifier: A
parentpack: myPackage
1 owned by myElement
?

Where can I found more about classifier instances > < classifier instances? How am I supposed to use it? I have tried running the template on package and directly on element, no difference.

Running v14.0.1423

Thank you for your expertise!
always learning!