Interface OutputPortInterface<T extends Number & Comparable<T>,TYPE>

Type Parameters:
T - the time type
TYPE - The type of messages the input port accepts.
All Known Implementing Classes:
OutputPort

public interface OutputPortInterface<T extends Number & Comparable<T>,TYPE>
OutputPortInterface class. Describes the contract for an output port of the Classic Parallel DEVS Atomic Model with Ports conform Zeigler et al (2000), section 4.2.2. and section 4.3 (pp. 84 ff).

Copyright (c) 2009-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://simulation.tudelft.nl. The DSOL project is distributed under a three-clause BSD-style license, which can be found at https://https://simulation.tudelft.nl/dsol/docs/latest/license.html.

Author:
Mamadou Seck
, Alexander Verbraeck
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    send(TYPE value)
    Send a message through the output port.