Description

Helper builder for generate patters.

Methods

Creates a MinusPattern for the patterns specified which will be excluded from the query.

Conflict with OperationExpressionsBuilder.minus See NotTriplePattersBuilder.minus for the original method.

Parameters

NameTypeDescription
Pattern<PatternToken> | Pattern<PatternToken>[]

The patterns to be enclosed in a minus group.

PatternBuilder

Description

Constant with the utils for PatternBuilder objects.

Methods

createFrom<C extends Container<undefined>, O extends object>( container: C, object: O ): O & PatternBuilder

Factory function that allows to crete a PatternBuilder from the object provided.

Parameters

NameTypeDescription
C

The related container with the data for the PatternBuilder statement.

O

The base base from where to create the PatternBuilder statement.

Returns

The PatternBuilder statement created from the object provided.