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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List
getObjects()
Get all objects from the data source.java.lang.String
getSourceName()
Get the source name.
-