jadex.application.space.envsupport.evaluation
Interface IObjectSource

All Known Implementing Classes:
SpaceObjectSource

public interface IObjectSource

An object source is used from a data provider to fetch all objects from a data source. It calculates the cartesian products from all row providers.


Method Summary
 List getObjects()
          Get all objects from the data source.
 String getSourceName()
          Get the source name.
 

Method Detail

getObjects

List getObjects()
Get all objects from the data source.

Returns:
All objects from the data source.

getSourceName

String getSourceName()
Get the source name.

Returns:
The source name.


Copyright © 2010. All Rights Reserved.