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>
88 ome::compat::shared_ptr<std::string>
name;
94 ome::compat::weak_ptr<ome::xml::model::Screen>
screen;
129 static ome::compat::shared_ptr< Reagent>
154 link (ome::compat::shared_ptr<Reference>& reference,
155 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
162 ome::compat::shared_ptr<std::string>
170 const ome::compat::shared_ptr<std::string>
195 setID (
const std::string&
id);
202 ome::compat::shared_ptr<std::string>
210 const ome::compat::shared_ptr<std::string>
219 setName (ome::compat::shared_ptr<std::string>& name);
226 ome::compat::shared_ptr<std::string>
234 const ome::compat::shared_ptr<std::string>
243 setDescription (ome::compat::shared_ptr<std::string>& description);
268 const ome::compat::weak_ptr<ome::xml::model::Annotation>&
281 const ome::compat::weak_ptr<ome::xml::model::Annotation>&
283 const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
296 linkAnnotation (
const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
314 unlinkAnnotation (
const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
321 ome::compat::weak_ptr<ome::xml::model::Screen>
329 const ome::compat::weak_ptr<ome::xml::model::Screen>
338 setScreen (ome::compat::weak_ptr<ome::xml::model::Screen>& screen_BackReference);
363 const ome::compat::weak_ptr<ome::xml::model::Well>&
376 const ome::compat::weak_ptr<ome::xml::model::Well>&
378 const ome::compat::shared_ptr<ome::xml::model::Well>& well_BackReference);
391 linkWell (
const ome::compat::shared_ptr<ome::xml::model::Well>& well_BackReference);
409 unlinkWell (
const ome::compat::shared_ptr<ome::xml::model::Well>& well_BackReference);
433 #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:467
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:439
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:504
OMEModelObject::indexed_container< ome::xml::model::Well, ome::compat::weak_ptr >::type getLinkedWellList() const
Get the linked Well list.
Definition: Reagent.cpp:445
void setName(ome::compat::shared_ptr< std::string > &name)
Set the Name property.
Definition: Reagent.cpp:330
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:370
ome::compat::shared_ptr< std::string > getReagentIdentifier()
Get the ReagentIdentifier property.
Definition: Reagent.cpp:281
ome::compat::shared_ptr< std::string > getDescription()
Get the Description property.
Definition: Reagent.cpp:337
bool unlinkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Unlink Annotation.
Definition: Reagent.cpp:400
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:376
ome::compat::weak_ptr< ome::xml::model::Screen > screen
Screen_BackReference back reference.
Definition: Reagent.h:94
DOM Document wrapper.
Definition: Document.h:82
ome::compat::weak_ptr< ome::xml::model::Screen > getScreen()
Get the Screen property.
Definition: Reagent.cpp:418
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:451
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type annotationLinks
AnnotationRef reference (occurs more than once)
Definition: Reagent.h:92
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:480
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:457
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:358
void setReagentIdentifier(ome::compat::shared_ptr< std::string > &reagentIdentifier)
Set the ReagentIdentifier property.
Definition: Reagent.cpp:295
void setID(const std::string &id)
Set the ID property.
Definition: Reagent.cpp:309
std::string id
ID property.
Definition: Reagent.h:86
void setScreen(ome::compat::weak_ptr< ome::xml::model::Screen > &screen_BackReference)
Set the Screen property.
Definition: Reagent.cpp:432
ome::compat::shared_ptr< std::string > name
Name property.
Definition: Reagent.h:88
ome::compat::shared_ptr< std::string > reagentIdentifier
ReagentIdentifier property.
Definition: Reagent.h:84
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:162
void setDescription(ome::compat::shared_ptr< std::string > &description)
Set the Description property.
Definition: Reagent.cpp:351
ome::compat::shared_ptr< std::string > description
Description property.
Definition: Reagent.h:90
bool linkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Link Annotation.
Definition: Reagent.cpp:386
OMEModelObject::indexed_container< ome::xml::model::Well, ome::compat::weak_ptr >::type wells
Well_BackReference back reference (occurs more than once)
Definition: Reagent.h:96
const std::string & getID() const
Get the ID property.
Definition: Reagent.cpp:302
virtual ~Reagent()
Destructor.
Definition: Reagent.cpp:148
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:178
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:497
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:250
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:153
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Reagent.cpp:593
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type getLinkedAnnotationList() const
Get the linked Annotation list.
Definition: Reagent.cpp:364
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Reagent.cpp:169
Reagent()
Default constructor.
Definition: Reagent.cpp:117
Xerces-C modern C++ wrapper.
Definition: Base.h:53
ome::compat::shared_ptr< std::string > getName()
Get the Name property.
Definition: Reagent.cpp:316