Uses of Interface
ome.xml.meta.BaseMetadata
-
Packages that use BaseMetadata Package Description ome.xml.meta -
-
Uses of BaseMetadata in ome.xml.meta
Subinterfaces of BaseMetadata in ome.xml.meta Modifier and Type Interface Description interfaceIMetadataA proxy capable of bidirectional communication of biological image data to and from a particular storage medium.interfaceMetadataRetrieveA proxy whose responsibility it is to extract biological image data from a particular storage medium.interfaceMetadataStoreA proxy whose responsibility it is to marshal biological image data into a particular storage medium.interfaceOMEXMLMetadataA utility class for constructing and manipulating OME-XML DOMs.Classes in ome.xml.meta that implement BaseMetadata Modifier and Type Class Description classAbstractOMEXMLMetadataA utility class for constructing and manipulating OME-XML DOMs.classAggregateMetadataA metadata store which delegates the actual storage to one or more sub metadata stores.classDummyMetadataA dummy implementation forMetadataStoreandMetadataRetrievethat is used when no other metadata implementations are available.classFilterMetadataAn implementation ofMetadataStorethat removes unprintable characters from metadata values before storing them in a delegate MetadataStore.classOMEXMLMetadataImplA metadata store implementation for constructing and manipulating OME-XML DOMs for the current version of OME-XML.Constructor parameters in ome.xml.meta with type arguments of type BaseMetadata Constructor Description AggregateMetadata(java.util.List<BaseMetadata> delegates)Creates a new instance.
-