|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataWorldFrame | |
|---|---|
| org.simbrain.workspace | The simbrain.workspace package contains the top level container for the other components of Simbrain--the network, world, and gauge(s). |
| org.simbrain.world.dataworld | The simbrain.world.dataworld package contains the simplest world type, a "dataworld" which is simply a spreadsheet which sends data to worlds in the form of rows on a simple table. |
| Uses of DataWorldFrame in org.simbrain.workspace |
|---|
| Methods in org.simbrain.workspace that return DataWorldFrame | |
|---|---|
DataWorldFrame |
Workspace.getLastDataWorld()
|
| Methods in org.simbrain.workspace with parameters of type DataWorldFrame | |
|---|---|
void |
Workspace.addDataWorld(DataWorldFrame world,
boolean makeVisible)
Add a world to the workspace. |
| Uses of DataWorldFrame in org.simbrain.world.dataworld |
|---|
| Methods in org.simbrain.world.dataworld that return DataWorldFrame | |
|---|---|
DataWorldFrame |
DataWorld.getParentFrame()
|
| Methods in org.simbrain.world.dataworld with parameters of type DataWorldFrame | |
|---|---|
void |
DataWorld.setParentFrame(DataWorldFrame parentFrame)
|
| Constructors in org.simbrain.world.dataworld with parameters of type DataWorldFrame | |
|---|---|
DataWorld(DataWorldFrame ws)
Creates a new instance of the data world. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||