46 #ifndef OME_XML_MODEL_DATASET_H
47 #define OME_XML_MODEL_DATASET_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/Experimenter.h>
63 #include <ome/xml/model/ExperimenterGroup.h>
64 #include <ome/xml/model/detail/OMEModelObject.h>
86 ome::compat::shared_ptr<std::string>
name;
133 static ome::compat::shared_ptr< Dataset>
158 link (ome::compat::shared_ptr<Reference>& reference,
159 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
166 ome::compat::shared_ptr<std::string>
174 const ome::compat::shared_ptr<std::string>
183 setName (ome::compat::shared_ptr<std::string>& name);
199 setID (
const std::string&
id);
206 ome::compat::shared_ptr<std::string>
214 const ome::compat::shared_ptr<std::string>
223 setDescription (ome::compat::shared_ptr<std::string>& description);
231 ome::compat::weak_ptr<ome::xml::model::Experimenter>
240 const ome::compat::weak_ptr<ome::xml::model::Experimenter>
249 linkExperimenter (ome::compat::shared_ptr<ome::xml::model::Experimenter>& experimenter);
261 unlinkExperimenter (ome::compat::shared_ptr<ome::xml::model::Experimenter>& experimenter);
269 ome::compat::weak_ptr<ome::xml::model::ExperimenterGroup>
278 const ome::compat::weak_ptr<ome::xml::model::ExperimenterGroup>
287 linkExperimenterGroup (ome::compat::shared_ptr<ome::xml::model::ExperimenterGroup>& experimenterGroup);
324 const ome::compat::weak_ptr<ome::xml::model::Image>&
337 const ome::compat::weak_ptr<ome::xml::model::Image>&
339 const ome::compat::shared_ptr<ome::xml::model::Image>& image);
352 linkImage (
const ome::compat::shared_ptr<ome::xml::model::Image>& image);
370 unlinkImage (
const ome::compat::shared_ptr<ome::xml::model::Image>& image);
395 const ome::compat::weak_ptr<ome::xml::model::Annotation>&
408 const ome::compat::weak_ptr<ome::xml::model::Annotation>&
410 const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
423 linkAnnotation (
const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
441 unlinkAnnotation (
const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
466 const ome::compat::weak_ptr<ome::xml::model::Project>&
479 const ome::compat::weak_ptr<ome::xml::model::Project>&
481 const ome::compat::shared_ptr<ome::xml::model::Project>& project_BackReference);
494 linkProject (
const ome::compat::shared_ptr<ome::xml::model::Project>& project_BackReference);
512 unlinkProject (
const ome::compat::shared_ptr<ome::xml::model::Project>& project_BackReference);
536 #endif // OME_XML_MODEL_DATASET_H
OME model interface (abstract top-level container)
Definition: OMEModel.h:62
bool linkImage(const ome::compat::shared_ptr< ome::xml::model::Image > &image)
Link Image.
Definition: Dataset.cpp:498
void linkExperimenterGroup(ome::compat::shared_ptr< ome::xml::model::ExperimenterGroup > &experimenterGroup)
Link ExperimenterGroup.
Definition: Dataset.cpp:454
bool unlinkImage(const ome::compat::shared_ptr< ome::xml::model::Image > &image)
Unlink Image.
Definition: Dataset.cpp:512
bool unlinkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Unlink Annotation.
Definition: Dataset.cpp:572
ome::compat::shared_ptr< std::string > getName()
Get the Name property.
Definition: Dataset.cpp:356
const std::string & elementName() const
Get the element name of this model object.
Definition: Dataset.cpp:172
const ome::compat::weak_ptr< ome::xml::model::Project > & setLinkedProject(OMEModelObject::indexed_container< ome::xml::model::Project, ome::compat::weak_ptr >::type::size_type index, const ome::compat::shared_ptr< ome::xml::model::Project > &project_BackReference)
Set linked Project.
Definition: Dataset.cpp:608
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: Dataset.cpp:548
void unlinkExperimenter(ome::compat::shared_ptr< ome::xml::model::Experimenter > &experimenter)
Unlink Experimenter.
Definition: Dataset.cpp:431
OMEModelObject::indexed_container< ome::xml::model::Project, ome::compat::weak_ptr >::type getLinkedProjectList() const
Get the linked Project list.
Definition: Dataset.cpp:596
bool linkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Link Annotation.
Definition: Dataset.cpp:558
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Dataset.cpp:784
DOM Document wrapper.
Definition: Document.h:82
const ome::compat::weak_ptr< ome::xml::model::Image > & getLinkedImage(OMEModelObject::indexed_container< ome::xml::model::Image, ome::compat::weak_ptr >::type::size_type index) const
Get linked Image.
Definition: Dataset.cpp:482
DOM Element wrapper.
Definition: Element.h:66
void setName(ome::compat::shared_ptr< std::string > &name)
Set the Name property.
Definition: Dataset.cpp:370
bool linkProject(const ome::compat::shared_ptr< ome::xml::model::Project > &project_BackReference)
Link Project.
Definition: Dataset.cpp:618
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type::size_type sizeOfLinkedAnnotationList() const
Get size of linked Annotation list.
Definition: Dataset.cpp:530
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
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: Dataset.cpp:648
const ome::compat::weak_ptr< ome::xml::model::Project > & getLinkedProject(OMEModelObject::indexed_container< ome::xml::model::Project, ome::compat::weak_ptr >::type::size_type index) const
Get linked Project.
Definition: Dataset.cpp:602
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: Dataset.cpp:542
OMEModelObject::indexed_container< ome::xml::model::Image, ome::compat::weak_ptr >::type imageLinks
ImageRef reference (occurs more than once)
Definition: Dataset.h:96
void linkExperimenter(ome::compat::shared_ptr< ome::xml::model::Experimenter > &experimenter)
Link Experimenter.
Definition: Dataset.cpp:425
ome::compat::shared_ptr< std::string > getDescription()
Get the Description property.
Definition: Dataset.cpp:391
void unlinkExperimenterGroup(ome::compat::shared_ptr< ome::xml::model::ExperimenterGroup > &experimenterGroup)
Unlink ExperimenterGroup.
Definition: Dataset.cpp:460
ome::compat::shared_ptr< std::string > description
Description property.
Definition: Dataset.h:90
ome::compat::weak_ptr< ome::xml::model::Experimenter > experimenter
ExperimenterRef reference.
Definition: Dataset.h:92
Multi-index container for efficient ordered insertion and deletion of model object references...
Definition: OMEModelObject.h:85
OMEModelObject::indexed_container< ome::xml::model::Image, ome::compat::weak_ptr >::type getLinkedImageList() const
Get the linked Image list.
Definition: Dataset.cpp:476
OMEModelObject::indexed_container< ome::xml::model::Project, ome::compat::weak_ptr >::type::size_type sizeOfLinkedProjectList() const
Get size of linked Project list.
Definition: Dataset.cpp:590
Dataset()
Default constructor.
Definition: Dataset.cpp:125
const ome::compat::weak_ptr< ome::xml::model::Image > & setLinkedImage(OMEModelObject::indexed_container< ome::xml::model::Image, ome::compat::weak_ptr >::type::size_type index, const ome::compat::shared_ptr< ome::xml::model::Image > &image)
Set linked Image.
Definition: Dataset.cpp:488
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40
OMEModelObject::indexed_container< ome::xml::model::Project, ome::compat::weak_ptr >::type projectLinks
Project_BackReference back reference (occurs more than once)
Definition: Dataset.h:100
ome::compat::shared_ptr< std::string > name
Name property.
Definition: Dataset.h:86
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: Dataset.cpp:188
ome::compat::weak_ptr< ome::xml::model::Experimenter > getLinkedExperimenter()
Get linked Experimenter.
Definition: Dataset.cpp:412
const std::string & getID() const
Get the ID property.
Definition: Dataset.cpp:377
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: Dataset.cpp:655
virtual ~Dataset()
Destructor.
Definition: Dataset.cpp:158
bool unlinkProject(const ome::compat::shared_ptr< ome::xml::model::Project > &project_BackReference)
Unlink Project.
Definition: Dataset.cpp:631
Dataset model object.
Definition: Dataset.h:82
void setDescription(ome::compat::shared_ptr< std::string > &description)
Set the Description property.
Definition: Dataset.cpp:405
ome::compat::weak_ptr< ome::xml::model::ExperimenterGroup > experimenterGroup
ExperimenterGroupRef reference.
Definition: Dataset.h:94
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type annotationLinks
AnnotationRef reference (occurs more than once)
Definition: Dataset.h:98
std::string id
ID property.
Definition: Dataset.h:88
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: Dataset.cpp:287
void setID(const std::string &id)
Set the ID property.
Definition: Dataset.cpp:384
static ome::compat::shared_ptr< Dataset > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Dataset model object from DOM element.
Definition: Dataset.cpp:163
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Dataset.cpp:179
OMEModelObject::indexed_container< ome::xml::model::Image, ome::compat::weak_ptr >::type::size_type sizeOfLinkedImageList() const
Get size of linked Image list.
Definition: Dataset.cpp:470
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type getLinkedAnnotationList() const
Get the linked Annotation list.
Definition: Dataset.cpp:536
ome::compat::weak_ptr< ome::xml::model::ExperimenterGroup > getLinkedExperimenterGroup()
Get linked ExperimenterGroup.
Definition: Dataset.cpp:441
Xerces-C modern C++ wrapper.
Definition: Base.h:53