Class PortParameterActor

    • Field Detail

      • myPortParameter

        public PortParameter myPortParameter
        The port parameter with spaces in the name.
      • output

        public TypedIOPort output
        The output port. By default, the type of this output is constrained to be at least that of the input.
    • Method Detail

      • _defaultTypeConstraints

        protected java.util.Set<Inequality> _defaultTypeConstraints()
        Description copied from class: TypedAtomicActor
        Return the default type constraints. These constraints involve only undeclared ports and require outputs to be greater than or equal to inputs. In addition, if backward type inference is enabled, then also establish constraint that require inputs to be greater than or equal to outputs. With backward type inference, the types of undeclared inputs and outputs are unified. Override this method to eliminate the default type constraints, or to specify different ones.
        Overrides:
        _defaultTypeConstraints in class TypedAtomicActor
        Returns:
        A set of type constraints