maya-dates

@drewsonne/maya-dates / Exports / WildcardCoefficient

Class: WildcardCoefficient

Implements

Table of contents

Constructors

Methods

Constructors

constructor

new WildcardCoefficient()

Methods

equal

equal(coefficient): Boolean

Parameters

Name Type
coefficient ICoefficient

Returns

Boolean

Implementation of

ICoefficient.equal

Defined in

cr/component/wildcardCoefficient.ts:21


isIn

isIn(validHaabCoeffs): Boolean

Parameters

Name Type
validHaabCoeffs number[]

Returns

Boolean

Implementation of

ICoefficient.isIn

Defined in

cr/component/wildcardCoefficient.ts:9


isWildcard

isWildcard(): boolean

Returns

boolean

Implementation of

ICoefficient.isWildcard

Defined in

cr/component/wildcardCoefficient.ts:5


match

match(coefficient): Boolean

Parameters

Name Type
coefficient ICoefficient

Returns

Boolean

Implementation of

ICoefficient.match

Defined in

cr/component/wildcardCoefficient.ts:25


toString

toString(): string

Returns

string

Defined in

cr/component/wildcardCoefficient.ts:17


validate

validate(): boolean

Returns

boolean

Implementation of

ICoefficient.validate

Defined in

cr/component/wildcardCoefficient.ts:13