Deprecated API


Contents
Deprecated Classes
uchicago.src.sim.gui.OvalNode
          As of repast 2.0, OvalNodes and RectNodes will no longer work. To visualize nodes, use DefaultDrawableNode as the base class and set the appropriate NetworkDrawable. See the Network how to (repast/docs/how_to/network.html) for more information. 
uchicago.src.sim.gui.RectNode
          As of repast 2.0, OvalNodes and RectNodes will no longer work. To visualize nodes, use DefaultDrawableNode as the base class and set the appropriate NetworkDrawable. See the Network how to (repast/docs/how_to/network.html) for more information. 
uchicago.src.sim.engine.SimAction
          No longer used now that bytecode is generated directly. 
uchicago.src.sim.engine.SimListAction
          No longer needed due to direct bytecode generation of BasicActions. 
uchicago.src.sim.engine.SubSchedule
            
uchicago.src.sim.engine.gui.model.ValueParameter
          To be removed in a future release, unused in Repast. 
uchicago.src.sim.parameter.XMLParameterReader
          This no longer is used, xml parameter files are now translated through XSLT to the normal parameter file format and read in through the ParameterReader. 
 

Deprecated Methods
uchicago.src.sim.analysis.plot.RepastPlotBox._setButtonsVisibility(boolean)
            
uchicago.src.sim.analysis.plot.RepastPlotBox._writeOldSyntax(PrintWriter)
            
uchicago.src.sim.analysis.plot.RepastPlot._writeOldSyntax(PrintWriter)
            
uchicago.src.sim.engine.BatchController.doWriteHeader(String)
          now uses the persistent object mechanism. 
uchicago.src.sim.parameter.rpl.SimpleCharStream.getColumn()
            
uchicago.src.sim.engine.ScheduleBase.getCurrentTimeDouble()
            
uchicago.src.sim.analysis.plot.RepastPlotBox.getDataurl()
            
uchicago.src.sim.analysis.plot.RepastPlotBox.getDocumentBase()
            
uchicago.src.sim.parameter.rpl.SimpleCharStream.getLine()
            
uchicago.src.sim.network.NetworkMatrixReader.getMatrices()
            
uchicago.src.sim.network.DlReader.getMatrices()
          use getMatrices(int matrixType) instead. 
uchicago.src.sim.analysis.plot.RepastPlot.getMaxDataSets()
            
uchicago.src.sim.engine.BaseController.getModelParameters()
          replaced by ParameterUtilities.#getModelProperties(SimModel) 
uchicago.src.sim.network.NetworkFactory.getNetwork(String, int, Class, Class)
          use NetworkFactory(String, int, Class, Class, int) instead. 
uchicago.src.sim.network.DefaultNode.getNode()
          No longer part of the Node interface so not necessary 
uchicago.src.sim.network.DefaultDrawableNode.getNode()
            
uchicago.src.sim.analysis.plot.RepastPlotBox.init()
            
uchicago.src.sim.network.NetworkConvertor.nodesToMatrices(List)
          use nodesToMatrices(List nodeList, int matrixType) instead. 
uchicago.src.sim.analysis.plot.RepastPlotBox.parseFile(String)
            
uchicago.src.sim.analysis.plot.RepastPlotBox.parseFile(String, URL)
          This method is deprecated. Use read() instead. 
uchicago.src.sim.analysis.plot.RepastPlot.parseFile(String, URL)
            
uchicago.src.sim.network.NetworkRecorder.record(List)
          use record(List, String, int) instead. 
uchicago.src.sim.network.NetworkRecorder.record(List, String)
          use record(List nodeList, String comment, int matrixType) instead. 
uchicago.src.sim.analysis.plot.RepastPlotBox.setDataurl(String)
            
uchicago.src.sim.analysis.plot.RepastPlotBox.setDocumentBase(URL)
            
uchicago.src.sim.analysis.plot.RepastPlot.setNumSets(int)
            
uchicago.src.sim.engine.BatchController.setWriteHeader(String, boolean)
            
uchicago.src.sim.engine.gui.model.DataParameter.toXMLString()
          use toXMLOpenString 
uchicago.src.sim.analysis.SimData.writeEnd()
            
uchicago.src.sim.analysis.plot.RepastPlotBox.writeOldSyntax(OutputStream)
            
uchicago.src.sim.analysis.SimData.writeToFile()
            
 

Deprecated Constructors
uchicago.src.sim.analysis.DataRecorder(String, SimModel, boolean)
            
uchicago.src.sim.analysis.DataRecorder(String, SimModel, boolean, String)
            
uchicago.src.sim.analysis.LocalDataRecorder(String, SimModel, boolean)
            
uchicago.src.sim.analysis.LocalDataRecorder(String, SimModel, boolean, String)
            
uchicago.src.sim.analysis.SimData(String, String, SimModel, boolean)