Class: TraceabilityNode

TraceabilityNode()

Abstract object representing a generic node in an and-or lineage graph.

Constructor

new TraceabilityNode()

Source:

Members

children

The node's children
Source:

id

The node's unique ID
Source:

TN_ID_COUNTER

A counter for traceability node IDs.
Source:

Methods

addChild()

Adds a child to the node.
Source:
Returns:
The node to add

getChildren()

Gets the children of this node.
Source:
Returns:
The list of children

getId()

Gets the node'is unique ID.
Source:
Returns:
The node's ID