This constructor is internal and should not be used directly
Private
_reactivityPrivate
cacheReadonly
envReference to the FDR environment which created this graph.
Readonly
factoryStatic
Private
factory_Set the reactivity decorators for all working copies created from subjects in this graph.
The reactivity decorator is called by the Subject.workingCopy() constructor function. It should wrap the working copy in whatever reactivity proxy is needed and return the proxy so that the wrapped working copy can be used whenever changes to the copy have to be propagated. That way the reactive layer will be notified correctly.
This property can be overriden in every invocation of Subject.workingCopy()
Accept quad changes pushed from a remote source (e.g. BE triplestore)
Called by the subjects in this graph when their properties change. A change is defined as a call to the Subject.apply() method. This callback should modify any internal Graph state so that its state is consistent with the changes made to the Subject
Intending to use the specified data, make sure it is available.
Note that this function is expected to be async
A promise which resolves with the parameter DataSpec object which is filled with the necessary data and is ready to use.
The description of the data to materialize. Must be a supported DataSpec implementation.
Generated using TypeDoc
A graph implementation which is a local cache of a remote graph