|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.envsupport.evaluation.SpaceObjectSource
public class SpaceObjectSource
A space object source can provide space objects of a specific object type. If aggregation is used the values are provided as one element (a list).
| Field Summary | |
|---|---|
protected boolean |
aggregate
The flag if aggregate values should be returned. |
protected IParsedExpression |
dataexp
The object expression. |
protected AbstractEnvironmentSpace |
envspace
The environment space. |
protected IParsedExpression |
includeexp
The object expression. |
protected String |
objecttype
The objecttype. |
protected String |
varname
The variable name. |
| Constructor Summary | |
|---|---|
SpaceObjectSource(String varname,
AbstractEnvironmentSpace envspace,
String objecttype,
boolean aggregate,
IParsedExpression dataexp,
IParsedExpression includeexp)
Create a new row provider. |
|
| Method Summary | |
|---|---|
List |
getObjects()
Get the row objects. |
String |
getSourceName()
Get the variable name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String varname
protected AbstractEnvironmentSpace envspace
protected String objecttype
protected boolean aggregate
protected IParsedExpression dataexp
protected IParsedExpression includeexp
| Constructor Detail |
|---|
public SpaceObjectSource(String varname,
AbstractEnvironmentSpace envspace,
String objecttype,
boolean aggregate,
IParsedExpression dataexp,
IParsedExpression includeexp)
| Method Detail |
|---|
public List getObjects()
getObjects in interface IObjectSourcepublic String getSourceName()
getSourceName in interface IObjectSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||