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. |
Members
path
Gets the fact path.
value
Gets the fact value.