API Reference
classes
Linkquery

@coasys/ad4m / Exports / LinkQuery

Class: LinkQuery

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new LinkQuery(obj)

Parameters

NameType
objobject

Defined in

perspectives/LinkQuery.ts:25

Properties

fromDate

Optional fromDate: Date

Defined in

perspectives/LinkQuery.ts:17


limit

Optional limit: number

Defined in

perspectives/LinkQuery.ts:23


predicate

Optional predicate: string

Defined in

perspectives/LinkQuery.ts:14


source

Optional source: string

Defined in

perspectives/LinkQuery.ts:8


target

Optional target: string

Defined in

perspectives/LinkQuery.ts:11


untilDate

Optional untilDate: Date

Defined in

perspectives/LinkQuery.ts:20

Methods

isMatch

isMatch(l): boolean

Parameters

NameType
lLink

Returns

boolean

Defined in

perspectives/LinkQuery.ts:51