Package ome.util

Class IdBlock

  • All Implemented Interfaces:
    CBlock

    public class IdBlock
    extends java.lang.Object
    implements CBlock
    CBlock implementation which collects ids from IObjects
    Since:
    3.0
    • Constructor Summary

      Constructors 
      Constructor Description
      IdBlock()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object call​(IObject arg0)
      invoke this block.
      • Methods inherited from class java.lang.Object

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

      • IdBlock

        public IdBlock()
    • Method Detail

      • call

        public java.lang.Object call​(IObject arg0)
        Description copied from interface: CBlock
        invoke this block.
        Specified by:
        call in interface CBlock
        Parameters:
        arg0 - An IObject (possibly null) which should be considered for mapping.
        Returns:
        A possibly null value which is under some interpretation "mapped" to the object argument