ome-xml
5.6.0
|
#include <ome/xml/model/Plate.h>
Classes | |
class | Impl |
Private implementation details of Plate model object. More... | |
Public Member Functions | |
Plate () | |
Default constructor. | |
Plate (const Plate ©) | |
Copy constructor. More... | |
virtual | ~Plate () |
Destructor. | |
const std::string & | elementName () const |
Get the element name of this model object. More... | |
bool | validElementName (const std::string &name) const |
Check if a given element name is valid for processing by this model object. More... | |
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. More... | |
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. More... | |
std::shared_ptr< std::string > | getStatus () |
Get the Status property. More... | |
const std::shared_ptr< std::string > | getStatus () const |
Get the Status property. More... | |
void | setStatus (std::shared_ptr< std::string > &status) |
Set the Status property. More... | |
std::shared_ptr< ome::xml::model::primitives::PositiveInteger > | getRows () |
Get the Rows property. More... | |
const std::shared_ptr< ome::xml::model::primitives::PositiveInteger > | getRows () const |
Get the Rows property. More... | |
void | setRows (std::shared_ptr< ome::xml::model::primitives::PositiveInteger > &rows) |
Set the Rows property. More... | |
std::shared_ptr< std::string > | getExternalIdentifier () |
Get the ExternalIdentifier property. More... | |
const std::shared_ptr< std::string > | getExternalIdentifier () const |
Get the ExternalIdentifier property. More... | |
void | setExternalIdentifier (std::shared_ptr< std::string > &externalIdentifier) |
Set the ExternalIdentifier property. More... | |
std::shared_ptr< ome::xml::model::enums::NamingConvention > | getRowNamingConvention () |
Get the RowNamingConvention property. More... | |
const std::shared_ptr< ome::xml::model::enums::NamingConvention > | getRowNamingConvention () const |
Get the RowNamingConvention property. More... | |
void | setRowNamingConvention (std::shared_ptr< ome::xml::model::enums::NamingConvention > &rowNamingConvention) |
Set the RowNamingConvention property. More... | |
std::shared_ptr< ome::xml::model::enums::NamingConvention > | getColumnNamingConvention () |
Get the ColumnNamingConvention property. More... | |
const std::shared_ptr< ome::xml::model::enums::NamingConvention > | getColumnNamingConvention () const |
Get the ColumnNamingConvention property. More... | |
void | setColumnNamingConvention (std::shared_ptr< ome::xml::model::enums::NamingConvention > &columnNamingConvention) |
Set the ColumnNamingConvention property. More... | |
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | getFieldIndex () |
Get the FieldIndex property. More... | |
const std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | getFieldIndex () const |
Get the FieldIndex property. More... | |
void | setFieldIndex (std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &fieldIndex) |
Set the FieldIndex property. More... | |
std::shared_ptr< ome::xml::model::primitives::PositiveInteger > | getColumns () |
Get the Columns property. More... | |
const std::shared_ptr< ome::xml::model::primitives::PositiveInteger > | getColumns () const |
Get the Columns property. More... | |
void | setColumns (std::shared_ptr< ome::xml::model::primitives::PositiveInteger > &columns) |
Set the Columns property. More... | |
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & | getWellOriginY () |
Get the WellOriginY property. More... | |
const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & | getWellOriginY () const |
Get the WellOriginY property. More... | |
void | setWellOriginY (const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > &wellOriginY) |
Set the WellOriginY property. More... | |
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & | getWellOriginX () |
Get the WellOriginX property. More... | |
const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & | getWellOriginX () const |
Get the WellOriginX property. More... | |
void | setWellOriginX (const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > &wellOriginX) |
Set the WellOriginX property. More... | |
const std::string & | getID () const |
Get the ID property. More... | |
void | setID (const std::string &id) |
Set the ID property. More... | |
std::shared_ptr< std::string > | getName () |
Get the Name property. More... | |
const std::shared_ptr< std::string > | getName () const |
Get the Name property. More... | |
void | setName (std::shared_ptr< std::string > &name) |
Set the Name property. More... | |
std::shared_ptr< std::string > | getDescription () |
Get the Description property. More... | |
const std::shared_ptr< std::string > | getDescription () const |
Get the Description property. More... | |
void | setDescription (std::shared_ptr< std::string > &description) |
Set the Description property. More... | |
std::vector< std::shared_ptr< ome::xml::model::Well > >::size_type | sizeOfWellList () const |
Get size of linked Well list. More... | |
std::vector< std::shared_ptr< ome::xml::model::Well > > & | getWellList () |
Get the Well list. More... | |
const std::vector< std::shared_ptr< ome::xml::model::Well > > & | getWellList () const |
Get the Well list. More... | |
std::shared_ptr< ome::xml::model::Well > & | getWell (std::vector< std::shared_ptr< ome::xml::model::Well >>::size_type index) |
Get Well. More... | |
const std::shared_ptr< ome::xml::model::Well > & | getWell (std::vector< std::shared_ptr< ome::xml::model::Well >>::size_type index) const |
Get Well. More... | |
void | setWell (std::vector< std::shared_ptr< ome::xml::model::Well >>::size_type index, std::shared_ptr< ome::xml::model::Well > &well) |
Set Well. More... | |
void | addWell (std::shared_ptr< ome::xml::model::Well > &well) |
Add Well. More... | |
void | removeWell (std::shared_ptr< ome::xml::model::Well > &well) |
Remove Well. More... | |
OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type::size_type | sizeOfLinkedAnnotationList () const |
Get size of linked Annotation list. More... | |
OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type | getLinkedAnnotationList () const |
Get the linked Annotation list. More... | |
const std::weak_ptr< ome::xml::model::Annotation > & | getLinkedAnnotation (OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type::size_type index) const |
Get linked Annotation. More... | |
const std::weak_ptr< ome::xml::model::Annotation > & | setLinkedAnnotation (OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type::size_type index, const std::shared_ptr< ome::xml::model::Annotation > &annotation) |
Set linked Annotation. More... | |
bool | linkAnnotation (const std::shared_ptr< ome::xml::model::Annotation > &annotation) |
Link Annotation. More... | |
bool | unlinkAnnotation (const std::shared_ptr< ome::xml::model::Annotation > &annotation) |
Unlink Annotation. More... | |
std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition > >::size_type | sizeOfPlateAcquisitionList () const |
Get size of linked PlateAcquisition list. More... | |
std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition > > & | getPlateAcquisitionList () |
Get the PlateAcquisition list. More... | |
const std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition > > & | getPlateAcquisitionList () const |
Get the PlateAcquisition list. More... | |
std::shared_ptr< ome::xml::model::PlateAcquisition > & | getPlateAcquisition (std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition >>::size_type index) |
Get PlateAcquisition. More... | |
const std::shared_ptr< ome::xml::model::PlateAcquisition > & | getPlateAcquisition (std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition >>::size_type index) const |
Get PlateAcquisition. More... | |
void | setPlateAcquisition (std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition >>::size_type index, std::shared_ptr< ome::xml::model::PlateAcquisition > &plateAcquisition) |
Set PlateAcquisition. More... | |
void | addPlateAcquisition (std::shared_ptr< ome::xml::model::PlateAcquisition > &plateAcquisition) |
Add PlateAcquisition. More... | |
void | removePlateAcquisition (std::shared_ptr< ome::xml::model::PlateAcquisition > &plateAcquisition) |
Remove PlateAcquisition. More... | |
OMEModelObject::indexed_container< ome::xml::model::Screen, std::weak_ptr >::type::size_type | sizeOfLinkedScreenList () const |
Get size of linked Screen list. More... | |
OMEModelObject::indexed_container< ome::xml::model::Screen, std::weak_ptr >::type | getLinkedScreenList () const |
Get the linked Screen list. More... | |
const std::weak_ptr< ome::xml::model::Screen > & | getLinkedScreen (OMEModelObject::indexed_container< ome::xml::model::Screen, std::weak_ptr >::type::size_type index) const |
Get linked Screen. More... | |
const std::weak_ptr< ome::xml::model::Screen > & | setLinkedScreen (OMEModelObject::indexed_container< ome::xml::model::Screen, std::weak_ptr >::type::size_type index, const std::shared_ptr< ome::xml::model::Screen > &screen_BackReference) |
Set linked Screen. More... | |
bool | linkScreen (const std::shared_ptr< ome::xml::model::Screen > &screen_BackReference) |
Link Screen. More... | |
bool | unlinkScreen (const std::shared_ptr< ome::xml::model::Screen > &screen_BackReference) |
Unlink Screen. More... | |
const std::string & | getXMLNamespace () const |
Get the XML namespace for this model object. More... | |
Public Member Functions inherited from ome::xml::model::detail::OMEModelObject | |
virtual | ~OMEModelObject () |
Destructor. | |
virtual common::xml::dom::Element | asXMLElement (common::xml::dom::Document &document) const |
Transform the object hierarchy rooted at this element to XML. More... | |
virtual void | asXMLElement (common::xml::dom::Document &document, common::xml::dom::Element &element) const |
Transform the object hierarchy rooted at this element to XML. More... | |
virtual void | update (const common::xml::dom::Element &element, ::ome::xml::model::OMEModel &model) |
Update the object hierarchy recursively from an XML DOM tree. More... | |
virtual 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. More... | |
Public Member Functions inherited from ome::xml::model::OMEModelObject | |
virtual bool | link (std::shared_ptr< Reference > &reference, std::shared_ptr< OMEModelObject > &object)=0 |
Link a given OME model object to this model object. More... | |
Static Public Member Functions | |
static std::shared_ptr< Plate > | create (const common::xml::dom::Element &element, ome::xml::model::OMEModel &model) |
Create a Plate model object from DOM element. More... | |
Static Public Member Functions inherited from ome::xml::model::detail::OMEModelObject | |
static std::vector< common::xml::dom::Element > | getChildrenByTagName (const common::xml::dom::Element &parent, const std::string &name) |
Retrieve all the children of an element that have a given tag name. More... | |
static std::string | stripNamespacePrefix (const std::string &value) |
Strip the namespace prefix from a tag name. More... | |
Protected Member Functions | |
virtual void | asXMLElementInternal (common::xml::dom::Document &document, common::xml::dom::Element &element) const |
Transform the object hierarchy rooted at this element to XML. More... | |
Protected Member Functions inherited from ome::xml::model::detail::OMEModelObject | |
OMEModelObject (const std::string &objectType="OMEModelObject") | |
Constructor. More... | |
OMEModelObject (const OMEModelObject ©) | |
Copy constructor. More... | |
template<class C , typename T > | |
bool | contains (const C &container, const std::shared_ptr< T > &element) |
Check if a container contains a particular element. More... | |
Protected Member Functions inherited from ome::xml::model::OMEModelObject | |
OMEModelObject () | |
Constructor. | |
Private Attributes | |
std::shared_ptr< Impl > | impl |
Private implementation details. | |
Additional Inherited Members | |
Protected Attributes inherited from ome::xml::model::detail::OMEModelObject | |
ome::common::Logger | logger |
Message logger. | |
Plate model object.
ome::xml::model::Plate::Plate | ( | const Plate & | copy | ) |
Copy constructor.
copy | the Plate to copy. |
void ome::xml::model::Plate::addPlateAcquisition | ( | std::shared_ptr< ome::xml::model::PlateAcquisition > & | plateAcquisition | ) |
Add PlateAcquisition.
plateAcquisition | the PlateAcquisition to add. |
Return list position?
Detect and handle duplicates?
References impl.
Referenced by update().
void ome::xml::model::Plate::addWell | ( | std::shared_ptr< ome::xml::model::Well > & | well | ) |
|
protectedvirtual |
Transform the object hierarchy rooted at this element to XML.
This internal implementation of asXMLelement also requires an XML element, which must not be null, or may be instantiated and passed from superclasses.
Concrete model object implementations should override this method.
document | XML document for element creation. |
element | XML element for setting model data. |
Implements ome::xml::model::detail::OMEModelObject.
References ome::common::xml::dom::Node::appendChild(), ome::xml::model::detail::OMEModelObject::asXMLElementInternal(), ome::common::xml::dom::Document::createElementNS(), getXMLNamespace(), impl, and ome::common::xml::dom::Element::setAttribute().
|
static |
Create a Plate model object from DOM element.
element | root of the XML DOM tree to from which to construct the model object graph. |
model | handler for the OME model used to track instances and references seen during the update. |
EnumerationException | if there is an error instantiating an enumeration during model object creation, or ModelException if there are any consistency or validity errors found during processing. |
Referenced by ome::xml::model::OME::update().
|
virtual |
Get the element name of this model object.
This will be the most-derived class name.
Implements ome::xml::model::OMEModelObject.
std::shared_ptr< ome::xml::model::enums::NamingConvention > ome::xml::model::Plate::getColumnNamingConvention | ( | ) |
Get the ColumnNamingConvention property.
References impl.
const std::shared_ptr< ome::xml::model::enums::NamingConvention > ome::xml::model::Plate::getColumnNamingConvention | ( | ) | const |
Get the ColumnNamingConvention property.
References impl.
std::shared_ptr< ome::xml::model::primitives::PositiveInteger > ome::xml::model::Plate::getColumns | ( | ) |
const std::shared_ptr< ome::xml::model::primitives::PositiveInteger > ome::xml::model::Plate::getColumns | ( | ) | const |
std::shared_ptr< std::string > ome::xml::model::Plate::getDescription | ( | ) |
const std::shared_ptr< std::string > ome::xml::model::Plate::getDescription | ( | ) | const |
std::shared_ptr< std::string > ome::xml::model::Plate::getExternalIdentifier | ( | ) |
const std::shared_ptr< std::string > ome::xml::model::Plate::getExternalIdentifier | ( | ) | const |
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > ome::xml::model::Plate::getFieldIndex | ( | ) |
const std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > ome::xml::model::Plate::getFieldIndex | ( | ) | const |
const std::string & ome::xml::model::Plate::getID | ( | ) | const |
const std::weak_ptr< ome::xml::model::Annotation > & ome::xml::model::Plate::getLinkedAnnotation | ( | OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type::size_type | index | ) | const |
Get linked Annotation.
index | the index number of the Annotation. |
std::out_of_range | if the index is invalid. |
References impl.
OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type ome::xml::model::Plate::getLinkedAnnotationList | ( | ) | const |
const std::weak_ptr< ome::xml::model::Screen > & ome::xml::model::Plate::getLinkedScreen | ( | OMEModelObject::indexed_container< ome::xml::model::Screen, std::weak_ptr >::type::size_type | index | ) | const |
OMEModelObject::indexed_container< ome::xml::model::Screen, std::weak_ptr >::type ome::xml::model::Plate::getLinkedScreenList | ( | ) | const |
std::shared_ptr< std::string > ome::xml::model::Plate::getName | ( | ) |
const std::shared_ptr< std::string > ome::xml::model::Plate::getName | ( | ) | const |
std::shared_ptr< ome::xml::model::PlateAcquisition > & ome::xml::model::Plate::getPlateAcquisition | ( | std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition >>::size_type | index | ) |
Get PlateAcquisition.
index | the index number of the PlateAcquisition. |
std::out_of_range | if the index is invalid. |
References impl.
const std::shared_ptr< ome::xml::model::PlateAcquisition > & ome::xml::model::Plate::getPlateAcquisition | ( | std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition >>::size_type | index | ) | const |
Get PlateAcquisition.
index | the index number of the PlateAcquisition. |
std::out_of_range | if the index is invalid. |
References impl.
std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition > > & ome::xml::model::Plate::getPlateAcquisitionList | ( | ) |
const std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition > > & ome::xml::model::Plate::getPlateAcquisitionList | ( | ) | const |
std::shared_ptr< ome::xml::model::enums::NamingConvention > ome::xml::model::Plate::getRowNamingConvention | ( | ) |
const std::shared_ptr< ome::xml::model::enums::NamingConvention > ome::xml::model::Plate::getRowNamingConvention | ( | ) | const |
std::shared_ptr< ome::xml::model::primitives::PositiveInteger > ome::xml::model::Plate::getRows | ( | ) |
const std::shared_ptr< ome::xml::model::primitives::PositiveInteger > ome::xml::model::Plate::getRows | ( | ) | const |
std::shared_ptr< std::string > ome::xml::model::Plate::getStatus | ( | ) |
const std::shared_ptr< std::string > ome::xml::model::Plate::getStatus | ( | ) | const |
std::shared_ptr< ome::xml::model::Well > & ome::xml::model::Plate::getWell | ( | std::vector< std::shared_ptr< ome::xml::model::Well >>::size_type | index | ) |
const std::shared_ptr< ome::xml::model::Well > & ome::xml::model::Plate::getWell | ( | std::vector< std::shared_ptr< ome::xml::model::Well >>::size_type | index | ) | const |
std::vector< std::shared_ptr< ome::xml::model::Well > > & ome::xml::model::Plate::getWellList | ( | ) |
const std::vector< std::shared_ptr< ome::xml::model::Well > > & ome::xml::model::Plate::getWellList | ( | ) | const |
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & ome::xml::model::Plate::getWellOriginX | ( | ) |
const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & ome::xml::model::Plate::getWellOriginX | ( | ) | const |
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & ome::xml::model::Plate::getWellOriginY | ( | ) |
const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & ome::xml::model::Plate::getWellOriginY | ( | ) | const |
|
virtual |
Get the XML namespace for this model object.
Implements ome::xml::model::OMEModelObject.
Referenced by asXMLElementInternal().
bool ome::xml::model::Plate::link | ( | std::shared_ptr< Reference > & | reference, |
std::shared_ptr< ome::xml::model::OMEModelObject > & | object | ||
) |
Link a given OME model object to this model object.
reference | type qualifier for the reference. This should be the corresponding reference type for object. If, for example, object is of type Image, reference must be of type ImageRef. |
object | Model object to link to. |
true
if this model object was able to handle the reference, otherwise false
.References impl, ome::xml::model::detail::OMEModelObject::link(), ome::xml::model::Annotation::linkPlate(), and ome::xml::model::detail::OMEModelObject::logger.
bool ome::xml::model::Plate::linkAnnotation | ( | const std::shared_ptr< ome::xml::model::Annotation > & | annotation | ) |
Link Annotation.
annotation | the Annotation to link. |
true
if the object was added to the internal annotationLinks list, otherwise false
.References impl.
bool ome::xml::model::Plate::linkScreen | ( | const std::shared_ptr< ome::xml::model::Screen > & | screen_BackReference | ) |
Link Screen.
screen_BackReference | the Screen to link. |
true
if the object was added to the internal screenLinks list, otherwise false
.References impl.
Referenced by ome::xml::model::Screen::link().
void ome::xml::model::Plate::removePlateAcquisition | ( | std::shared_ptr< ome::xml::model::PlateAcquisition > & | plateAcquisition | ) |
Remove PlateAcquisition.
plateAcquisition | the PlateAcquisition to remove. |
Doesn't the removal break the indexing?
Does the removal deal with multiple instances; we aren't preventing duplicates on insertion.
References impl.
void ome::xml::model::Plate::removeWell | ( | std::shared_ptr< ome::xml::model::Well > & | well | ) |
void ome::xml::model::Plate::setColumnNamingConvention | ( | std::shared_ptr< ome::xml::model::enums::NamingConvention > & | columnNamingConvention | ) |
void ome::xml::model::Plate::setColumns | ( | std::shared_ptr< ome::xml::model::primitives::PositiveInteger > & | columns | ) |
void ome::xml::model::Plate::setDescription | ( | std::shared_ptr< std::string > & | description | ) |
void ome::xml::model::Plate::setExternalIdentifier | ( | std::shared_ptr< std::string > & | externalIdentifier | ) |
void ome::xml::model::Plate::setFieldIndex | ( | std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > & | fieldIndex | ) |
void ome::xml::model::Plate::setID | ( | const std::string & | id | ) |
const std::weak_ptr< ome::xml::model::Annotation > & ome::xml::model::Plate::setLinkedAnnotation | ( | OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type::size_type | index, |
const std::shared_ptr< ome::xml::model::Annotation > & | annotation | ||
) |
Set linked Annotation.
index | the index number of the Annotation. |
annotation | the Annotation to set. |
std::out_of_range | if the index is invalid. |
References impl.
const std::weak_ptr< ome::xml::model::Screen > & ome::xml::model::Plate::setLinkedScreen | ( | OMEModelObject::indexed_container< ome::xml::model::Screen, std::weak_ptr >::type::size_type | index, |
const std::shared_ptr< ome::xml::model::Screen > & | screen_BackReference | ||
) |
void ome::xml::model::Plate::setName | ( | std::shared_ptr< std::string > & | name | ) |
void ome::xml::model::Plate::setPlateAcquisition | ( | std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition >>::size_type | index, |
std::shared_ptr< ome::xml::model::PlateAcquisition > & | plateAcquisition | ||
) |
Set PlateAcquisition.
index | the index number of the PlateAcquisition. |
plateAcquisition | the PlateAcquisition to set. |
std::out_of_range | if the index is invalid. |
References impl.
void ome::xml::model::Plate::setRowNamingConvention | ( | std::shared_ptr< ome::xml::model::enums::NamingConvention > & | rowNamingConvention | ) |
void ome::xml::model::Plate::setRows | ( | std::shared_ptr< ome::xml::model::primitives::PositiveInteger > & | rows | ) |
void ome::xml::model::Plate::setStatus | ( | std::shared_ptr< std::string > & | status | ) |
void ome::xml::model::Plate::setWell | ( | std::vector< std::shared_ptr< ome::xml::model::Well >>::size_type | index, |
std::shared_ptr< ome::xml::model::Well > & | well | ||
) |
void ome::xml::model::Plate::setWellOriginX | ( | const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & | wellOriginX | ) |
void ome::xml::model::Plate::setWellOriginY | ( | const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & | wellOriginY | ) |
OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type::size_type ome::xml::model::Plate::sizeOfLinkedAnnotationList | ( | ) | const |
OMEModelObject::indexed_container< ome::xml::model::Screen, std::weak_ptr >::type::size_type ome::xml::model::Plate::sizeOfLinkedScreenList | ( | ) | const |
std::vector< std::shared_ptr< ome::xml::model::PlateAcquisition > >::size_type ome::xml::model::Plate::sizeOfPlateAcquisitionList | ( | ) | const |
std::vector< std::shared_ptr< ome::xml::model::Well > >::size_type ome::xml::model::Plate::sizeOfWellList | ( | ) | const |
bool ome::xml::model::Plate::unlinkAnnotation | ( | const std::shared_ptr< ome::xml::model::Annotation > & | annotation | ) |
Unlink Annotation.
annotation | the Annotation to unlink. |
true
if the Annotation was unlinked, otherwise false
if the Annotation was not linked and could hence not be unlinked.Does the return value serve any useful purpose? Is this also inherited Java API?
Doesn't the removal break the indexing?
Does the removal deal with multiple instances; we aren't preventing duplicates on insertion.
References impl.
bool ome::xml::model::Plate::unlinkScreen | ( | const std::shared_ptr< ome::xml::model::Screen > & | screen_BackReference | ) |
Unlink Screen.
screen_BackReference | the Screen to unlink. |
true
if the Screen was unlinked, otherwise false
if the Screen was not linked and could hence not be unlinked.Does the return value serve any useful purpose? Is this also inherited Java API?
Doesn't the removal break the indexing?
Does the removal deal with multiple instances; we aren't preventing duplicates on insertion.
References impl.
|
virtual |
Update the object hierarchy recursively from an XML DOM tree.
element | root of the XML DOM tree to from which to construct the model object graph. |
model | handler for the OME model used to track instances and references seen during the update. |
EnumerationException | if there is an error instantiating an enumeration during model object creation, or ModelException if there are any consistency or validity errors found during processing. |
Implements ome::xml::model::OMEModelObject.
References ome::xml::model::OMEModel::addModelObject(), addPlateAcquisition(), ome::xml::model::OMEModel::addReference(), addWell(), ome::xml::model::PlateAcquisition::create(), ome::xml::model::Well::create(), ome::common::xml::dom::Element::getAttribute(), ome::xml::model::detail::OMEModelObject::getChildrenByTagName(), getID(), ome::common::xml::dom::Element::getTagName(), ome::common::xml::dom::Element::hasAttribute(), ome::xml::model::detail::OMEModelObject::logger, setColumnNamingConvention(), setColumns(), setDescription(), setExternalIdentifier(), setFieldIndex(), setID(), setName(), setRowNamingConvention(), setRows(), setStatus(), setWellOriginX(), setWellOriginY(), ome::xml::model::detail::OMEModelObject::update(), and validElementName().
|
virtual |
Check if a given element name is valid for processing by this model object.
Used for processing nodes when interitance is involved.
name | the element name to check. |
true
if valid, false
if invalid. Implements ome::xml::model::detail::OMEModelObject.
Referenced by update().