|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ohf.stem.internal.data.DataSetRecordFactory
public class DataSetRecordFactory
This class is a factory that creates instances of DataSetRecord
s
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 |
---|
public static final DataSetRecordFactory INSTANCE
Constructor Detail |
---|
public DataSetRecordFactory()
Method Detail |
---|
public DataSetRecord createDataSetRecord(java.io.File propertiesFile)
propertiesFile
- a *.properties file that contains the properties that define a
Graph
GraphRecord
initialized from the properties contained
in the file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |