Logo ProcessCore

TableAux Module

Auxiliary functions for composing and decomposing Table ↔ process graph.

Functions and values

Function or value Description

ApplyCellToPV (pv, cell)

Full Usage: ApplyCellToPV (pv, cell)

Parameters:

Apply a cell value back into a Annotation.

pv : Annotation
cell : CompositeCell

ColumnIndexKey

Full Usage: ColumnIndexKey

Returns: string
Returns: string

DataCell d

Full Usage: DataCell d

Parameters:
Returns: CompositeCell

Cell for a data input/output node.

d : Data
Returns: CompositeCell

MakePV (header, cell)

Full Usage: MakePV (header, cell)

Parameters:
Returns: Annotation

Create a fresh Annotation from a header + cell + annotation type tag.

header : CompositeHeader
cell : CompositeCell
Returns: Annotation

PVToCell pv

Full Usage: PVToCell pv

Parameters:
Returns: CompositeCell

Build a CompositeCell from a Annotation.

pv : Annotation
Returns: CompositeCell

PVToHeader pv

Full Usage: PVToHeader pv

Parameters:
Returns: CompositeHeader

Build a CompositeHeader from a Annotation.

pv : Annotation
Returns: CompositeHeader

SampleCell m

Full Usage: SampleCell m

Parameters:
Returns: CompositeCell

Cell for a sample input/output node.

m : Sample
Returns: CompositeCell

SampleIOType m

Full Usage: SampleIOType m

Parameters:
Returns: IOType

IOType for a sample node based on its AdditionalType tag.

m : Sample
Returns: IOType

SetColumnIndex pv index

Full Usage: SetColumnIndex pv index

Parameters:

Store annotation-column position as extensible Annotation metadata.

pv : Annotation
index : int option

TryGetColumnIndex pv

Full Usage: TryGetColumnIndex pv

Parameters:
Returns: int option

Annotation-column position stored as extensible Annotation metadata.

pv : Annotation
Returns: int option

Type something to start searching.