Class: ArgumentValue

ArgumentValue(f, v, index)

A value that corresponds to an argument passed to a composed function.

Constructor

new ArgumentValue(f, v, index)

Creates a new argument value.
Parameters:
Name Type Description
f The function to which this value is an argument
v The value
index The position of the value in the arguments of the function
Source:

Extends

Methods

getValue()

Gets the concrete value carried by this Value object.
Overrides:
Source:
Returns:
The value

query(type, d, root, A)

Queries the provenance of a value.
Parameters:
Name Type Description
type The type of lineage relationship
d A designator representing the part of the object that is the subject of the query
root The node to which the rsults of the query should be appended as children
A factory to produce traceability nodes
Overrides:
Source:
Returns:
The list of terminal traceability nodes produced by this query