Skip to content

Variable data level noun and adjectives #1089

@Affie

Description

@Affie

There are 4 Variable data levels described by adjectives:

  • Skeleton,
  • Summary,
  • DFG (previously Packed[Variable]),
  • Compute (previously DFG[Variable])

As an example, getVariable:

  • getVariableSkeleton -> VariableSkeleton
  • getVariableSummary -> VariableSummary
  • getVariableDFG -> VariableDFG (previously PackedVariable)
  • getVariableCompute -> VariableCompute (previously DFGVariable)

getVariable returns type determined by dfg container (dispatch). May only support VariableDFG as default.

VariableDFG is favoured above just Variable.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions