ome-xml  5.2.2
Project.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_PROJECT_H
47 #define OME_XML_MODEL_PROJECT_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 #include <ome/common/xml/dom/NodeList.h>
61 
62 #include <ome/xml/model/primitives/Quantity.h>
63 
64 #include <ome/xml/model/Experimenter.h>
65 #include <ome/xml/model/ExperimenterGroup.h>
66 #include <ome/xml/model/detail/OMEModelObject.h>
67 
68 namespace ome
69 {
70  namespace xml
71  {
72  namespace model
73  {
74 
75  // Forward declarations.
76  class Annotation;
77  class Dataset;
78  class OMEModel;
79 
84  {
85  private:
86  class Impl;
88  ome::compat::shared_ptr<Impl> impl;
89 
90  public:
92  Project();
93 
99  Project (const Project& copy);
100 
102  virtual
103  ~Project ();
104 
119  static ome::compat::shared_ptr< Project>
120  create(const common::xml::dom::Element& element,
122 
123  // Documented in superclass.
124  const std::string&
125  elementName() const;
126 
127  // Documented in superclass.
128  bool
129  validElementName(const std::string& name) const;
130 
131  private:
133  Project&
134  operator= (const Project&);
135 
136  public:
137  // -- OMEModelObject API methods --
138 
140  virtual void
141  update(const common::xml::dom::Element& element,
143 
144  public:
145  // -- Project API methods --
146 
148  bool
149  link (ome::compat::shared_ptr<Reference>& reference,
150  ome::compat::shared_ptr< ome::xml::model::OMEModelObject>& object);
151 
157  ome::compat::shared_ptr<std::string>
158  getName ();
159 
165  const ome::compat::shared_ptr<std::string>
166  getName () const;
167 
173  void
174  setName (ome::compat::shared_ptr<std::string>& name);
175 
181  const std::string&
182  getID () const;
183 
189  void
190  setID (const std::string& id);
191 
197  ome::compat::shared_ptr<std::string>
198  getDescription ();
199 
205  const ome::compat::shared_ptr<std::string>
206  getDescription () const;
207 
213  void
214  setDescription (ome::compat::shared_ptr<std::string>& description);
215 
222  ome::compat::weak_ptr<ome::xml::model::Experimenter>
224 
231  const ome::compat::weak_ptr<ome::xml::model::Experimenter>
232  getLinkedExperimenter () const;
233 
239  void
240  linkExperimenter (ome::compat::shared_ptr<ome::xml::model::Experimenter>& experimenter);
241 
251  void
252  unlinkExperimenter (ome::compat::shared_ptr<ome::xml::model::Experimenter>& experimenter);
253 
260  ome::compat::weak_ptr<ome::xml::model::ExperimenterGroup>
262 
269  const ome::compat::weak_ptr<ome::xml::model::ExperimenterGroup>
271 
277  void
278  linkExperimenterGroup (ome::compat::shared_ptr<ome::xml::model::ExperimenterGroup>& experimenterGroup);
279 
289  void
290  unlinkExperimenterGroup (ome::compat::shared_ptr<ome::xml::model::ExperimenterGroup>& experimenterGroup);
291 
298  sizeOfLinkedDatasetList () const;
299 
306  getLinkedDatasetList () const;
307 
315  const ome::compat::weak_ptr<ome::xml::model::Dataset>&
317 
328  const ome::compat::weak_ptr<ome::xml::model::Dataset>&
330  const ome::compat::shared_ptr<ome::xml::model::Dataset>& dataset);
331 
342  bool
343  linkDataset (const ome::compat::shared_ptr<ome::xml::model::Dataset>& dataset);
344 
360  bool
361  unlinkDataset (const ome::compat::shared_ptr<ome::xml::model::Dataset>& dataset);
362 
370 
377  getLinkedAnnotationList () const;
378 
386  const ome::compat::weak_ptr<ome::xml::model::Annotation>&
388 
399  const ome::compat::weak_ptr<ome::xml::model::Annotation>&
401  const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
402 
413  bool
414  linkAnnotation (const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
415 
431  bool
432  unlinkAnnotation (const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
433 
436  asXMLElement (common::xml::dom::Document& document) const;
437 
438 
439  protected:
440  // Documented in base class.
443  common::xml::dom::Element& element) const;
444 
445  public:
446  // Documented in superclass.
447  const std::string&
448  getXMLNamespace() const;
449  };
450 
451  }
452  }
453 }
454 
455 #endif // OME_XML_MODEL_PROJECT_H
456 
457 /*
458  * Local Variables:
459  * mode:C++
460  * End:
461  */
OME model interface (abstract top-level container)
Definition: OMEModel.h:62
Project model object.
Definition: Project.h:83
const ome::compat::weak_ptr< ome::xml::model::Dataset > & getLinkedDataset(OMEModelObject::indexed_container< ome::xml::model::Dataset, ome::compat::weak_ptr >::type::size_type index) const
Get linked Dataset.
Definition: Project.cpp:502
void unlinkExperimenter(ome::compat::shared_ptr< ome::xml::model::Experimenter > &experimenter)
Unlink Experimenter.
Definition: Project.cpp:451
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Project.cpp:199
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type::size_type sizeOfLinkedAnnotationList() const
Get size of linked Annotation list.
Definition: Project.cpp:550
const ome::compat::weak_ptr< ome::xml::model::Dataset > & setLinkedDataset(OMEModelObject::indexed_container< ome::xml::model::Dataset, ome::compat::weak_ptr >::type::size_type index, const ome::compat::shared_ptr< ome::xml::model::Dataset > &dataset)
Set linked Dataset.
Definition: Project.cpp:508
void setName(ome::compat::shared_ptr< std::string > &name)
Set the Name property.
Definition: Project.cpp:390
ome::compat::shared_ptr< std::string > getName()
Get the Name property.
Definition: Project.cpp:376
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Project.cpp:743
void linkExperimenterGroup(ome::compat::shared_ptr< ome::xml::model::ExperimenterGroup > &experimenterGroup)
Link ExperimenterGroup.
Definition: Project.cpp:474
OMEModelObject::indexed_container< ome::xml::model::Dataset, ome::compat::weak_ptr >::type::size_type sizeOfLinkedDatasetList() const
Get size of linked Dataset list.
Definition: Project.cpp:490
Project & operator=(const Project &)
Assignment operator (deleted).
void linkExperimenter(ome::compat::shared_ptr< ome::xml::model::Experimenter > &experimenter)
Link Experimenter.
Definition: Project.cpp:445
const std::string & getID() const
Get the ID property.
Definition: Project.cpp:397
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
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 > >, ome::compat::owner_less< Ptr< T > > > > > type
Multi-index container type.
Definition: OMEModelObject.h:94
static ome::compat::shared_ptr< Project > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Project model object from DOM element.
Definition: Project.cpp:183
bool link(ome::compat::shared_ptr< Reference > &reference, ome::compat::shared_ptr< ome::xml::model::OMEModelObject > &object)
Link a given OME model object to this model object.
Definition: Project.cpp:307
virtual void update(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Update the object hierarchy recursively from an XML DOM tree.
Definition: Project.cpp:207
void unlinkExperimenterGroup(ome::compat::shared_ptr< ome::xml::model::ExperimenterGroup > &experimenterGroup)
Unlink ExperimenterGroup.
Definition: Project.cpp:480
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: Project.cpp:609
ome::compat::shared_ptr< Impl > impl
Private implementation details.
Definition: Project.h:86
void setID(const std::string &id)
Set the ID property.
Definition: Project.cpp:404
Multi-index container for efficient ordered insertion and deletion of model object references...
Definition: OMEModelObject.h:85
Project()
Default constructor.
Definition: Project.cpp:159
Open Microscopy Environment C++ implementation.
bool linkDataset(const ome::compat::shared_ptr< ome::xml::model::Dataset > &dataset)
Link Dataset.
Definition: Project.cpp:518
virtual common::xml::dom::Element asXMLElementInternal(common::xml::dom::Document &document, common::xml::dom::Element &element) const
Transform the object hierarchy rooted at this element to XML.
Definition: Project.cpp:616
void setDescription(ome::compat::shared_ptr< std::string > &description)
Set the Description property.
Definition: Project.cpp:425
virtual ~Project()
Destructor.
Definition: Project.cpp:178
Private implementation details of Project model object.
Definition: Project.cpp:78
const ome::compat::weak_ptr< ome::xml::model::Annotation > & setLinkedAnnotation(OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type::size_type index, const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Set linked Annotation.
Definition: Project.cpp:568
const ome::compat::weak_ptr< ome::xml::model::Annotation > & getLinkedAnnotation(OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type::size_type index) const
Get linked Annotation.
Definition: Project.cpp:562
const std::string & elementName() const
Get the element name of this model object.
Definition: Project.cpp:192
ome::compat::weak_ptr< ome::xml::model::Experimenter > getLinkedExperimenter()
Get linked Experimenter.
Definition: Project.cpp:432
OMEModelObject::indexed_container< ome::xml::model::Dataset, ome::compat::weak_ptr >::type getLinkedDatasetList() const
Get the linked Dataset list.
Definition: Project.cpp:496
ome::compat::shared_ptr< std::string > getDescription()
Get the Description property.
Definition: Project.cpp:411
bool unlinkDataset(const ome::compat::shared_ptr< ome::xml::model::Dataset > &dataset)
Unlink Dataset.
Definition: Project.cpp:532
bool unlinkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Unlink Annotation.
Definition: Project.cpp:592
bool linkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Link Annotation.
Definition: Project.cpp:578
ome::compat::weak_ptr< ome::xml::model::ExperimenterGroup > getLinkedExperimenterGroup()
Get linked ExperimenterGroup.
Definition: Project.cpp:461
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type getLinkedAnnotationList() const
Get the linked Annotation list.
Definition: Project.cpp:556