Hide menu
Loading...
Searching...
No Matches
SemanticAttribute

Base class for PMI semantic attributes.

Extends

Extended by

Constructors

Constructor

‍new SemanticAttribute(): SemanticAttribute

Returns

SemanticAttribute

Inherited from

BaseObject.constructor

Accessors

id

Get Signature

‍get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

BaseObject.id

Methods

accept()

‍abstract accept(visitor): void

Accepts a semantic attribute visitor.

Parameters

visitor

SemanticAttributeVisitor

Visitor to accept.

Returns

void