Search
Preparing search index...
The search index is not available
sparql-engine - v0.8.3
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ClearConsumer
Class ClearConsumer
Clear all RDF triples in a RDF Graph
author
Thomas Minier
Hierarchy
ClearConsumer
Implements
Consumable
Index
Constructors
constructor
Properties
_graph
Methods
execute
Constructors
constructor
new
Clear
Consumer
(
graph
:
Graph
)
:
ClearConsumer
Consuctor
Parameters
graph:
Graph
Input RDF Graph
Returns
ClearConsumer
Properties
Private
_graph
_graph
:
Graph
Methods
execute
execute
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Globals
Clear
Consumer
constructor
_graph
execute
Generated using
TypeDoc
Clear all RDF triples in a RDF Graph
Thomas Minier