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 interface
InterfaceDataSourceTimeSeries<T extends MguiNumber>
Represents an XY signal source with multiple Y channels.interface
InterfaceDataSourceXY<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 class
MatrixPlotDataSource
Data source representing a MatrixInt object.class
PlotTimeSeriesDataSource<T extends MguiNumber>
A plot data source for XY data, with multiple named Y channels.class
PlotXYDataSource<T extends MguiNumber>
Plot data source for X-Y data sets.class
VariablePlotTimeSeriesDataSource<T extends MguiNumber>
An XY data source with aVariableInt
as its source.class
VariablePlotXYDataSource<T extends MguiNumber>
XY data source which uses twoVariableInt
object 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 void
InterfacePlotMgui. setDataSource(InterfaceDataSource<?> source)
Sets the data source for this plotvoid
MatrixImagePlot. 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 void
InterfacePlotSgt. setDataSource(InterfaceDataSource<?> source)
void
SgtMultilinePlot. setDataSource(InterfaceDataSource<?> source)
void
SgtScatterplot. 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 class
VolumeFileDataSource
Acts 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 class
AbstractEnvironmentDataSource<T extends MguiNumber>
Serves as a data source updated by aDynamicModelEnvironment
.class
SimpleEnvironmentInputDataSource<T extends MguiNumber>
Represents a simple input source for dynamic model environment.class
SimpleEnvironmentObservableDataSource<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()