Class FSMDirector

    • Constructor Detail

      • FSMDirector

        public FSMDirector​(FSMDirector component)
        Construct the code generator helper associated with the given modal controller.
        Parameters:
        component - The associated component.
    • Method Detail

      • generateVariableDeclaration

        public java.lang.String generateVariableDeclaration()
                                                     throws IllegalActionException
        We override the super method, because the declaration of the variables are in the actor's files.
        Overrides:
        generateVariableDeclaration in class Director
        Returns:
        code The generated code.
        Throws:
        IllegalActionException - If the adapter class for the model director cannot be found.