|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ohf.stem.internal.data.IdentifiableRecord
org.eclipse.ohf.stem.internal.data.DataSetRecord
org.eclipse.ohf.stem.internal.data.ComposedDatasetRecord
org.eclipse.ohf.stem.internal.data.ScenarioDatasetRecord
public class ScenarioDatasetRecord
This class represents a Scenario
and it's metadata as read from a
properties file.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord |
---|
DataSetRecord.DataSetData |
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.IdentifiableRecord |
---|
IdentifiableRecord.AdminLevel |
Field Summary | |
---|---|
static java.lang.String |
SCENARIO_RECORD_TYPE_NAME
The name of the type of IdentifiableRecord this is. |
Fields inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord |
---|
RECORD_CLASSNAME_PROPERTY |
Constructor Summary | |
---|---|
ScenarioDatasetRecord()
|
Method Summary | |
---|---|
ScenarioRecord.DiseaseScenarioRecord |
createSceanrio(DataSetRecordHolder dataSetRecords,
ModelRecordHolder modelRecords)
Use the values of the fields to find the necessary components of a ScenarioRecord.DiseaseScenarioRecord in the dataSetRecords and
modelRecords to create the correct
ScenarioRecord.DiseaseScenarioRecord . |
Methods inherited from class org.eclipse.ohf.stem.internal.data.ComposedDatasetRecord |
---|
getCatagory, getDecoratorNames, getName, getSerializationPath, getSubModelNames, getUnresolvedDecoratorNames, getUnresolvedSubmodelNames, isProcessed, setCatagory, setDecoratorNames, setProcessed, setSubModelNames |
Methods inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord |
---|
getNumEdges, getNumLabels, getNumModelDecorators, getNumNodes, getNumScenarioDecorators, initializeDataSet |
Methods inherited from class org.eclipse.ohf.stem.internal.data.IdentifiableRecord |
---|
addAdminLevel, addAdminLevel, addAdminLevels, compareTo, getAdminLevels, getAdminLevelsAsString, getAdminLevelsMaxToMin, getDublinCore, getEndDate, getIdentifiable, getMaxAdminLevel, getMinAdminLevel, getNumAdminLevels, getStartDate, inDateRange, isYounger, serialize, serializeIdentifiable, setDublinCore, setEndDate, setIdentifiable, setStartDate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SCENARIO_RECORD_TYPE_NAME
IdentifiableRecord
this is.
Constructor Detail |
---|
public ScenarioDatasetRecord()
Method Detail |
---|
public ScenarioRecord.DiseaseScenarioRecord createSceanrio(DataSetRecordHolder dataSetRecords, ModelRecordHolder modelRecords)
ScenarioRecord.DiseaseScenarioRecord
in the dataSetRecords
and
modelRecords to create the correct
ScenarioRecord.DiseaseScenarioRecord
.
dataSetRecords
- modelRecords
-
ScenarioRecord.DiseaseScenarioRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |