src/app/modules/tree/spec/data.ts
constructor(currentSheet: Sheet, treeData: TNode[], sheetConfig: SheetConfig)
|
||||||||||||
Defined in src/app/modules/tree/spec/data.ts:12
|
||||||||||||
Parameters :
|
data |
Type : VegaDataInterface[]
|
Defined in src/app/modules/tree/spec/data.ts:12
|
List of data functions |
Static create | ||||||||||||
create(currentSheet: Sheet, treeData: TNode[], sheetConfig: SheetConfig)
|
||||||||||||
Defined in src/app/modules/tree/spec/data.ts:6
|
||||||||||||
Parameters :
Returns :
VegaDataInterface[]
|
makeASMultiParentEdgesData | ||||||||
makeASMultiParentEdgesData(multiParentLinksData: [])
|
||||||||
Defined in src/app/modules/tree/spec/data.ts:130
|
||||||||
Function to create edges between multi parents (depricated)
Parameters :
Returns :
VegaDataInterface
|
makeASTreeData | ||||||||||||||||
makeASTreeData(_currentSheet: Sheet, treeData: TNode[], _config: SheetConfig)
|
||||||||||||||||
Defined in src/app/modules/tree/spec/data.ts:87
|
||||||||||||||||
Function to create vega data. Has tree config and the nodes
Parameters :
Returns :
VegaDataInterface
|
makeASTreeLinksData |
makeASTreeLinksData()
|
Defined in src/app/modules/tree/spec/data.ts:111
|
Creates links in the vega tree
Returns :
VegaDataInterface
|
makeBimodalEdgesData |
makeBimodalEdgesData()
|
Defined in src/app/modules/tree/spec/data.ts:168
|
Stores the edges of the bimodal network
Returns :
VegaDataInterface
|
makeBimodalNodesData |
makeBimodalNodesData()
|
Defined in src/app/modules/tree/spec/data.ts:158
|
Stores the nodes data of the bimodal network
Returns :
VegaDataInterface
|
makeDiscrepencyIdData |
makeDiscrepencyIdData()
|
Defined in src/app/modules/tree/spec/data.ts:52
|
Stores the list of IDs that should show on the graph when Discrepency ID feature is used
Returns :
VegaDataInterface
|
makeDiscrepencyLabelData |
makeDiscrepencyLabelData()
|
Defined in src/app/modules/tree/spec/data.ts:74
|
Stores the list of Labels that should show on the graph when Discrepency Labels feature is used
Returns :
VegaDataInterface
|
makeDuplicateIdData |
makeDuplicateIdData()
|
Defined in src/app/modules/tree/spec/data.ts:63
|
Stores the list of IDs that should show on the graph when Duplicate ID feature is used
Returns :
VegaDataInterface
|
makeSearchIdsData |
makeSearchIdsData()
|
Defined in src/app/modules/tree/spec/data.ts:41
|
Stores the list of IDs that should show on the graph when search is used
Returns :
VegaDataInterface
|
makeSourcesClickData |
makeSourcesClickData()
|
Defined in src/app/modules/tree/spec/data.ts:244
|
Stores the sources of a node that has been clicked on
Returns :
VegaDataInterface
|
makeSourcesHoverData |
makeSourcesHoverData()
|
Defined in src/app/modules/tree/spec/data.ts:212
|
Stores the sources of a node that has been hovered on
Returns :
VegaDataInterface
|
makeSourcesOfSourcesClickData |
makeSourcesOfSourcesClickData()
|
Defined in src/app/modules/tree/spec/data.ts:280
|
Stores the sources or sources of a node that has been clicked on
Returns :
VegaDataInterface
|
makeSourcesOfSourcesHoverData |
makeSourcesOfSourcesHoverData()
|
Defined in src/app/modules/tree/spec/data.ts:320
|
Stores the sources or sources of a node that has been hovered on
Returns :
VegaDataInterface
|
makeTargetsClickData |
makeTargetsClickData()
|
Defined in src/app/modules/tree/spec/data.ts:228
|
Stores the targets of a node that has been clicked on
Returns :
VegaDataInterface
|
makeTargetsHoverData |
makeTargetsHoverData()
|
Defined in src/app/modules/tree/spec/data.ts:196
|
Stores the targets of a node that has been hovered on
Returns :
VegaDataInterface
|
makeTargetsOfTargetsClickData |
makeTargetsOfTargetsClickData()
|
Defined in src/app/modules/tree/spec/data.ts:260
|
Stores the targets or targets of a node that has been clicked on
Returns :
VegaDataInterface
|
makeTargetsOfTargetsHoverData |
makeTargetsOfTargetsHoverData()
|
Defined in src/app/modules/tree/spec/data.ts:300
|
Stores the targets or targets of a node that has been hovered on
Returns :
VegaDataInterface
|
makeViewModeClickData |
makeViewModeClickData()
|
Defined in src/app/modules/tree/spec/data.ts:340
|
Stores the nodes whole opacity needs to be reduced when a node is clicked on
Returns :
VegaDataInterface
|
makeViewModeHoverData |
makeViewModeHoverData()
|
Defined in src/app/modules/tree/spec/data.ts:356
|
Stores the nodes whole opacity needs to be reduced when a node is hovered on
Returns :
VegaDataInterface
|