Class NamedObjNodeModel

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getDeleteNodeMoML​(java.lang.Object node)
      Return a MoML String that will delete the given node from the Ptolemy model.
      abstract void removeNode​(java.lang.Object eventSource, java.lang.Object node)
      Remove the specified node from the model.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NamedObjNodeModel

        public NamedObjNodeModel()
    • Method Detail

      • getDeleteNodeMoML

        public abstract java.lang.String getDeleteNodeMoML​(java.lang.Object node)
        Return a MoML String that will delete the given node from the Ptolemy model.
        Parameters:
        node - The given node to be deleted.
        Returns:
        A valid MoML string.
      • removeNode

        public abstract void removeNode​(java.lang.Object eventSource,
                                        java.lang.Object node)
        Remove the specified node from the model.
        Parameters:
        eventSource - The event source.
        node - The given node to be deleted.