Package ptolemy.cg.lib
Class Profile.FiringFunctionPort
- java.lang.Object
-
- ptolemy.cg.lib.Profile.FiringFunctionPort
-
- Enclosing class:
- Profile
public static class Profile.FiringFunctionPort extends java.lang.ObjectA firing function port.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringexternalPortNameThe name of the external port?booleanisInputTrue if this is an input port.java.lang.StringnameThe name of the external port.intrateThe rate.
-
Constructor Summary
Constructors Constructor Description FiringFunctionPort(java.lang.String portName, java.lang.String externalPort, int portRate, boolean isInputPort)Create a firing function 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.
-
-