Deprecated API

Deprecated Classes
ptolemy.actor.lib.MaxIndex
          Use Maximum instead. 
ptolemy.vergil.icon.VersatileFigure
          Will be moved from Diva to ptolemy/vergil/icon. 
 

Deprecated Methods
ptolemy.actor.gui.PtolemyApplet._createRunControls(int)
          Use the control applet parameter. 
ptolemy.kernel.ComponentPort._deepConnectedPorts(LinkedList)
          Use _deepConnectedPortList() instead. 
ptolemy.kernel.ComponentPort._deepInsidePorts(LinkedList)
          Use _deepInsidePortList() instead. 
ptolemy.gui.BasicJApplet._getBackground()
          Use the public method getBackground() instead. 
ptolemy.plot.PlotBox._setButtonsVisibility(boolean)
            
ptolemy.plot.PlotBox._writeOldSyntax(PrintWriter)
            
ptolemy.plot.Plot._writeOldSyntax(PrintWriter)
            
ptolemy.graph.Graph.add(Object)
          Use addNodeWeight(Object) 
ptolemy.graph.Graph.addAll(Collection)
          Use addNodeWeights(Collection). 
ptolemy.kernel.Entity.connectedPorts()
          Use connectedPortList() instead. 
ptolemy.kernel.Port.connectedPorts()
          Use connectedPortList() instead. 
ptolemy.graph.Graph.contains(Object)
          Use containsNodeWeight(Object). 
ptolemy.actor.IOPort.deepConnectedInPorts()
          Use deepConnectedInPortList() instead. 
ptolemy.actor.IOPort.deepConnectedOutPorts()
          Use deepConnectedInPortList() instead. 
ptolemy.kernel.ComponentPort.deepConnectedPorts()
          Use deepConnectedPortList() instead. 
ptolemy.kernel.CompositeEntity.deepGetEntities()
          Use deepEntityList() instead. 
ptolemy.kernel.ComponentPort.deepInsidePorts()
          Use deepInsidePortList() instead. 
ptolemy.kernel.ComponentRelation.deepLinkedPorts()
          Use deepLinkedPortList() instead. 
ptolemy.graph.Graph.description()
          Use toString(). 
ptolemy.kernel.util.Workspace.directory()
          Use directoryList() instead. 
ptolemy.kernel.util.NamedList.elements()
          Use elementList() instead. 
ptolemy.actor.QueueReceiver.elements()
          Used elementList() instead. 
ptolemy.actor.util.FIFOQueue.elements()
          Used elementList() instead. 
ptolemy.domains.ct.kernel.util.TotallyOrderedSet.elements()
          Use elementList() instead. 
ptolemy.kernel.util.NamedObj.getAttributes()
          Use attributeList() instead. 
ptolemy.data.expr.ASCII_CharStream.getColumn()
            
ptolemy.plot.PlotBox.getDataurl()
            
ptolemy.plot.PlotBox.getDocumentBase()
            
ptolemy.kernel.CompositeEntity.getEntities()
          Use entityList() instead. 
ptolemy.domains.dde.kernel.PrioritizedTimedQueue.getLastTime()
          Only used for testing purposes 
ptolemy.data.expr.ASCII_CharStream.getLine()
            
ptolemy.plot.Plot.getMaxDataSets()
            
ptolemy.kernel.Entity.getPorts()
          Use portList() instead. 
ptolemy.actor.lib.Recorder.getRecord(int)
          This method is deprecated. Use getHistory(). 
ptolemy.kernel.CompositeEntity.getRelations()
          Use relationList() instead. 
ptolemy.actor.lib.Recorder.getTimeRecord()
          This method is deprecated. Use getTimeHistory(). 
ptolemy.actor.QueueReceiver.historyElementList()
          Used historyElementList() instead. 
ptolemy.actor.QueueReceiver.historyElements()
          Used historyElementList() instead. 
ptolemy.actor.util.FIFOQueue.historyElements()
          Use historyElementList() instead. 
ptolemy.plot.PlotBox.init()
            
ptolemy.actor.QueueReceiver.initialize()
          Use reset() instead. 
ptolemy.kernel.ComponentPort.insidePorts()
          Use insidePortList() instead. 
ptolemy.actor.IORelation.linkedDestinationPorts()
          Use linkedDestinationPortList() instead. 
ptolemy.actor.IORelation.linkedDestinationPorts(IOPort)
          Use linkDestinationPortList(IOPort) instead. 
ptolemy.kernel.Relation.linkedPorts(Port)
          Use linkedPortList() instead. 
ptolemy.kernel.Entity.linkedRelations()
          Use linkedRelationList() instead. 
ptolemy.actor.IORelation.linkedSourcePorts()
          Use linkedSourcePortList() instead. 
ptolemy.actor.IORelation.linkedSourcePorts(IOPort)
          Use linkedSourcePortList(IOPort) instead. 
ptolemy.plot.PlotLive.makeButtons()
            
ptolemy.plot.PlotBox.parseFile(String)
            
ptolemy.plot.PlotBox.parseFile(String, URL)
          This method is deprecated. Use read() instead. 
ptolemy.plot.Plot.parseFile(String, URL)
            
ptolemy.plot.PlotBox.setDataurl(String)
            
ptolemy.actor.gui.ModelPane.setDisplayPane(Container)
          It is no longer necessary to specify a display pane. The displays are handled by setModel(). 
ptolemy.plot.PlotBox.setDocumentBase(URL)
            
ptolemy.plot.Plot.setNumSets(int)
            
ptolemy.data.expr.Variable.stringRepresentation()
            
ptolemy.graph.Graph.subgraph(Node[])
          Use Graph.subgraph(Collection) instead. 
ptolemy.domains.ct.kernel.util.TotallyOrderedSet.take()
          Use removeFirst() instead. 
ptolemy.actor.Manager.terminate()
            
ptolemy.math.Quantizer.truncate(BigDecimal, Precision)
          Use roundToZero instead. 
ptolemy.math.Quantizer.truncate(double, Precision)
          Use roundToZero instead. 
ptolemy.math.Quantizer.truncate(FixPoint, Precision, int)
          Use roundToZero instead. 
ptolemy.plot.PlotBox.writeOldSyntax(OutputStream)
            
 

Deprecated Constructors
ptolemy.actor.process.Branch(BranchController)
          Use this constructor for testing purposes only. 
ptolemy.math.Complex()
          Use Complex.ZERO instead. 
ptolemy.kernel.util.InvalidStateException(Enumeration, String)
          Use InvalidStateException(Collection, String) instead. 
ptolemy.actor.sched.NotSchedulableException(Enumeration, String)
          Use NotSchedulableException(Collection, Throwable, String) instead.