org.eclipse.ohf.stem.internal.data
Class DataSetRecordFactory

java.lang.Object
  extended by org.eclipse.ohf.stem.internal.data.DataSetRecordFactory

public class DataSetRecordFactory
extends java.lang.Object

This class is a factory that creates instances of DataSetRecords


Field Summary
static DataSetRecordFactory INSTANCE
          A static instance of the factory
 
Constructor Summary
DataSetRecordFactory()
           
 
Method Summary
 DataSetRecord createDataSetRecord(java.io.File propertiesFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DataSetRecordFactory INSTANCE
A static instance of the factory

Constructor Detail

DataSetRecordFactory

public DataSetRecordFactory()
Method Detail

createDataSetRecord

public DataSetRecord createDataSetRecord(java.io.File propertiesFile)
Parameters:
propertiesFile - a *.properties file that contains the properties that define a Graph
Returns:
a GraphRecord initialized from the properties contained in the file.