Class ExecutionResponsePort

    • Constructor Detail

      • ExecutionResponsePort

        public ExecutionResponsePort​(CompositeEntity container,
                                     java.lang.String name)
                              throws IllegalActionException,
                                     NameDuplicationException
        Construct a ResourceMappingOutputPort. The contained entities (SetVariable, Parameter and input port) are created from the XML description in the library.
        Parameters:
        container - The container.
        name - The name of this actor.
        Throws:
        IllegalActionException - If the container is incompatible with this actor.
        NameDuplicationException - If the name coincides with an actor already in the container.