public class Filter extends ManufacturerSpec
Modifier and Type | Field and Description |
---|---|
private List<Annotation> |
annotationLinks |
private List<FilterSet> |
filterSetEmissionFilterLinks |
private List<FilterSet> |
filterSetExcitationFilterLinks |
private String |
filterWheel |
private String |
id |
private Instrument |
instrument |
private List<LightPath> |
lightPathEmissionFilterLinks |
private List<LightPath> |
lightPathExcitationFilterLinks |
private static org.slf4j.Logger |
LOGGER
Logger for this class.
|
static String |
NAMESPACE |
private TransmittanceRange |
transmittanceRange |
private FilterType |
type |
Constructor and Description |
---|
Filter()
Default constructor.
|
Filter(Element element,
OMEModel model)
Constructs Filter recursively from an XML DOM tree.
|
Filter(Filter orig)
Copy constructor.
|
getLotNumber, getManufacturer, getModel, getSerialNumber, setLotNumber, setManufacturer, setModel, setSerialNumber
getChildrenByTagName, stripNamespacePrefix
public static final String NAMESPACE
private static final org.slf4j.Logger LOGGER
private String filterWheel
private FilterType type
private String id
private TransmittanceRange transmittanceRange
private List<Annotation> annotationLinks
private Instrument instrument
public Filter()
public Filter(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.public Filter(Filter orig)
public void update(Element element, OMEModel model) throws EnumerationException
update
in interface OMEModelObject
update
in class ManufacturerSpec
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.public boolean link(Reference reference, OMEModelObject o)
OMEModelObject
link
in interface OMEModelObject
link
in class ManufacturerSpec
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.public String getFilterWheel()
public void setFilterWheel(String filterWheel)
public FilterType getType()
public void setType(FilterType type)
public String getID()
public void setID(String id)
public TransmittanceRange getTransmittanceRange()
public void setTransmittanceRange(TransmittanceRange transmittanceRange)
public int sizeOfLinkedAnnotationList()
public List<Annotation> copyLinkedAnnotationList()
public Annotation getLinkedAnnotation(int index)
public Annotation setLinkedAnnotation(int index, Annotation o)
public boolean linkAnnotation(Annotation o)
public boolean unlinkAnnotation(Annotation o)
public Instrument getInstrument()
public void setInstrument(Instrument instrument_BackReference)
public int sizeOfLinkedFilterSetExcitationFilterList()
public List<FilterSet> copyLinkedFilterSetExcitationFilterList()
public FilterSet getLinkedFilterSetExcitationFilter(int index)
public FilterSet setLinkedFilterSetExcitationFilter(int index, FilterSet o)
public boolean linkFilterSetExcitationFilter(FilterSet o)
public boolean unlinkFilterSetExcitationFilter(FilterSet o)
public int sizeOfLinkedFilterSetEmissionFilterList()
public List<FilterSet> copyLinkedFilterSetEmissionFilterList()
public FilterSet getLinkedFilterSetEmissionFilter(int index)
public FilterSet setLinkedFilterSetEmissionFilter(int index, FilterSet o)
public boolean linkFilterSetEmissionFilter(FilterSet o)
public boolean unlinkFilterSetEmissionFilter(FilterSet o)
public int sizeOfLinkedLightPathExcitationFilterList()
public List<LightPath> copyLinkedLightPathExcitationFilterList()
public LightPath getLinkedLightPathExcitationFilter(int index)
public LightPath setLinkedLightPathExcitationFilter(int index, LightPath o)
public boolean linkLightPathExcitationFilter(LightPath o)
public boolean unlinkLightPathExcitationFilter(LightPath o)
public int sizeOfLinkedLightPathEmissionFilterList()
public List<LightPath> copyLinkedLightPathEmissionFilterList()
public LightPath getLinkedLightPathEmissionFilter(int index)
public LightPath setLinkedLightPathEmissionFilter(int index, LightPath o)
public boolean linkLightPathEmissionFilter(LightPath o)
public boolean unlinkLightPathEmissionFilter(LightPath o)
public Element asXMLElement(Document document)
OMEModelObject
asXMLElement
in interface OMEModelObject
asXMLElement
in class ManufacturerSpec
document
- Destination document for element creation, etc.protected Element asXMLElement(Document document, Element Filter_element)
AbstractOMEModelObject
asXMLElement
in class ManufacturerSpec
document
- Destination document for element creation, etc.Filter_element
- Element from the subclass. If null a new
element will be created of this class.element
populated with properties from this class.Copyright © 2016 Open Microscopy Environment