Interface DynamicOperation


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

    Modifier and Type
    Method
    Description
    Resolve the DynamicOperation.
  • Method Details

    • resolveOperation

      Operation resolveOperation(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: