Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DefectCollection

Acts as an accessibility layer for a range of defect plots.

Hierarchy

  • DefectCollection

Implements

Index

Constructors

Private constructor

Accessors

length

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

    Returns number

Methods

Private __@iterator

  • __@iterator(): Iterator<Defect>
  • Returns Iterator<Defect>

findDefectsByEntity

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

    Entity Association
    Measurement The measurement of the measurement value to which the defects are attached
    MeasurementValue The measurement value to which the defects are attached
    InspectionPlanItem The characteristic of the value to which the defects are attached

    Parameters

    Returns Iter<Defect>

findPlotsByEntity

  • Returns the defect 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<DefectPlot>

Private first

  • Returns Defect | undefined

getPlots

  • Returns an iterator over all plots stored in the collection.

    Returns Iter<DefectPlot>

iter

  • Returns an iter over all defects.

    Returns Iter<Defect>

Generated using TypeDoc