Main Page   Packages   Class Hierarchy   Compound List   Compound Members   Related Pages  

SctData.ModuleDefectList Class Reference

This class represents all the defects in a module. More...

List of all members.

Public Member Functions

 ModuleDefectList ()
 Create a new empty ModuleDefects object.

void addDefect (ModuleDefect defect) throws IllegalArgumentException
 Add a defect.

int size ()
 Get all number of defects.

ModuleDefect get (int i)
ModuleDefectList getDefectsAffectingElement (ModuleElement element)
 Methods enquiring as to defects on ANY PART of a module element.

int getNDefectsAffectingElement (ModuleElement element)
boolean severeDefectAffectingElement (ModuleElement element)
boolean defectAffectingElement (ModuleElement element)
boolean defectAffectingElement (ModuleElement element, ModuleDefect defect)
ModuleDefectList getDefectsEncompassingElement (ModuleElement element)
int getNDefectsEncompassingElement (ModuleElement element)
boolean severeDefectEncompassingElement (ModuleElement element)
boolean defectEncompassingElement (ModuleElement element)
boolean defectEncompassingElement (ModuleElement element, ModuleDefect defect)
String getClassName ()
void add (ModuleDefectList param)
void write (OStream s, ObjectManager o) throws java.io.IOException

Static Public Member Functions

ModuleDefectList read (IStream s, ObjectManager o) throws java.io.IOException


Detailed Description

This class represents all the defects in a module.

It is essentially a map of channel number to a collection of ModuleDefect s.

Author:
Matthew Palmer


Member Function Documentation

void SctData.ModuleDefectList.addDefect ModuleDefect    defect throws IllegalArgumentException
 

Add a defect.

Exceptions:
IllegalArgumentException if defect is null or defect.isPrototype()


The documentation for this class was generated from the following file:
Generated on Mon Dec 15 19:39:15 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3