Package ome.xml.model
Class Instrument
- java.lang.Object
-
- ome.xml.model.AbstractOMEModelObject
-
- ome.xml.model.Instrument
-
- All Implemented Interfaces:
OMEModelObject
public class Instrument extends AbstractOMEModelObject
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMESPACE
-
Constructor Summary
Constructors Constructor Description Instrument()Default constructor.Instrument(Instrument orig)Copy constructor.Instrument(org.w3c.dom.Element element, OMEModel model)Constructs Instrument recursively from an XML DOM tree.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDetector(Detector detector)voidaddDichroic(Dichroic dichroic)voidaddFilter(Filter filter)voidaddFilterSet(FilterSet filterSet)voidaddLightSource(LightSource lightSource)voidaddObjective(Objective objective)org.w3c.dom.ElementasXMLElement(org.w3c.dom.Document document)Takes the entire object hierarchy and produces an XML DOM tree.org.w3c.dom.ElementasXMLElement(org.w3c.dom.Document document, org.w3c.dom.Element Instrument_element)Takes the entire object hierarchy and produced an XML DOM tree taking into account class hierarchy.java.util.List<Detector>copyDetectorList()java.util.List<Dichroic>copyDichroicList()java.util.List<Filter>copyFilterList()java.util.List<FilterSet>copyFilterSetList()java.util.List<LightSource>copyLightSourceList()java.util.List<Annotation>copyLinkedAnnotationList()java.util.List<Image>copyLinkedImageList()java.util.List<Objective>copyObjectiveList()DetectorgetDetector(int index)DichroicgetDichroic(int index)FiltergetFilter(int index)FilterSetgetFilterSet(int index)java.lang.StringgetID()LightSourcegetLightSource(int index)AnnotationgetLinkedAnnotation(int index)ImagegetLinkedImage(int index)MicroscopegetMicroscope()ObjectivegetObjective(int index)booleanlink(Reference reference, OMEModelObject o)Link a given OME model object to this model object.booleanlinkAnnotation(Annotation o)booleanlinkImage(Image o)voidremoveDetector(Detector detector)voidremoveDichroic(Dichroic dichroic)voidremoveFilter(Filter filter)voidremoveFilterSet(FilterSet filterSet)voidremoveLightSource(LightSource lightSource)voidremoveObjective(Objective objective)DetectorsetDetector(int index, Detector detector)DichroicsetDichroic(int index, Dichroic dichroic)FiltersetFilter(int index, Filter filter)FilterSetsetFilterSet(int index, FilterSet filterSet)voidsetID(java.lang.String id)LightSourcesetLightSource(int index, LightSource lightSource)AnnotationsetLinkedAnnotation(int index, Annotation o)ImagesetLinkedImage(int index, Image o)voidsetMicroscope(Microscope microscope)ObjectivesetObjective(int index, Objective objective)intsizeOfDetectorList()intsizeOfDichroicList()intsizeOfFilterList()intsizeOfFilterSetList()intsizeOfLightSourceList()intsizeOfLinkedAnnotationList()intsizeOfLinkedImageList()intsizeOfObjectiveList()booleanunlinkAnnotation(Annotation o)booleanunlinkImage(Image o)voidupdate(org.w3c.dom.Element element, OMEModel model)Updates Instrument recursively from an XML DOM tree.-
Methods inherited from class ome.xml.model.AbstractOMEModelObject
getChildrenByTagName, stripNamespacePrefix
-
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Instrument
public Instrument()
Default constructor.
-
Instrument
public Instrument(org.w3c.dom.Element element, OMEModel model) throws EnumerationExceptionConstructs Instrument recursively from an XML DOM tree.- Parameters:
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.- Throws:
EnumerationException- If there is an error instantiating an enumeration during model object creation.
-
Instrument
public Instrument(Instrument orig)
Copy constructor.
-
-
Method Detail
-
update
public void update(org.w3c.dom.Element element, OMEModel model) throws EnumerationExceptionUpdates Instrument recursively from an XML DOM tree. NOTE: No properties are removed, only added or updated.- Specified by:
updatein interfaceOMEModelObject- Overrides:
updatein classAbstractOMEModelObject- Parameters:
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.- Throws:
EnumerationException- If there is an error instantiating an enumeration during model object creation.
-
link
public boolean link(Reference reference, OMEModelObject o)
Description copied from interface:OMEModelObjectLink a given OME model object to this model object.- Specified by:
linkin interfaceOMEModelObject- Overrides:
linkin classAbstractOMEModelObject- Parameters:
reference- The type qualifier for the reference. This should be the corresponding reference type foro. If, for example,ois of typeImage,referenceMUST be of typeImageRef.o- Model object to link to.- Returns:
trueif this model object was able to handle the reference,falseotherwise.
-
getID
public java.lang.String getID()
-
setID
public void setID(java.lang.String id)
-
getMicroscope
public Microscope getMicroscope()
-
setMicroscope
public void setMicroscope(Microscope microscope)
-
sizeOfLightSourceList
public int sizeOfLightSourceList()
-
copyLightSourceList
public java.util.List<LightSource> copyLightSourceList()
-
getLightSource
public LightSource getLightSource(int index)
-
setLightSource
public LightSource setLightSource(int index, LightSource lightSource)
-
addLightSource
public void addLightSource(LightSource lightSource)
-
removeLightSource
public void removeLightSource(LightSource lightSource)
-
sizeOfDetectorList
public int sizeOfDetectorList()
-
copyDetectorList
public java.util.List<Detector> copyDetectorList()
-
getDetector
public Detector getDetector(int index)
-
addDetector
public void addDetector(Detector detector)
-
removeDetector
public void removeDetector(Detector detector)
-
sizeOfObjectiveList
public int sizeOfObjectiveList()
-
copyObjectiveList
public java.util.List<Objective> copyObjectiveList()
-
getObjective
public Objective getObjective(int index)
-
addObjective
public void addObjective(Objective objective)
-
removeObjective
public void removeObjective(Objective objective)
-
sizeOfFilterSetList
public int sizeOfFilterSetList()
-
copyFilterSetList
public java.util.List<FilterSet> copyFilterSetList()
-
getFilterSet
public FilterSet getFilterSet(int index)
-
addFilterSet
public void addFilterSet(FilterSet filterSet)
-
removeFilterSet
public void removeFilterSet(FilterSet filterSet)
-
sizeOfFilterList
public int sizeOfFilterList()
-
copyFilterList
public java.util.List<Filter> copyFilterList()
-
getFilter
public Filter getFilter(int index)
-
addFilter
public void addFilter(Filter filter)
-
removeFilter
public void removeFilter(Filter filter)
-
sizeOfDichroicList
public int sizeOfDichroicList()
-
copyDichroicList
public java.util.List<Dichroic> copyDichroicList()
-
getDichroic
public Dichroic getDichroic(int index)
-
addDichroic
public void addDichroic(Dichroic dichroic)
-
removeDichroic
public void removeDichroic(Dichroic dichroic)
-
sizeOfLinkedAnnotationList
public int sizeOfLinkedAnnotationList()
-
copyLinkedAnnotationList
public java.util.List<Annotation> copyLinkedAnnotationList()
-
getLinkedAnnotation
public Annotation getLinkedAnnotation(int index)
-
setLinkedAnnotation
public Annotation setLinkedAnnotation(int index, Annotation o)
-
linkAnnotation
public boolean linkAnnotation(Annotation o)
-
unlinkAnnotation
public boolean unlinkAnnotation(Annotation o)
-
sizeOfLinkedImageList
public int sizeOfLinkedImageList()
-
copyLinkedImageList
public java.util.List<Image> copyLinkedImageList()
-
getLinkedImage
public Image getLinkedImage(int index)
-
linkImage
public boolean linkImage(Image o)
-
unlinkImage
public boolean unlinkImage(Image o)
-
asXMLElement
public org.w3c.dom.Element asXMLElement(org.w3c.dom.Document document)
Description copied from interface:OMEModelObjectTakes the entire object hierarchy and produces an XML DOM tree.- Specified by:
asXMLElementin interfaceOMEModelObject- Specified by:
asXMLElementin classAbstractOMEModelObject- Parameters:
document- Destination document for element creation, etc.- Returns:
- XML DOM tree root element for this model object.
-
asXMLElement
public org.w3c.dom.Element asXMLElement(org.w3c.dom.Document document, org.w3c.dom.Element Instrument_element)Description copied from class:AbstractOMEModelObjectTakes the entire object hierarchy and produced an XML DOM tree taking into account class hierarchy.- Overrides:
asXMLElementin classAbstractOMEModelObject- Parameters:
document- Destination document for element creation, etc.Instrument_element- Element from the subclass. Ifnulla new element will be created of this class.- Returns:
elementpopulated with properties from this class.
-
-