Interface IObjectSource
- 
- All Known Implementing Classes:
- SpaceObjectSource
 
 public interface IObjectSourceAn 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListgetObjects()Get all objects from the data source.java.lang.StringgetSourceName()Get the source name.
 
-