« Πίσω στην CIDOC-CRM Project

Name - dependant graphical representation

Αποψη συνδυασμού Επίπεδη άποψη Αποψη δέντρων
toggle
Name - dependant graphical representation
community graphrep documentation
Απάντηση
27/3/2014 11:14 πμ
Is it possible when I define the Name of an instance to display it in the modelling Toolkit and change the displayed name every time the name changes?

RE: Name - dependant graphical representation
Απάντηση
4/7/2013 12:36 μμ as a reply to Ανώνυμος.
Yes, it is possible to display the contents of the attribute "Name" or any other attribute using the graphrep statement ATTR.
Please see the example below:

1GRAPHREP
2SHADOW off
3FILL color:gray
4ELLIPSE x:0.00cm y:0cm rx:1cm ry:1cm
5ATTR "Name" x:0.00cm y:1.0cm w:c
6FONT "Arial" h:32pt
7TEXT "A" x:0.00cm y:0.00cm w:c h:c


The graphical representation described below demonstrates the use of the statements ATTR and TEXT.
ATTR displays the contents of an attribute, in this case the attribute "Name" (line 5), while TEXT displays a predefined string, in this case "A" (line 7) .