Class PteraGraphTableau

    • Method Detail

      • createGraphFrame

        public void createGraphFrame​(CompositeEntity model,
                                     LibraryAttribute defaultLibrary)
        Create the graph frame that displays the model associated with this tableau together with the specified library. This method creates a PteraGraphFrame. If a subclass uses another frame, this method should be overridden to create that frame.
        Overrides:
        createGraphFrame in class FSMGraphTableau
        Parameters:
        model - The Ptolemy II model to display in the graph frame.
        defaultLibrary - The default library, or null to not specify one.