|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelRecord.CountryModelRecord | |
---|---|
org.eclipse.ohf.stem.internal.data |
Uses of ModelRecord.CountryModelRecord in org.eclipse.ohf.stem.internal.data |
---|
Subclasses of ModelRecord.CountryModelRecord in org.eclipse.ohf.stem.internal.data | |
---|---|
static class |
ModelRecord.FullCountryDiseaseModelRecord
This class represents a full model with a disease model decorator |
static class |
ModelRecord.FullCountryModelRecord
This class represents a ModelRecord.CountryModelRecord that includes a
ModelRecord.GeographicCountryModelRecord plus additional "dated"
NodeLabel s such as PopulationLabel s and Edge s
with EdgeLabel s such as TransportRelationshipLabel . |
static class |
ModelRecord.GeographicCountryModelRecord
This class represents a ModelRecord.CountryModelRecord that includes all
geographic Label s and Edge s, such as AreaLabel s
and CommonBorderRelationshipLabel s. |
Methods in org.eclipse.ohf.stem.internal.data that return ModelRecord.CountryModelRecord | |
---|---|
ModelRecord.CountryModelRecord |
ModelRecordFactory.createCountryModelRecord(CountryGraphRecord countryGraphRecord)
|
ModelRecord.CountryModelRecord |
ModelRecordHolder.getEarthModel()
|
Methods in org.eclipse.ohf.stem.internal.data that return types with arguments of type ModelRecord.CountryModelRecord | |
---|---|
java.util.List<ModelRecord.CountryModelRecord> |
ModelRecordFactory.createAllLevelsCountryModelRecords(java.util.List<ModelRecord.CountryModelRecord> countryModelRecords)
|
java.util.List<ModelRecord.CountryModelRecord> |
ModelRecordHolder.getCountryModelRecords()
|
Methods in org.eclipse.ohf.stem.internal.data with parameters of type ModelRecord.CountryModelRecord | |
---|---|
void |
ModelRecordHolder.addEarthModel(ModelRecord.CountryModelRecord earthModel)
|
ScenarioRecord.DiseaseScenarioRecord |
ScenarioRecordFactory.createDiseaseScenarioRecord(java.lang.String scenarioName,
ModelRecord.CountryModelRecord modelRecord,
DecoratorRecord infectorDecorator,
long timeIncrement,
SequencerRecord sequencerRecord,
java.lang.String catagory)
|
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)
|
static java.util.List<RelationshipGraphRecord> |
ModelRecordFactory.getAllLevelEdgesForCountryModel(java.util.Map<java.lang.String,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,RelationshipGraphRecord>>>>> edgeGraphRecords,
java.lang.String edgeName,
ModelRecord.CountryModelRecord countryModelRecord)
|
static java.util.List<RelationshipGraphRecord> |
ModelRecordFactory.getAllLevelEdgesForCountryModel2(java.util.Map<java.lang.String,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,RelationshipGraphRecord>>>>> edgeGraphRecords,
java.lang.String edgeName,
ModelRecord.CountryModelRecord countryModelRecord)
|
Method parameters in org.eclipse.ohf.stem.internal.data with type arguments of type ModelRecord.CountryModelRecord | |
---|---|
void |
ModelRecordHolder.addCountryModelRecords(java.util.List<ModelRecord.CountryModelRecord> countryModelRecords)
|
java.util.List<ModelRecord.CountryModelRecord> |
ModelRecordFactory.createAllLevelsCountryModelRecords(java.util.List<ModelRecord.CountryModelRecord> countryModelRecords)
|
java.util.List<ModelRecord.GeographicCountryModelRecord> |
ModelRecordFactory.createGeographicModelCountryRecords(java.util.List<ModelRecord.CountryModelRecord> countryModels,
DataSetRecordHolder dataSetRecords)
|
Constructors in org.eclipse.ohf.stem.internal.data with parameters of type ModelRecord.CountryModelRecord | |
---|---|
ModelRecord.FullCountryModelRecord(ModelRecord.CountryModelRecord countryModelRecord,
java.lang.String[] populationIds)
|
|
ModelRecord.GeographicCountryModelRecord(ModelRecord.CountryModelRecord countryModelRecord)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |