Class Sequence

    • Constructor Detail

      • Sequence

        public Sequence​(Sequence actor)
        Construct a Sequence adapter.
        Parameters:
        actor - the associated actor
    • Method Detail

      • _generateFireCode

        protected java.lang.String _generateFireCode()
                                              throws IllegalActionException
        Generate fire code. The method reads in codeBlock1, codeBlock2, and codeBlock3 from Sequence.c, replaces macros with their values and returns the processed code block.
        Overrides:
        _generateFireCode in class NamedProgramCodeGeneratorAdapter
        Returns:
        The generated code.
        Throws:
        IllegalActionException - If the code stream encounters an error in processing the specified code block(s).