Package ptolemy.actor

Interface TypedActor

    • Method Detail

      • typeConstraints

        java.util.Set<Inequality> typeConstraints()
                                           throws IllegalActionException
        Return the type constraints of this actor. The constraints is a list of inequalities.
        Returns:
        a list of Inequality.
        Throws:
        IllegalActionException - If type conflict is detected during static type checking.
        See Also:
        Inequality
      • isBackwardTypeInferenceEnabled

        boolean isBackwardTypeInferenceEnabled()
        Look up the hierarchy to find the parameter enableBackwardTypeInference and return its value.
        Returns:
        True if backward type inference is enabled, return false otherwise.