Hide menu
Loading...
Searching...
No Matches
PlusMinusBoundsAttribute

Defines plus-minus bounds.

Extends

Constructors

Constructor

‍new PlusMinusBoundsAttribute(lowerBound?, upperBound?): PlusMinusBoundsAttribute

Creates plus-minus bounds.

Parameters

lowerBound?

number = 0

Lower bound.

upperBound?

number = 0

Upper bound.

Returns

PlusMinusBoundsAttribute

Overrides

SemanticAttribute.constructor

Properties

lowerBound

‍lowerBound: number = 0

Lower bound.


upperBound

‍upperBound: number = 0

Upper bound.

Accessors

id

Get Signature

‍get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

SemanticAttribute.id

Methods

accept()

‍accept(visitor): void

Accepts a semantic attribute visitor.

Parameters

visitor

SemanticAttributeVisitor

Visitor to accept.

Returns

void

Overrides

SemanticAttribute.accept