Interface ModelFactory


  • public interface ModelFactory
    Represents a data source loading/saving/upgrading strategy. The location resides rather on the DataSource side than here while the storage parameters belong here. NB: The ModelFactory knows about DataSource but not vice versa. creates/saves/loads models (instances of SModel) from data sources.