Uses of Interface
mgui.interfaces.io.InterfaceDataSource
| Package | Description |
|---|---|
| mgui.interfaces.io |
This package contains all classes which perform input/output functions.
|
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.plots.mgui | |
| mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
| mgui.io.domestic.shapes | |
| mgui.models.dynamic |
Provides a framework for dynamic modelling (4D) functionality in ModelGUI.
|
| mgui.models.environments | |
| mgui.neuro.networks |
-
Uses of InterfaceDataSource in mgui.interfaces.io
Subinterfaces of InterfaceDataSource in mgui.interfaces.io Modifier and Type Interface Description interfaceInterfaceDataSourceTimeSeries<T extends MguiNumber>Represents an XY signal source with multiple Y channels.interfaceInterfaceDataSourceXY<T extends MguiNumber>XY data source with unique X-Y pairs.Methods in mgui.interfaces.io that return InterfaceDataSource Modifier and Type Method Description InterfaceDataSource<?>DataSourceEvent. getDataSource()Constructors in mgui.interfaces.io with parameters of type InterfaceDataSource Constructor Description DataSourceEvent(InterfaceDataSource<?> source)DataSourceEvent(InterfaceDataSource<?> source, int size) -
Uses of InterfaceDataSource in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement InterfaceDataSource Modifier and Type Class Description classMatrixPlotDataSourceData source representing a MatrixInt object.classPlotTimeSeriesDataSource<T extends MguiNumber>A plot data source for XY data, with multiple named Y channels.classPlotXYDataSource<T extends MguiNumber>Plot data source for X-Y data sets.classVariablePlotTimeSeriesDataSource<T extends MguiNumber>An XY data source with aVariableIntas its source.classVariablePlotXYDataSource<T extends MguiNumber>XY data source which uses twoVariableIntobject as its X and Y sources. -
Uses of InterfaceDataSource in mgui.interfaces.plots.mgui
Methods in mgui.interfaces.plots.mgui with parameters of type InterfaceDataSource Modifier and Type Method Description abstract voidInterfacePlotMgui. setDataSource(InterfaceDataSource<?> source)Sets the data source for this plotvoidMatrixImagePlot. setDataSource(InterfaceDataSource<?> source) -
Uses of InterfaceDataSource in mgui.interfaces.plots.sgt
Methods in mgui.interfaces.plots.sgt with parameters of type InterfaceDataSource Modifier and Type Method Description abstract voidInterfacePlotSgt. setDataSource(InterfaceDataSource<?> source)voidSgtMultilinePlot. setDataSource(InterfaceDataSource<?> source)voidSgtScatterplot. setDataSource(InterfaceDataSource<?> source) -
Uses of InterfaceDataSource in mgui.io.domestic.shapes
Classes in mgui.io.domestic.shapes that implement InterfaceDataSource Modifier and Type Class Description classVolumeFileDataSourceActs as a data source for volume files. -
Uses of InterfaceDataSource in mgui.models.dynamic
Methods in mgui.models.dynamic that return InterfaceDataSource Modifier and Type Method Description InterfaceDataSource<T>DynamicModelEnvironment. getInputDataSource()InterfaceDataSource<T>DynamicModelEnvironment. getObservableDataSource()Methods in mgui.models.dynamic that return types with arguments of type InterfaceDataSource Modifier and Type Method Description java.util.List<InterfaceDataSource<T>>DynamicModelEnvironment. getDataSources() -
Uses of InterfaceDataSource in mgui.models.environments
Classes in mgui.models.environments that implement InterfaceDataSource Modifier and Type Class Description classAbstractEnvironmentDataSource<T extends MguiNumber>Serves as a data source updated by aDynamicModelEnvironment.classSimpleEnvironmentInputDataSource<T extends MguiNumber>Represents a simple input source for dynamic model environment.classSimpleEnvironmentObservableDataSource<T extends MguiNumber>Simple data source which updates in response to changes in an environment's state variables.Methods in mgui.models.environments that return types with arguments of type InterfaceDataSource Modifier and Type Method Description java.util.List<InterfaceDataSource<T>>SimpleEnvironment. getDataSources() -
Uses of InterfaceDataSource in mgui.neuro.networks
Methods in mgui.neuro.networks that return types with arguments of type InterfaceDataSource Modifier and Type Method Description java.util.ArrayList<InterfaceDataSource>AbstractNeuralNet. getDataSources()