Skip to main content

WildcardCoefficient

Defined in: cr/component/wildcardCoefficient.ts:4

Implements

Constructors

Constructor

new WildcardCoefficient(): WildcardCoefficient

Returns

WildcardCoefficient

Methods

equal()

equal(coefficient): Boolean

Defined in: cr/component/wildcardCoefficient.ts:21

Parameters

coefficient

ICoefficient

Returns

Boolean

Implementation of

ICoefficient.equal


isIn()

isIn(validHaabCoeffs): Boolean

Defined in: cr/component/wildcardCoefficient.ts:9

Parameters

validHaabCoeffs

number[]

Returns

Boolean

Implementation of

ICoefficient.isIn


isWildcard()

isWildcard(): boolean

Defined in: cr/component/wildcardCoefficient.ts:5

Returns

boolean

Implementation of

ICoefficient.isWildcard


match()

match(coefficient): Boolean

Defined in: cr/component/wildcardCoefficient.ts:25

Parameters

coefficient

ICoefficient

Returns

Boolean

Implementation of

ICoefficient.match


toString()

toString(): string

Defined in: cr/component/wildcardCoefficient.ts:17

Returns a string representation of an object.

Returns

string


validate()

validate(): boolean

Defined in: cr/component/wildcardCoefficient.ts:13

Returns

boolean

Implementation of

ICoefficient.validate