Interface: BusinessRuleEdge
Defined in: type/BusinessRuleEdge.ts:6
Edges link nodes in a grapgh together, most commonly a graph contains an inputNode with an edge between a decisionTableNode and the decisionTableNode has an edge with the outputNode
Properties
id
id:
string|number
Defined in: type/BusinessRuleEdge.ts:8
The generated ID of the business rule edge
sourceId
sourceId:
string|number
Defined in: type/BusinessRuleEdge.ts:10
The ID of source Node of the business rule egde
targetId
targetId:
string|number
Defined in: type/BusinessRuleEdge.ts:12
The ID of target Node of the business rule egde
type
type:
string
Defined in: type/BusinessRuleEdge.ts:14
The type of the business rule egde, only posible value now being 'edge'