NotTriplePatternExtendsPattern<T>
Extends
Pattern<T>
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
| Name | Type | Description |
|---|---|---|
| C | The related container with the data for the | |
| O | The base base from where to create the |
Returns
The NotTriplePattern statement created from the object provided.