NotTriplePattern
Extends

Description

Object that contains a pattern made from a non triple statement.

NotTriplePattern

Description

Constant with utils for NotTriplePattern objects.

Methods

createFrom<T extends NotTripleToken, C extends Container<T>, O extends object>( container: C, object: O ): O & NotTriplePattern<T>

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

Parameters

NameTypeDescription
C

The related container with the data for the NotTriplePattern statement.

O

The base base from where to create the NotTriplePattern statement.

Returns

The NotTriplePattern statement created from the object provided.