46 #ifndef OME_XML_MODEL_LEADER_H 47 #define OME_XML_MODEL_LEADER_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> 61 #include <ome/xml/model/primitives/Quantity.h> 63 #include <ome/xml/model/Reference.h> 73 class ExperimenterGroup;
84 std::shared_ptr<Impl>
impl;
115 static std::shared_ptr<Leader>
129 operator= (
const Leader&) =
delete;
144 link (std::shared_ptr<Reference>& reference,
145 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
161 setID (
const std::string&
id);
186 const std::weak_ptr<ome::xml::model::ExperimenterGroup>&
199 const std::weak_ptr<ome::xml::model::ExperimenterGroup>&
201 const std::shared_ptr<ome::xml::model::ExperimenterGroup>& experimenterGroup_BackReference);
214 linkExperimenterGroup (
const std::shared_ptr<ome::xml::model::ExperimenterGroup>& experimenterGroup_BackReference);
232 unlinkExperimenterGroup (
const std::shared_ptr<ome::xml::model::ExperimenterGroup>& experimenterGroup_BackReference);
250 #endif // OME_XML_MODEL_LEADER_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
virtual void asXMLElementInternal(common::xml::dom::Document &document, common::xml::dom::Element &element) const
Transform the object hierarchy rooted at this element to XML.
Definition: Leader.cpp:281
virtual SKIP void update(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Update the object hierarchy recursively from an XML DOM tree.
Definition: Leader.cpp:167
Leader()
Default constructor.
Definition: Leader.cpp:121
bool link(std::shared_ptr< Reference > &reference, std::shared_ptr< ome::xml::model::OMEModelObject > &object)
Link a given OME model object to this model object.
Definition: Leader.cpp:195
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 > >, std::owner_less< Ptr< T > > > > > type
Multi-index container type.
Definition: OMEModelObject.h:93
virtual ~Leader()
Destructor.
Definition: Leader.cpp:140
bool linkExperimenterGroup(const std::shared_ptr< ome::xml::model::ExperimenterGroup > &experimenterGroup_BackReference)
Link ExperimenterGroup.
Definition: Leader.cpp:252
OMEModelObject::indexed_container< ome::xml::model::ExperimenterGroup, std::weak_ptr >::type::size_type sizeOfLinkedExperimenterGroupList() const
Get size of linked ExperimenterGroup list.
Definition: Leader.cpp:224
Private implementation details of Leader model object.
Definition: Leader.cpp:71
Leader model object.
Definition: Leader.h:79
const std::string & elementName() const
Get the element name of this model object.
Definition: Leader.cpp:154
Multi-index container for efficient ordered insertion and deletion of model object references...
Definition: OMEModelObject.h:84
Open Microscopy Environment C++ implementation.
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Leader.cpp:161
OMEModelObject::indexed_container< ome::xml::model::ExperimenterGroup, std::weak_ptr >::type getLinkedExperimenterGroupList() const
Get the linked ExperimenterGroup list.
Definition: Leader.cpp:230
std::shared_ptr< Impl > impl
Private implementation details.
Definition: Leader.h:82
const std::string & getID() const
Get the ID property.
Definition: Leader.cpp:210
void setID(const std::string &id)
Set the ID property.
Definition: Leader.cpp:217
Reference model object.
Definition: Reference.h:78
const std::weak_ptr< ome::xml::model::ExperimenterGroup > & setLinkedExperimenterGroup(OMEModelObject::indexed_container< ome::xml::model::ExperimenterGroup, std::weak_ptr >::type::size_type index, const std::shared_ptr< ome::xml::model::ExperimenterGroup > &experimenterGroup_BackReference)
Set linked ExperimenterGroup.
Definition: Leader.cpp:242
bool unlinkExperimenterGroup(const std::shared_ptr< ome::xml::model::ExperimenterGroup > &experimenterGroup_BackReference)
Unlink ExperimenterGroup.
Definition: Leader.cpp:265
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Leader.cpp:305
static std::shared_ptr< Leader > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Leader model object from DOM element.
Definition: Leader.cpp:145
const std::weak_ptr< ome::xml::model::ExperimenterGroup > & getLinkedExperimenterGroup(OMEModelObject::indexed_container< ome::xml::model::ExperimenterGroup, std::weak_ptr >::type::size_type index) const
Get linked ExperimenterGroup.
Definition: Leader.cpp:236