Class DummyTransformer

    • Constructor Detail

      • DummyTransformer

        public DummyTransformer​(CompositeEntity container,
                                java.lang.String name)
                         throws NameDuplicationException,
                                IllegalActionException
        Constructs an instance of a dummy transformer actor for testing purposes. It mimics a typical image processing operation on a shared frame buffer, where it can perform the operation in-place, modifying the frame buffer, or operate in a copying mode where it produces a new frame buffer, leaving the original intact for other operations.
        Parameters:
        container - The container.
        name - The name of this actor.
        Throws:
        IllegalActionException - If the actor cannot be contained by the proposed container.
        NameDuplicationException - If the container already has an actor with this name.