Interface DynamicOperation


  • public interface DynamicOperation
    This interface defines a DynamicOperation.
    • Method Detail

      • resolveOperation

        Operation resolveOperation​(java.lang.Object... pImages)
                            throws IM4JavaException
        Resolve the DynamicOperation.
        Parameters:
        pImages - the Object representing the Image
        Returns:
        an instance Operation
        Throws:
        IM4JavaException - an m4java Exception occured
        See Also:
        Operation