Package ome.tools

Class HierarchyTransformations


  • public class HierarchyTransformations
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends ome.model.IObject>
      java.util.Set<T>
      invertPDI​(java.util.Set<ome.model.core.Image> imagesAll, ome.util.CBlock<T> block)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HierarchyTransformations

        public HierarchyTransformations()
    • Method Detail

      • invertPDI

        public static <T extends ome.model.IObject> java.util.Set<T> invertPDI​(java.util.Set<ome.model.core.Image> imagesAll,
                                                                               ome.util.CBlock<T> block)
        Parameters:
        imagesAll -
        block -
        Returns:
        a Set with Image, Dataset, and Project, instances.