46 #ifndef OME_XML_MODEL_WELL_H
47 #define OME_XML_MODEL_WELL_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/Plate.h>
63 #include <ome/xml/model/Reagent.h>
64 #include <ome/xml/model/detail/OMEModelObject.h>
65 #include <ome/xml/model/primitives/Color.h>
66 #include <ome/xml/model/primitives/NonNegativeInteger.h>
93 ome::compat::shared_ptr<ome::xml::model::primitives::Color>
color;
95 ome::compat::shared_ptr<std::string>
type;
101 std::vector<ome::compat::shared_ptr<ome::xml::model::WellSample> >
wellSamples;
103 ome::compat::weak_ptr<ome::xml::model::Reagent>
reagent;
107 ome::compat::weak_ptr<ome::xml::model::Plate>
plate;
140 static ome::compat::shared_ptr< Well>
165 link (ome::compat::shared_ptr<Reference>& reference,
166 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
173 ome::compat::shared_ptr<std::string>
181 const ome::compat::shared_ptr<std::string>
213 ome::compat::shared_ptr<std::string>
221 const ome::compat::shared_ptr<std::string>
237 ome::compat::shared_ptr<ome::xml::model::primitives::Color>
245 const ome::compat::shared_ptr<ome::xml::model::primitives::Color>
254 setColor (ome::compat::shared_ptr<ome::xml::model::primitives::Color>& color);
261 ome::compat::shared_ptr<std::string>
269 const ome::compat::shared_ptr<std::string>
278 setType (ome::compat::shared_ptr<std::string>& type);
294 setID (
const std::string&
id);
317 std::vector<ome::compat::shared_ptr<ome::xml::model::WellSample> >::size_type
326 std::vector<ome::compat::shared_ptr<ome::xml::model::WellSample> >&
335 const std::vector<ome::compat::shared_ptr<ome::xml::model::WellSample> >&
345 ome::compat::shared_ptr<ome::xml::model::WellSample>&
346 getWellSample (std::vector<ome::compat::shared_ptr<ome::xml::model::WellSample> >::size_type index);
355 const ome::compat::shared_ptr<ome::xml::model::WellSample>&
356 getWellSample (std::vector<ome::compat::shared_ptr<ome::xml::model::WellSample> >::size_type index)
const;
366 setWellSample (std::vector<ome::compat::shared_ptr<ome::xml::model::WellSample> >::size_type index,
367 ome::compat::shared_ptr<ome::xml::model::WellSample>& wellSample);
378 addWellSample (ome::compat::shared_ptr<ome::xml::model::WellSample>& wellSample);
390 removeWellSample (ome::compat::shared_ptr<ome::xml::model::WellSample>& wellSample);
398 ome::compat::weak_ptr<ome::xml::model::Reagent>
407 const ome::compat::weak_ptr<ome::xml::model::Reagent>
416 linkReagent (ome::compat::shared_ptr<ome::xml::model::Reagent>& reagent);
428 unlinkReagent (ome::compat::shared_ptr<ome::xml::model::Reagent>& reagent);
453 const ome::compat::weak_ptr<ome::xml::model::Annotation>&
466 const ome::compat::weak_ptr<ome::xml::model::Annotation>&
468 const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
481 linkAnnotation (
const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
499 unlinkAnnotation (
const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
506 ome::compat::weak_ptr<ome::xml::model::Plate>
514 const ome::compat::weak_ptr<ome::xml::model::Plate>
523 setPlate (ome::compat::weak_ptr<ome::xml::model::Plate>& plate_BackReference);
547 #endif // OME_XML_MODEL_WELL_H
OME model interface (abstract top-level container)
Definition: OMEModel.h:62
std::string id
ID property.
Definition: Well.h:97
void setExternalDescription(ome::compat::shared_ptr< std::string > &externalDescription)
Set the ExternalDescription property.
Definition: Well.cpp:411
std::vector< ome::compat::shared_ptr< ome::xml::model::WellSample > > wellSamples
WellSample property (occurs more than once)
Definition: Well.h:101
std::vector< ome::compat::shared_ptr< ome::xml::model::WellSample > > & getWellSampleList()
Get the WellSample list.
Definition: Well.cpp:494
ome::compat::shared_ptr< std::string > getExternalIdentifier()
Get the ExternalIdentifier property.
Definition: Well.cpp:362
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: Well.cpp:593
const std::string & elementName() const
Get the element name of this model object.
Definition: Well.cpp:187
ome::compat::weak_ptr< ome::xml::model::Reagent > getLinkedReagent()
Get linked Reagent.
Definition: Well.cpp:546
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type::size_type sizeOfLinkedAnnotationList() const
Get size of linked Annotation list.
Definition: Well.cpp:575
ome::compat::shared_ptr< std::string > externalDescription
ExternalDescription property.
Definition: Well.h:91
DOM Document wrapper.
Definition: Document.h:82
ome::compat::shared_ptr< ome::xml::model::WellSample > & getWellSample(std::vector< ome::compat::shared_ptr< ome::xml::model::WellSample > >::size_type index)
Get WellSample.
Definition: Well.cpp:506
DOM Element wrapper.
Definition: Element.h:66
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
ome::compat::shared_ptr< ome::xml::model::primitives::Color > getColor()
Get the Color property.
Definition: Well.cpp:418
void setRow(const ome::xml::model::primitives::NonNegativeInteger &row)
Set the Row property.
Definition: Well.cpp:481
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
const std::string & getID() const
Get the ID property.
Definition: Well.cpp:460
ome::xml::model::primitives::NonNegativeInteger column
Column property.
Definition: Well.h:89
void setWellSample(std::vector< ome::compat::shared_ptr< ome::xml::model::WellSample > >::size_type index, ome::compat::shared_ptr< ome::xml::model::WellSample > &wellSample)
Set WellSample.
Definition: Well.cpp:518
ome::xml::model::primitives::NonNegativeInteger row
Row property.
Definition: Well.h:99
Well model object.
Definition: Well.h:83
ome::compat::shared_ptr< std::string > externalIdentifier
ExternalIdentifier property.
Definition: Well.h:87
static ome::compat::shared_ptr< Well > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Well model object from DOM element.
Definition: Well.cpp:178
virtual ~Well()
Destructor.
Definition: Well.cpp:173
const ome::xml::model::primitives::NonNegativeInteger & getRow() const
Get the Row property.
Definition: Well.cpp:474
void setType(ome::compat::shared_ptr< std::string > &type)
Set the Type property.
Definition: Well.cpp:453
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: Well.cpp:320
Multi-index container for efficient ordered insertion and deletion of model object references...
Definition: OMEModelObject.h:85
bool linkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Link Annotation.
Definition: Well.cpp:603
ome::compat::shared_ptr< ome::xml::model::primitives::Color > color
Color property.
Definition: Well.h:93
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40
bool unlinkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Unlink Annotation.
Definition: Well.cpp:617
void addWellSample(ome::compat::shared_ptr< ome::xml::model::WellSample > &wellSample)
Add WellSample.
Definition: Well.cpp:527
void setID(const std::string &id)
Set the ID property.
Definition: Well.cpp:467
void setExternalIdentifier(ome::compat::shared_ptr< std::string > &externalIdentifier)
Set the ExternalIdentifier property.
Definition: Well.cpp:376
ome::compat::shared_ptr< std::string > getExternalDescription()
Get the ExternalDescription property.
Definition: Well.cpp:397
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: Well.cpp:656
ome::compat::weak_ptr< ome::xml::model::Plate > plate
Plate_BackReference back reference.
Definition: Well.h:107
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type annotationLinks
AnnotationRef reference (occurs more than once)
Definition: Well.h:105
void unlinkReagent(ome::compat::shared_ptr< ome::xml::model::Reagent > &reagent)
Unlink Reagent.
Definition: Well.cpp:565
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: Well.cpp:663
void setColumn(const ome::xml::model::primitives::NonNegativeInteger &column)
Set the Column property.
Definition: Well.cpp:390
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Well.cpp:194
ome::compat::weak_ptr< ome::xml::model::Plate > getPlate()
Get the Plate property.
Definition: Well.cpp:635
void removeWellSample(ome::compat::shared_ptr< ome::xml::model::WellSample > &wellSample)
Remove WellSample.
Definition: Well.cpp:535
const ome::xml::model::primitives::NonNegativeInteger & getColumn() const
Get the Column property.
Definition: Well.cpp:383
void linkReagent(ome::compat::shared_ptr< ome::xml::model::Reagent > &reagent)
Link Reagent.
Definition: Well.cpp:559
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type getLinkedAnnotationList() const
Get the linked Annotation list.
Definition: Well.cpp:581
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Well.cpp:809
ome::compat::weak_ptr< ome::xml::model::Reagent > reagent
ReagentRef reference.
Definition: Well.h:103
ome::compat::shared_ptr< std::string > getType()
Get the Type property.
Definition: Well.cpp:439
ome::compat::shared_ptr< std::string > type
Type property.
Definition: Well.h:95
std::vector< ome::compat::shared_ptr< ome::xml::model::WellSample > >::size_type sizeOfWellSampleList() const
Get size of linked WellSample list.
Definition: Well.cpp:488
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: Well.cpp:587
void setColor(ome::compat::shared_ptr< ome::xml::model::primitives::Color > &color)
Set the Color property.
Definition: Well.cpp:432
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: Well.cpp:203
Well()
Default constructor.
Definition: Well.cpp:134
void setPlate(ome::compat::weak_ptr< ome::xml::model::Plate > &plate_BackReference)
Set the Plate property.
Definition: Well.cpp:649
A numeric type constrained to a subrange (or subranges) of its range limits.
Definition: ConstrainedNumeric.h:119
Xerces-C modern C++ wrapper.
Definition: Base.h:53