|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.envsupport.evaluation.DefaultDataProvider
public class DefaultDataProvider
Provides data on basis of the environment space.
| Field Summary | |
|---|---|
protected String[] |
columnnames
The column names. |
protected AbstractEnvironmentSpace |
envspace
The environment space. |
protected IParsedExpression[] |
exps
The expressions. |
protected IObjectSource[] |
rowproviders
The space object selector. |
protected String |
tablename
The table name. |
| Constructor Summary | |
|---|---|
DefaultDataProvider(AbstractEnvironmentSpace envspace,
IObjectSource[] rowproviders,
String tablename,
String[] columnnames,
IParsedExpression[] exps)
Create a new space object table data provider. |
|
| Method Summary | |
|---|---|
DataTable |
getTableData(long time,
double tick)
Get the data from a data provider. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AbstractEnvironmentSpace envspace
protected IObjectSource[] rowproviders
protected String tablename
protected String[] columnnames
protected IParsedExpression[] exps
| Constructor Detail |
|---|
public DefaultDataProvider(AbstractEnvironmentSpace envspace,
IObjectSource[] rowproviders,
String tablename,
String[] columnnames,
IParsedExpression[] exps)
| Method Detail |
|---|
public DataTable getTableData(long time,
double tick)
getTableData in interface ITableDataProvidertime - The current time.tick - The current tick.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||