|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelRecord | |
---|---|
org.eclipse.ohf.stem.internal.data |
Uses of ModelRecord in org.eclipse.ohf.stem.internal.data |
---|
Subclasses of ModelRecord in org.eclipse.ohf.stem.internal.data | |
---|---|
static class |
ModelRecord.CountryModelRecord
This class represents a ModelRecord for a specific country. |
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.GeneralModelRecord
This class represents |
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 | |
---|---|
ModelRecord |
ScenarioRecord.getModelRecord()
|
Methods in org.eclipse.ohf.stem.internal.data that return types with arguments of type ModelRecord | |
---|---|
java.util.List<ModelRecord> |
ModelRecordHolder.getAllModelRecords()
|
Methods in org.eclipse.ohf.stem.internal.data with parameters of type ModelRecord | |
---|---|
void |
ModelRecord.addModelRecord(ModelRecord modelRecord)
|
void |
ModelRecord.FullCountryModelRecord.addModelRecord(ModelRecord modelRecord)
|
void |
ModelRecord.addModelRecordWithoutDateRangeUpdate(ModelRecord modelRecord)
|
Method parameters in org.eclipse.ohf.stem.internal.data with type arguments of type ModelRecord | |
---|---|
void |
ModelRecord.addModelRecords(java.util.List<ModelRecord> modelRecords)
|
Constructors in org.eclipse.ohf.stem.internal.data with parameters of type ModelRecord | |
---|---|
ScenarioRecord.DiseaseScenarioRecord(java.lang.String scenarioName,
ModelRecord modelRecord,
DecoratorRecord infectorDecorator,
long timeIncrement,
SequencerRecord sequencerRecord,
java.lang.String catagory)
|
|
ScenarioRecord(java.lang.String scenarioName,
ModelRecord modelRecord,
java.util.List<DecoratorRecord> decorators,
long timeIncrement,
SequencerRecord sequencerRecord,
java.lang.String catagory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |