Class Profile.FiringFunctionPort

  • Enclosing class:
    Profile

    public static class Profile.FiringFunctionPort
    extends java.lang.Object
    A firing function port.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String externalPortName
      The name of the external port?
      boolean isInput
      True if this is an input port.
      java.lang.String name
      The name of the external port.
      int rate
      The rate.
    • Constructor Summary

      Constructors 
      Constructor Description
      FiringFunctionPort​(java.lang.String portName, java.lang.String externalPort, int portRate, boolean isInputPort)
      Create a firing function port.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        The name of the external port.
      • externalPortName

        public java.lang.String externalPortName
        The name of the external port?
      • rate

        public int rate
        The rate.
      • isInput

        public boolean isInput
        True if this is an input port.
    • Constructor Detail

      • FiringFunctionPort

        public FiringFunctionPort​(java.lang.String portName,
                                  java.lang.String externalPort,
                                  int portRate,
                                  boolean isInputPort)
        Create a firing function port.
        Parameters:
        portName - The name of the port.
        externalPort - The external port.
        portRate - The rate of the port.
        isInputPort - True if this is an input port.