Uses of Class
org.eclipse.ohf.stem.internal.data.DataSetRecord

Packages that use DataSetRecord
org.eclipse.ohf.stem.internal.data   
 

Uses of DataSetRecord in org.eclipse.ohf.stem.internal.data
 

Subclasses of DataSetRecord in org.eclipse.ohf.stem.internal.data
 class CommonBorderRelationshipGraphRecord
          This class represents a Graph that contains Edges representing the "shares a common border" relationship between two Nodes.
 class ComposedDatasetRecord
          This class represents
 class CountryGraphRecord
          This class represents a Graph specific to a single country.
static class CountryGraphRecord.CountryAreaLabelGraphRecord
          This class represents a Graph containing AreaLabels of Nodes specific to a country.
static class CountryGraphRecord.CountryLabelGraphRecord
          This class represents a Graph containing Labels of Nodes specific to a country.
static class CountryGraphRecord.CountryNodeGraphRecord
          This class represents a Graph containing Nodes of a specific country.
static class CountryGraphRecord.CountryPopulationLabelGraphRecord
          This class represents a Graph containing PopulationLabels of Nodes specific to a country.
 class DecoratorRecord
          This class represents a Decorator and its metadata.
 class DiseaseModelDecoratorRecord
          This class represents a DiseaseModel
static class DiseaseModelDecoratorRecord.AggregateSEIRDiseaseModelRecord
          This class represents an Aggregate SEIR Disease Model
static class DiseaseModelDecoratorRecord.AggregateSIDiseaseModelRecord
          This class represents an Aggregate SI Disease Model
static class DiseaseModelDecoratorRecord.AggregateSIRDiseaseModelRecord
          This class represents an Aggregate SIR Disease Model
static class DiseaseModelDecoratorRecord.DeterministicSEIRDiseaseModelDecoratorRecord
          This class represents a DeterministicSEIRDiseaseModel
static class DiseaseModelDecoratorRecord.SEIRDecoratorRecord
          This class represents a SEIR disease model
static class DiseaseModelDecoratorRecord.SIDecoratorRecord
          This class represents a SI disease model
static class DiseaseModelDecoratorRecord.SIRDecoratorRecord
          This class represents a SIR disease model
static class DiseaseModelDecoratorRecord.StandardDiseaseModelDecoratorRecord
          This class represents a StandardDiseaseModel
 class GraphRecord
          This class represents a Graph and its metadata.
 class InfectorDecoratorRecord
          This class represents an Infector
static class InfectorDecoratorRecord.SIInfectorDecoratorRecord
          This class represents a SIInfector.
static class InfectorDecoratorRecord.StandardInfectorDecoratorRecord
          This class represents a StandardInfector.
 class ModelDatasetRecord
          This class represents a Model and it's metadata as read from a properties file.
 class RelationshipGraphRecord
          This class represents a Graph that contains Edges representing relationships between Nodes.
 class RelativePhysicalRelationshipGraphRecord
          This class represents a Graph that contains Edges representing a "relative physical" relationship between two Nodes.
 class ScenarioDatasetRecord
          This class represents a Scenario and it's metadata as read from a properties file.
 class SequencerRecord
          This class represents a Sequencer and its metadata.
 class TransportRelationshipGraphRecord
          This class represents a Graph that contains Edges representing the "population transportation" relationship between two Nodes.
 

Methods in org.eclipse.ohf.stem.internal.data that return DataSetRecord
 DataSetRecord DataSetRecordFactory.createDataSetRecord(java.io.File propertiesFile)
           
 

Methods in org.eclipse.ohf.stem.internal.data with parameters of type DataSetRecord
 void DataSetRecordHolder.add(DataSetRecord dataSetRecord)