Class MultiCompositeActor

    • Constructor Detail

      • MultiCompositeActor

        public MultiCompositeActor​(MultiCompositeActor component)
        Construct the code generator adapter associated with the given MultiCompositeActor actor.
        Parameters:
        component - The associated component.
    • Method Detail

      • generatePortName

        public java.lang.String generatePortName​(TypedIOPort port)
                                          throws IllegalActionException
        Generate sanitized name for the given named object. Remove all underscores to avoid conflicts with systems functions.
        Parameters:
        port - The port for which the name is generated.
        Returns:
        The sanitized name.
        Throws:
        IllegalActionException - If there is a problem getting information about the port.