Class DataIns


  • public class DataIns
    extends java.lang.Object
    This class describes the data input ports of a Function
    • Constructor Detail

      • DataIns

        public DataIns()
      • DataIns

        public DataIns​(java.lang.String name,
                       java.lang.String type)
        Constructor for data input ports
        Parameters:
        name - Unique identifier for the data input port
        type - Data type of the data port
      • DataIns

        public DataIns​(java.lang.String name,
                       java.lang.String type,
                       java.lang.String source)
        Constructor for data input ports
        Parameters:
        name - Unique identifier for the data input port
        type - Data type of the data port
        source - Specifies where the data comes from
    • Method Detail

      • getName

        public java.lang.String getName()
        Getter and Setter
      • setName

        public void setName​(java.lang.String name)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getSource

        public java.lang.String getSource()
      • setSource

        public void setSource​(java.lang.String source)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getPassing

        public java.lang.Boolean getPassing()
      • setPassing

        public void setPassing​(java.lang.Boolean passing)
      • setProperties

        public void setProperties​(java.util.List<PropertyConstraint> properties)
      • setConstraints

        public void setConstraints​(java.util.List<PropertyConstraint> constraints)