Uses of Interface
ome.formats.model.ModelProcessor

Packages that use ModelProcessor
ome.formats   
ome.formats.model   
 

Uses of ModelProcessor in ome.formats
 

Methods in ome.formats that return types with arguments of type ModelProcessor
 List<ModelProcessor> OMEROMetadataStoreClient.getModelProcessors()
          Retrieves the current list of model processors the metadata store is using.
 

Methods in ome.formats with parameters of type ModelProcessor
 boolean OMEROMetadataStoreClient.addModelProcessor(ModelProcessor processor)
          Adds a model processor to the end of the processing chain.
 void OMEROMetadataStoreClient.removeModelProcessor(ModelProcessor processor)
          Removes a model processor from use.
 

Method parameters in ome.formats with type arguments of type ModelProcessor
 void OMEROMetadataStoreClient.setModelProcessors(List<ModelProcessor> modelProcessors)
          Sets the current set of model processors.
 

Uses of ModelProcessor in ome.formats.model
 

Classes in ome.formats.model that implement ModelProcessor
 class ChannelProcessor
          Processes the pixels sets of an IObjectContainerStore and ensures that LogicalChannel containers are present in the container cache, and populating channel name and colour where appropriate.
 class InstrumentProcessor
          Processes the members of an Instrument (Objective, OTF, Arc Laser and Filament) and ensures that the Instrument containers are present in the container cache, adding them if they are missing.
 class PixelsProcessor
          Processes the pixels sets of an IObjectContainerStore and ensures that the physical pixel dimensions are updated if they were specified by the user.
 class PlaneInfoProcessor
          Processes the plane info sets of an IObjectContainerStore and removes entities of this rapidly exploding object that have no metadata populated.
 class ReferenceProcessor
          Processes the references of an IObjectContainerStore and ensures that container references are consistent with the LSID stored in the IObjectContainer itself.
 class ShapeProcessor
          Processes the shapes of a IObjectContainerStore and ensures that the ROI containers are present.
 class TargetProcessor
          Processes the IObjectContainerStore and populates references for the linkage target object of choice.
 class WellProcessor
          Processes the Wells of an IObjectContainerStore and ensures that the Plate has been populated and that it is validated and that if any PlateAcquisition objects are in the hierarchy that they have a name.
 



OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.