Class: Fact

Fact(path, value)

The Fact class stores the path and the value of a Fact instance.

Constructor

new Fact(path, value)

Parameters:
Name Type Description
path string The mandatory path of the fact.
value any The optional value of the fact. If letft undefined, the fact will be retracted if it exists.
Source:

Members

path

Gets the fact path.
Source:

value

Gets the fact value.
Source: