Base class for PMI graphical components.
new GraphicalComponent():
GraphicalComponent
GraphicalComponent
get id():
bigint
Returns the unique identifier of the object.
bigint
abstractaccept(visitor):void
Accepts a graphical component visitor.
Visitor to accept.
void