RePast
v. 2.0

uchicago.src.sim.analysis
Interface GuiChartDataSource

All Known Implementing Classes:
SequenceSource

public interface GuiChartDataSource


Method Summary
 GuiChartDataSource copy()
          Returns a copy of this GuiChartDataSource.
 String getFullName()
          Returns the name of this data source prefixed by its source.
 String getShortName()
          Returns the name of this data source.
 String toXML()
          Returns an XML representation of this GuiChartDataSource.
 

Method Detail

getFullName

public String getFullName()
Returns the name of this data source prefixed by its source. For example, MyModel.getData


copy

public GuiChartDataSource copy()
Returns a copy of this GuiChartDataSource.


getShortName

public String getShortName()
Returns the name of this data source.


toXML

public String toXML()
Returns an XML representation of this GuiChartDataSource.


RePast
v. 2.0

Bug reports and feature requests to RePast