Uses of Class
repast.simphony.data2.engine.DataSetDescriptor
Packages that use DataSetDescriptor
Package
Description
-
Uses of DataSetDescriptor in repast.simphony.chart2.wizard
Methods in repast.simphony.chart2.wizard that return DataSetDescriptorModifier and TypeMethodDescriptionHistogramWizardModel.getDataSet()
TimeSeriesWizardModel.getDataSet()
Methods in repast.simphony.chart2.wizard that return types with arguments of type DataSetDescriptorModifier and TypeMethodDescriptionHistogramWizardModel.getDataSets()
TimeSeriesWizardModel.getDataSets()
Constructors in repast.simphony.chart2.wizard with parameters of type DataSetDescriptorModifierConstructorDescriptionSeriesConfigTableModel
(TimeSeriesChartDescriptor descriptor, DataSetDescriptor data) Constructor parameters in repast.simphony.chart2.wizard with type arguments of type DataSetDescriptorModifierConstructorDescriptionHistogramEditorWizard
(List<DataSetDescriptor> dataSets) HistogramEditorWizard
(List<DataSetDescriptor> dataSets, HistogramChartDescriptor descriptor) HistogramWizardModel
(List<DataSetDescriptor> dataSets) HistogramWizardModel
(List<DataSetDescriptor> dataSets, HistogramChartDescriptor descriptor) TimeSeriesEditorWizard
(List<DataSetDescriptor> dataSets) TimeSeriesEditorWizard
(List<DataSetDescriptor> dataSets, TimeSeriesChartDescriptor descriptor) TimeSeriesWizardModel
(List<DataSetDescriptor> dataSets) TimeSeriesWizardModel
(List<DataSetDescriptor> dataSets, TimeSeriesChartDescriptor descriptor) -
Uses of DataSetDescriptor in repast.simphony.data2.engine
Methods in repast.simphony.data2.engine that return DataSetDescriptorMethods in repast.simphony.data2.engine with parameters of type DataSetDescriptorModifier and TypeMethodDescriptionprotected ControllerAction
DataSetControllerActionIO.DataSetActionLoader.createAction
(DataSetDescriptor data, Scenario scenario) Constructors in repast.simphony.data2.engine with parameters of type DataSetDescriptor -
Uses of DataSetDescriptor in repast.simphony.data2.util
Methods in repast.simphony.data2.util that return types with arguments of type DataSetDescriptorModifier and TypeMethodDescriptionstatic List<DataSetDescriptor>
DataUtilities.getDataSetDescriptors
(ControllerRegistry reg, Object contextId) Gets a list of the data set descriptors defined for the specified context. -
Uses of DataSetDescriptor in repast.simphony.data2.wizard
Methods in repast.simphony.data2.wizard that return DataSetDescriptorMethods in repast.simphony.data2.wizard that return types with arguments of type DataSetDescriptorModifier and TypeMethodDescriptionConsoleSinkWizardModel.getDataSets()
DataSetModel.getDataSets()
Gets the datasets.FileSinkWizardModel.getDataSets()
Methods in repast.simphony.data2.wizard with parameters of type DataSetDescriptorModifier and TypeMethodDescriptionvoid
AggMethodSourcePanel.apply
(DataSetDescriptor descriptor) void
AggMethodTableModel.apply
(DataSetDescriptor descriptor) void
CommonSourcePanel.apply
(DataSetDescriptor descriptor) void
CustomDataSourcePanel.apply
(DataSetDescriptor descriptor) void
MethodSourcePanel.apply
(DataSetDescriptor descriptor) void
SimpleMethodTableModel.apply
(DataSetDescriptor descriptor) void
CommonSourcePanel.init
(DataSetDescriptor descriptor) void
CustomDataSourcePanel.init
(CompletableStep step, DataSetDescriptor descriptor) void
DataSetWizardModel.setDescriptor
(DataSetDescriptor descriptor) Constructors in repast.simphony.data2.wizard with parameters of type DataSetDescriptorModifierConstructorDescriptionAggMethodTableModel
(DataSetDescriptor descriptor) DataSetEditorWizard
(List<Class<?>> agentClasses, DataSetDescriptor descriptor) DataSetWizardModel
(Collection<Class<?>> agentClasses, DataSetDescriptor descriptor) Constructor parameters in repast.simphony.data2.wizard with type arguments of type DataSetDescriptorModifierConstructorDescriptionConsoleSinkEditorWizard
(List<DataSetDescriptor> dataSets) ConsoleSinkEditorWizard
(List<DataSetDescriptor> dataSets, ConsoleSinkDescriptor descriptor) ConsoleSinkWizardModel
(List<DataSetDescriptor> dataSets) ConsoleSinkWizardModel
(List<DataSetDescriptor> dataSets, ConsoleSinkDescriptor descriptor) FileSinkEditorWizard
(List<DataSetDescriptor> dataSets) FileSinkEditorWizard
(List<DataSetDescriptor> dataSets, FileSinkDescriptor descriptor) FileSinkWizardModel
(List<DataSetDescriptor> dataSets) FileSinkWizardModel
(List<DataSetDescriptor> dataSets, FileSinkDescriptor descriptor)