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

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

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

Subclasses of IdentifiableRecord 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 DataSetRecord
          This class is an IdentifiableRecord that is defined by a data set defined in a properties file.
 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 ModelRecord
          This class represents a Model and its metadata.
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" NodeLabels such as PopulationLabels and Edges with EdgeLabels such as TransportRelationshipLabel.
static class ModelRecord.GeneralModelRecord
          This class represents
static class ModelRecord.GeographicCountryModelRecord
          This class represents a ModelRecord.CountryModelRecord that includes all geographic Labels and Edges, such as AreaLabels and CommonBorderRelationshipLabels.
 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 ScenarioRecord
          This class represents a Scenario and its metadata.
static class ScenarioRecord.DiseaseScenarioRecord
          This class represents a Scenario with a disease model.
 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 with parameters of type IdentifiableRecord
 int IdentifiableRecord.compareTo(IdentifiableRecord ir)
           
 boolean IdentifiableRecord.isYounger(IdentifiableRecord ir)