Package ome.xml.model

Class Detector

All Implemented Interfaces:
OMEModelObject

public class Detector
extends ManufacturerSpec
  • Field Details

  • Constructor Details

    • Detector

      public Detector()
      Default constructor.
    • Detector

      public Detector​(org.w3c.dom.Element element, OMEModel model) throws EnumerationException
      Constructs Detector recursively from an XML DOM tree.
      Parameters:
      element - Root of the XML DOM tree to construct a model object graph from.
      model - Handler for the OME model which keeps track of instances and references seen during object population.
      Throws:
      EnumerationException - If there is an error instantiating an enumeration during model object creation.
    • Detector

      public Detector​(Detector orig)
      Copy constructor.
  • Method Details