Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FormplotCollection

Acts as an accessibility layer for a range of formplots.

version

1.4

Hierarchy

  • FormplotCollection

Implements

Index

Constructors

Accessors

Methods

Constructors

Private constructor

Accessors

length

  • get length(): number
  • Gets the total number of plots stored in the collection.

    Returns number

Methods

Private __@iterator

  • Returns Iterator<Formplot>

findPlotsByEntity

  • Returns the plots that are associated with the specified entity. The following associations are assumed:

    Entity Association
    Measurement The measurement of the measurement value to which the plot is attached
    MeasurementValue The measurement value to which the plot is attached
    InspectionPlanItem The characteristic of the value to which the plot is attached

    Parameters

    Returns Iter<Formplot>

Private first

  • Returns Formplot | undefined

iter

  • Returns an iter over all plots.

    Returns Iter<Formplot>

Generated using TypeDoc