ome-xml  5.6.0
Reagent.h
1 /*
2  * #%L
3  * OME-XML C++ library for working with OME-XML metadata structures.
4  * %%
5  * Copyright © 2006 - 2016 Open Microscopy Environment:
6  * - Massachusetts Institute of Technology
7  * - National Institutes of Health
8  * - University of Dundee
9  * - Board of Regents of the University of Wisconsin-Madison
10  * - Glencoe Software, Inc.
11  * %%
12  * Redistribution and use in source and binary forms, with or without
13  * modification, are permitted provided that the following conditions are met:
14  *
15  * 1. Redistributions of source code must retain the above copyright notice,
16  * this list of conditions and the following disclaimer.
17  * 2. Redistributions in binary form must reproduce the above copyright notice,
18  * this list of conditions and the following disclaimer in the documentation
19  * and/or other materials provided with the distribution.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
25  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31  * POSSIBILITY OF SUCH DAMAGE.
32  *
33  * The views and conclusions contained in the software and documentation are
34  * those of the authors and should not be interpreted as representing official
35  * policies, either expressed or implied, of any organization.
36  * #L%
37  */
38 
39 /*─────────────────────────────────────────────────────────────────────────────
40  *
41  * THIS IS AUTOMATICALLY GENERATED CODE. DO NOT MODIFY.
42  *
43  *─────────────────────────────────────────────────────────────────────────────
44  */
45 
46 #ifndef OME_XML_MODEL_REAGENT_H
47 #define OME_XML_MODEL_REAGENT_H
48 
49 #include <algorithm>
50 #include <list>
51 #include <stdexcept>
52 #include <string>
53 #include <vector>
54 
55 #include <ome/common/log.h>
56 
57 #include <ome/common/xml/dom/Document.h>
58 #include <ome/common/xml/dom/Element.h>
59 #include <ome/common/xml/dom/Node.h>
60 
61 #include <ome/xml/model/primitives/Quantity.h>
62 
63 #include <ome/xml/model/Screen.h>
64 #include <ome/xml/model/detail/OMEModelObject.h>
65 
66 namespace ome
67 {
68  namespace xml
69  {
70  namespace model
71  {
72 
73  // Forward declarations.
74  class Annotation;
75  class OMEModel;
76  class Well;
77 
82  {
83  private:
84  class Impl;
86  std::shared_ptr<Impl> impl;
87 
88  public:
90  Reagent();
91 
97  Reagent (const Reagent& copy);
98 
100  virtual
101  ~Reagent ();
102 
117  static std::shared_ptr<Reagent>
118  create(const common::xml::dom::Element& element,
120 
121  // Documented in superclass.
122  const std::string&
123  elementName() const;
124 
125  // Documented in superclass.
126  bool
127  validElementName(const std::string& name) const;
128 
130  Reagent&
131  operator= (const Reagent&) = delete;
133 
134  // -- OMEModelObject API methods --
135 
137  virtual void
138  update(const common::xml::dom::Element& element,
140 
141  public:
142  // -- Reagent API methods --
143 
145  bool
146  link (std::shared_ptr<Reference>& reference,
147  std::shared_ptr<ome::xml::model::OMEModelObject>& object);
148 
154  std::shared_ptr<std::string>
156 
162  const std::shared_ptr<std::string>
163  getReagentIdentifier () const;
164 
170  void
171  setReagentIdentifier (std::shared_ptr<std::string>& reagentIdentifier);
172 
178  const std::string&
179  getID () const;
180 
186  void
187  setID (const std::string& id);
188 
194  std::shared_ptr<std::string>
195  getName ();
196 
202  const std::shared_ptr<std::string>
203  getName () const;
204 
210  void
211  setName (std::shared_ptr<std::string>& name);
212 
218  std::shared_ptr<std::string>
219  getDescription ();
220 
226  const std::shared_ptr<std::string>
227  getDescription () const;
228 
234  void
235  setDescription (std::shared_ptr<std::string>& description);
236 
244 
251  getLinkedAnnotationList () const;
252 
260  const std::weak_ptr<ome::xml::model::Annotation>&
262 
273  const std::weak_ptr<ome::xml::model::Annotation>&
275  const std::shared_ptr<ome::xml::model::Annotation>& annotation);
276 
287  bool
288  linkAnnotation (const std::shared_ptr<ome::xml::model::Annotation>& annotation);
289 
305  bool
306  unlinkAnnotation (const std::shared_ptr<ome::xml::model::Annotation>& annotation);
307 
313  std::weak_ptr<ome::xml::model::Screen>
314  getScreen ();
315 
321  const std::weak_ptr<ome::xml::model::Screen>
322  getScreen () const;
323 
329  void
330  setScreen (std::weak_ptr<ome::xml::model::Screen>& screen_BackReference);
331 
338  sizeOfLinkedWellList () const;
339 
346  getLinkedWellList () const;
347 
355  const std::weak_ptr<ome::xml::model::Well>&
357 
368  const std::weak_ptr<ome::xml::model::Well>&
370  const std::shared_ptr<ome::xml::model::Well>& well_BackReference);
371 
382  bool
383  linkWell (const std::shared_ptr<ome::xml::model::Well>& well_BackReference);
384 
400  bool
401  unlinkWell (const std::shared_ptr<ome::xml::model::Well>& well_BackReference);
402 
403  protected:
404  // Documented in base class.
405  virtual void
407  common::xml::dom::Element& element) const;
408 
409  public:
410  // Documented in superclass.
411  const std::string&
412  getXMLNamespace() const;
413  };
414 
415  }
416  }
417 }
418 
419 #endif // OME_XML_MODEL_REAGENT_H
420 
421 /*
422  * Local Variables:
423  * mode:C++
424  * End:
425  */
const std::weak_ptr< ome::xml::model::Annotation > & setLinkedAnnotation(OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type::size_type index, const std::shared_ptr< ome::xml::model::Annotation > &annotation)
Set linked Annotation.
Definition: Reagent.cpp:402
OME model interface (abstract top-level container)
Definition: OMEModel.h:61
OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type::size_type sizeOfLinkedAnnotationList() const
Get size of linked Annotation list.
Definition: Reagent.cpp:384
void setName(std::shared_ptr< std::string > &name)
Set the Name property.
Definition: Reagent.cpp:356
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Reagent.cpp:598
std::shared_ptr< std::string > getReagentIdentifier()
Get the ReagentIdentifier property.
Definition: Reagent.cpp:307
const std::weak_ptr< ome::xml::model::Well > & getLinkedWell(OMEModelObject::indexed_container< ome::xml::model::Well, std::weak_ptr >::type::size_type index) const
Get linked Well.
Definition: Reagent.cpp:477
void setReagentIdentifier(std::shared_ptr< std::string > &reagentIdentifier)
Set the ReagentIdentifier property.
Definition: Reagent.cpp:321
std::weak_ptr< ome::xml::model::Screen > getScreen()
Get the Screen property.
Definition: Reagent.cpp:444
boost::multi_index_container< Ptr< T >, boost::multi_index::indexed_by< boost::multi_index::random_access<>, boost::multi_index::ordered_unique< boost::multi_index::identity< Ptr< T > >, std::owner_less< Ptr< T > > > > > type
Multi-index container type.
Definition: OMEModelObject.h:93
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
static std::shared_ptr< Reagent > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Reagent model object from DOM element.
Definition: Reagent.cpp:183
bool unlinkWell(const std::shared_ptr< ome::xml::model::Well > &well_BackReference)
Unlink Well.
Definition: Reagent.cpp:506
bool linkAnnotation(const std::shared_ptr< ome::xml::model::Annotation > &annotation)
Link Annotation.
Definition: Reagent.cpp:412
void setID(const std::string &id)
Set the ID property.
Definition: Reagent.cpp:335
std::shared_ptr< std::string > getName()
Get the Name property.
Definition: Reagent.cpp:342
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Reagent.cpp:199
Multi-index container for efficient ordered insertion and deletion of model object references...
Definition: OMEModelObject.h:84
Reagent model object.
Definition: Reagent.h:81
Open Microscopy Environment C++ implementation.
virtual void asXMLElementInternal(common::xml::dom::Document &document, common::xml::dom::Element &element) const
Transform the object hierarchy rooted at this element to XML.
Definition: Reagent.cpp:522
OMEModelObject::indexed_container< ome::xml::model::Well, std::weak_ptr >::type::size_type sizeOfLinkedWellList() const
Get size of linked Well list.
Definition: Reagent.cpp:465
std::shared_ptr< std::string > getDescription()
Get the Description property.
Definition: Reagent.cpp:363
const std::string & getID() const
Get the ID property.
Definition: Reagent.cpp:328
const std::weak_ptr< ome::xml::model::Annotation > & getLinkedAnnotation(OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type::size_type index) const
Get linked Annotation.
Definition: Reagent.cpp:396
bool link(std::shared_ptr< Reference > &reference, std::shared_ptr< ome::xml::model::OMEModelObject > &object)
Link a given OME model object to this model object.
Definition: Reagent.cpp:276
OMEModelObject::indexed_container< ome::xml::model::Well, std::weak_ptr >::type getLinkedWellList() const
Get the linked Well list.
Definition: Reagent.cpp:471
virtual ~Reagent()
Destructor.
Definition: Reagent.cpp:178
bool unlinkAnnotation(const std::shared_ptr< ome::xml::model::Annotation > &annotation)
Unlink Annotation.
Definition: Reagent.cpp:426
bool linkWell(const std::shared_ptr< ome::xml::model::Well > &well_BackReference)
Link Well.
Definition: Reagent.cpp:493
virtual SKIP void update(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Update the object hierarchy recursively from an XML DOM tree.
Definition: Reagent.cpp:205
OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type getLinkedAnnotationList() const
Get the linked Annotation list.
Definition: Reagent.cpp:390
const std::weak_ptr< ome::xml::model::Well > & setLinkedWell(OMEModelObject::indexed_container< ome::xml::model::Well, std::weak_ptr >::type::size_type index, const std::shared_ptr< ome::xml::model::Well > &well_BackReference)
Set linked Well.
Definition: Reagent.cpp:483
const std::string & elementName() const
Get the element name of this model object.
Definition: Reagent.cpp:192
void setScreen(std::weak_ptr< ome::xml::model::Screen > &screen_BackReference)
Set the Screen property.
Definition: Reagent.cpp:458
std::shared_ptr< Impl > impl
Private implementation details.
Definition: Reagent.h:84
Private implementation details of Reagent model object.
Definition: Reagent.cpp:74
void setDescription(std::shared_ptr< std::string > &description)
Set the Description property.
Definition: Reagent.cpp:377
Reagent()
Default constructor.
Definition: Reagent.cpp:159