uchicago.src.sim.analysis
Interface GuiChartDataSource

All Known Implementing Classes:
SequenceSource

public interface GuiChartDataSource

Interface for data sources for gui created charts.

Version:
$Revision: 1.4 $ $Date: 2004/11/03 19:51:00 $

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

Method Detail

getFullName

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


copy

GuiChartDataSource copy()
Returns a copy of this GuiChartDataSource.


getShortName

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


toXML

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