Package ome.xml.model

Class Reagent

java.lang.Object
All Implemented Interfaces:
OMEModelObject

public class Reagent
extends AbstractOMEModelObject
  • Field Details

  • Constructor Details

    • Reagent

      public Reagent()
      Default constructor.
    • Reagent

      public Reagent​(org.w3c.dom.Element element, OMEModel model) throws EnumerationException
      Constructs Reagent 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.
    • Reagent

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