Uses of Class
org.eclipse.ohf.stem.internal.data.ModelRecord.FullCountryModelRecord

Packages that use ModelRecord.FullCountryModelRecord
org.eclipse.ohf.stem.internal.data   
 

Uses of ModelRecord.FullCountryModelRecord in org.eclipse.ohf.stem.internal.data
 

Subclasses of ModelRecord.FullCountryModelRecord in org.eclipse.ohf.stem.internal.data
static class ModelRecord.FullCountryDiseaseModelRecord
          This class represents a full model with a disease model decorator
 

Methods in org.eclipse.ohf.stem.internal.data that return ModelRecord.FullCountryModelRecord
 ModelRecord.FullCountryModelRecord ModelRecordFactory.createEarthFullCountryModelRecord(java.util.Date startDate, java.util.Date endDate, java.lang.String[] populationIds, ModelRecord.CountryModelRecord earthModel, java.util.List<ModelRecord.FullCountryModelRecord> fullCountryModelRecords, DataSetRecordHolder dataSetRecords)
           
 

Methods in org.eclipse.ohf.stem.internal.data that return types with arguments of type ModelRecord.FullCountryModelRecord
 java.util.List<ModelRecord.FullCountryModelRecord> ModelRecordFactory.createFullModelCountryRecords(java.util.Date startDate, java.util.Date endDate, java.lang.String[] populationIds, java.util.List<ModelRecord.GeographicCountryModelRecord> countryGeographicModelRecords, DataSetRecordHolder dataSetRecords)
           
 java.util.List<ModelRecord.FullCountryModelRecord> ModelRecordHolder.getFullCountryModelRecords()
           
 java.util.List<ModelRecord.FullCountryModelRecord> ModelRecordHolder.getFullEarthModels()
           
 

Methods in org.eclipse.ohf.stem.internal.data with parameters of type ModelRecord.FullCountryModelRecord
 void ModelRecordHolder.addFullEarthModel(ModelRecord.FullCountryModelRecord fullEarth)
           
 java.util.List<ModelRecord.FullCountryDiseaseModelRecord> ModelRecordFactory.createEarthFullCountryDiseaseModelRecords(ModelRecord.FullCountryModelRecord fullEarthModelRecord, DataSetRecordHolder dataSetRecords)
           
 

Method parameters in org.eclipse.ohf.stem.internal.data with type arguments of type ModelRecord.FullCountryModelRecord
 void ModelRecordHolder.addFullCountryModelRecords(java.util.List<ModelRecord.FullCountryModelRecord> fullCountryModelRecords)
           
 ModelRecord.FullCountryModelRecord ModelRecordFactory.createEarthFullCountryModelRecord(java.util.Date startDate, java.util.Date endDate, java.lang.String[] populationIds, ModelRecord.CountryModelRecord earthModel, java.util.List<ModelRecord.FullCountryModelRecord> fullCountryModelRecords, DataSetRecordHolder dataSetRecords)
           
 

Constructors in org.eclipse.ohf.stem.internal.data with parameters of type ModelRecord.FullCountryModelRecord
ModelRecord.FullCountryDiseaseModelRecord(ModelRecord.FullCountryModelRecord fcmr, DiseaseModelDecoratorRecord diseaseModelDecoratorRecord)