public interface OMEModelObject
Modifier and Type | Method and Description |
---|---|
Element |
asXMLElement(Document document)
Takes the entire object hierarchy and produces an XML DOM tree.
|
boolean |
link(Reference reference,
OMEModelObject o)
Link a given OME model object to this model object.
|
void |
update(Element element,
OMEModel model)
Updates the object hierarchy recursively from an XML DOM tree.
|
Element asXMLElement(Document document)
document
- Destination document for element creation, etc.void update(Element element, OMEModel model) throws EnumerationException
element
- Root of the XML DOM tree to construct a model object
graph from.model
- Handler for the OME model which keeps track of instances
and references seen during object population.EnumerationException
- If there is an error instantiating an
enumeration during model object creation.boolean link(Reference reference, OMEModelObject o)
reference
- The type qualifier for the reference. This should
be the corresponding reference type for o
. If, for example,
o
is of type Image
, reference
MUST be of type ImageRef
.o
- Model object to link to.true
if this model object was able to handle the
reference, false
otherwise.Copyright © 2016 Open Microscopy Environment