46 #ifndef OME_XML_MODEL_REAGENT_H
47 #define OME_XML_MODEL_REAGENT_H
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>
62 #include <ome/xml/model/Screen.h>
63 #include <ome/xml/model/detail/OMEModelObject.h>
85 ome::compat::shared_ptr<Impl>
impl;
116 static ome::compat::shared_ptr< Reagent>
141 link (ome::compat::shared_ptr<Reference>& reference,
142 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
149 ome::compat::shared_ptr<std::string>
157 const ome::compat::shared_ptr<std::string>
182 setID (
const std::string&
id);
189 ome::compat::shared_ptr<std::string>
197 const ome::compat::shared_ptr<std::string>
206 setName (ome::compat::shared_ptr<std::string>& name);
213 ome::compat::shared_ptr<std::string>
221 const ome::compat::shared_ptr<std::string>
230 setDescription (ome::compat::shared_ptr<std::string>& description);
255 const ome::compat::weak_ptr<ome::xml::model::Annotation>&
268 const ome::compat::weak_ptr<ome::xml::model::Annotation>&
270 const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
283 linkAnnotation (
const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
301 unlinkAnnotation (
const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
308 ome::compat::weak_ptr<ome::xml::model::Screen>
316 const ome::compat::weak_ptr<ome::xml::model::Screen>
325 setScreen (ome::compat::weak_ptr<ome::xml::model::Screen>& screen_BackReference);
350 const ome::compat::weak_ptr<ome::xml::model::Well>&
363 const ome::compat::weak_ptr<ome::xml::model::Well>&
365 const ome::compat::shared_ptr<ome::xml::model::Well>& well_BackReference);
378 linkWell (
const ome::compat::shared_ptr<ome::xml::model::Well>& well_BackReference);
396 unlinkWell (
const ome::compat::shared_ptr<ome::xml::model::Well>& well_BackReference);
420 #endif // OME_XML_MODEL_REAGENT_H
OME model interface (abstract top-level container)
Definition: OMEModel.h:62
bool linkWell(const ome::compat::shared_ptr< ome::xml::model::Well > &well_BackReference)
Link Well.
Definition: Reagent.cpp:494
OMEModelObject::indexed_container< ome::xml::model::Well, ome::compat::weak_ptr >::type::size_type sizeOfLinkedWellList() const
Get size of linked Well list.
Definition: Reagent.cpp:466
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: Reagent.cpp:531
OMEModelObject::indexed_container< ome::xml::model::Well, ome::compat::weak_ptr >::type getLinkedWellList() const
Get the linked Well list.
Definition: Reagent.cpp:472
void setName(ome::compat::shared_ptr< std::string > &name)
Set the Name property.
Definition: Reagent.cpp:357
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: Reagent.cpp:397
ome::compat::shared_ptr< std::string > getReagentIdentifier()
Get the ReagentIdentifier property.
Definition: Reagent.cpp:308
ome::compat::shared_ptr< std::string > getDescription()
Get the Description property.
Definition: Reagent.cpp:364
bool unlinkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Unlink Annotation.
Definition: Reagent.cpp:427
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: Reagent.cpp:403
DOM Document wrapper.
Definition: Document.h:83
ome::compat::weak_ptr< ome::xml::model::Screen > getScreen()
Get the Screen property.
Definition: Reagent.cpp:445
DOM Element wrapper.
Definition: Element.h:66
const ome::compat::weak_ptr< ome::xml::model::Well > & getLinkedWell(OMEModelObject::indexed_container< ome::xml::model::Well, ome::compat::weak_ptr >::type::size_type index) const
Get linked Well.
Definition: Reagent.cpp:478
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
bool unlinkWell(const ome::compat::shared_ptr< ome::xml::model::Well > &well_BackReference)
Unlink Well.
Definition: Reagent.cpp:507
const ome::compat::weak_ptr< ome::xml::model::Well > & setLinkedWell(OMEModelObject::indexed_container< ome::xml::model::Well, ome::compat::weak_ptr >::type::size_type index, const ome::compat::shared_ptr< ome::xml::model::Well > &well_BackReference)
Set linked Well.
Definition: Reagent.cpp:484
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type::size_type sizeOfLinkedAnnotationList() const
Get size of linked Annotation list.
Definition: Reagent.cpp:385
void setReagentIdentifier(ome::compat::shared_ptr< std::string > &reagentIdentifier)
Set the ReagentIdentifier property.
Definition: Reagent.cpp:322
void setID(const std::string &id)
Set the ID property.
Definition: Reagent.cpp:336
void setScreen(ome::compat::weak_ptr< ome::xml::model::Screen > &screen_BackReference)
Set the Screen property.
Definition: Reagent.cpp:459
Multi-index container for efficient ordered insertion and deletion of model object references...
Definition: OMEModelObject.h:85
Reagent model object.
Definition: Reagent.h:80
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40
const std::string & elementName() const
Get the element name of this model object.
Definition: Reagent.cpp:189
void setDescription(ome::compat::shared_ptr< std::string > &description)
Set the Description property.
Definition: Reagent.cpp:378
bool linkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Link Annotation.
Definition: Reagent.cpp:413
const std::string & getID() const
Get the ID property.
Definition: Reagent.cpp:329
virtual ~Reagent()
Destructor.
Definition: Reagent.cpp:175
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: Reagent.cpp:205
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: Reagent.cpp:524
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: Reagent.cpp:277
static ome::compat::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:180
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Reagent.cpp:620
ome::compat::shared_ptr< Impl > impl
Private implementation details.
Definition: Reagent.h:83
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type getLinkedAnnotationList() const
Get the linked Annotation list.
Definition: Reagent.cpp:391
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Reagent.cpp:196
Private implementation details of Reagent model object.
Definition: Reagent.cpp:74
Reagent()
Default constructor.
Definition: Reagent.cpp:156
Xerces-C modern C++ wrapper.
Definition: Base.h:53
ome::compat::shared_ptr< std::string > getName()
Get the Name property.
Definition: Reagent.cpp:343