Insert the image of the given representation if it's a diagram.
| Expression | Result | 
|---|---|
| dRepresentation.asImage() | insert the image of the given representation if it's a diagram | 
Insert the image of the given representation if it's a diagram.
| Expression | Result | 
|---|---|
| dRepresentation.asImage(true, OrderedSet{'Layer 1', 'Layer 2'}) | insert the image of the given representation if it's a diagram | 
Gets the Sequence of images for the diagrams associated to the given EObject with the given description name.
| Expression | Result | 
|---|---|
| ePackage.asImageByRepresentationDescriptionName('class diagram') | Sequence{image1, image2} | 
Gets the Sequence of images for the diagrams associated to the given EObject with the given description name.
| Expression | Result | 
|---|---|
| ePackage.asImageByRepresentationDescriptionName('class diagram', true, OrderedSet{'Layer 1', 'Layer 2'}) | Sequence{image1, image2} | 
Insert the image of the given representation name.
| Expression | Result | 
|---|---|
| 'MyEPackage class diagram'.asImageByRepresentationName() | insert the image | 
Insert the image of the given representation name.
| Expression | Result | 
|---|---|
| 'MyEPackage class diagram'.asImageByRepresentationName(true, OrderedSet{'Layer 1', 'Layer 2'}) | insert the image | 
Insert the table of the given representation table.
| Expression | Result | 
|---|---|
| dTable.asTable() | insert the tablee of the given representation table | 
Gets the Sequence of tables for the tables associated to the given EObject with the given description name.
| Expression | Result | 
|---|---|
| ePackage.asTableByRepresentationDescriptionName('dependency table') | Sequence{table1, table2} | 
Insert the table of the given representation name.
| Expression | Result | 
|---|---|
| 'MyEPackage class diagram'.asTableByRepresentationName() | insert the table | 
          Returns true if the arguments are not null, the eObject is in a session and there's a representation description with the specified name in it that is associated to the specified eObject. Returns false otherwise.
        
| Expression | Result | 
|---|---|
| ePackage.isRepresentationDescriptionName('class diagram') | True | 
          Returns true if the arguments are not null, there's a representation with the specified name in the Sirius session. Returns false otherwise.
        
| Expression | Result | 
|---|---|
| 'MyEPackage class diagram'.isRepresentationName() | True |