46 #ifndef OME_XML_MODEL_UNION_H
47 #define OME_XML_MODEL_UNION_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/detail/OMEModelObject.h>
82 std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >
shapes;
115 static ome::compat::shared_ptr< Union>
140 link (ome::compat::shared_ptr<Reference>& reference,
141 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
148 std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >::size_type
157 std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >&
166 const std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >&
176 ome::compat::shared_ptr<ome::xml::model::Shape>&
177 getShape (std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >::size_type index);
186 const ome::compat::shared_ptr<ome::xml::model::Shape>&
187 getShape (std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >::size_type index)
const;
197 setShape (std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >::size_type index,
198 ome::compat::shared_ptr<ome::xml::model::Shape>& shape);
209 addShape (ome::compat::shared_ptr<ome::xml::model::Shape>& shape);
221 removeShape (ome::compat::shared_ptr<ome::xml::model::Shape>& shape);
245 #endif // OME_XML_MODEL_UNION_H
OME model interface (abstract top-level container)
Definition: OMEModel.h:62
std::vector< ome::compat::shared_ptr< ome::xml::model::Shape > > shapes
Shape property (occurs more than once)
Definition: Union.h:82
virtual ~Union()
Destructor.
Definition: Union.cpp:132
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Union.cpp:392
std::vector< ome::compat::shared_ptr< ome::xml::model::Shape > > & getShapeList()
Get the Shape list.
Definition: Union.cpp:302
DOM Document wrapper.
Definition: Document.h:82
void setShape(std::vector< ome::compat::shared_ptr< ome::xml::model::Shape > >::size_type index, ome::compat::shared_ptr< ome::xml::model::Shape > &shape)
Set Shape.
Definition: Union.cpp:326
DOM Element wrapper.
Definition: Element.h:66
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
Union()
Default constructor.
Definition: Union.cpp:113
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: Union.cpp:354
const std::string & elementName() const
Get the element name of this model object.
Definition: Union.cpp:146
static ome::compat::shared_ptr< Union > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Union model object from DOM element.
Definition: Union.cpp:137
void removeShape(ome::compat::shared_ptr< ome::xml::model::Shape > &shape)
Remove Shape.
Definition: Union.cpp:343
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: Union.cpp:281
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: Union.cpp:361
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Union.cpp:153
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: Union.cpp:162
Union model object.
Definition: Union.h:78
std::vector< ome::compat::shared_ptr< ome::xml::model::Shape > >::size_type sizeOfShapeList() const
Get size of linked Shape list.
Definition: Union.cpp:296
void addShape(ome::compat::shared_ptr< ome::xml::model::Shape > &shape)
Add Shape.
Definition: Union.cpp:335
ome::compat::shared_ptr< ome::xml::model::Shape > & getShape(std::vector< ome::compat::shared_ptr< ome::xml::model::Shape > >::size_type index)
Get Shape.
Definition: Union.cpp:314
Xerces-C modern C++ wrapper.
Definition: Base.h:53