|
||||||||||
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
public abstract class DataSetRecord
This class is an IdentifiableRecord
that is defined by a data set
defined in a properties file.
Nested Class Summary | |
---|---|
static class |
DataSetRecord.DataSetData
This class represents data extracted from a properties file. |
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.IdentifiableRecord |
---|
IdentifiableRecord.AdminLevel |
Field Summary | |
---|---|
static java.lang.String |
RECORD_CLASSNAME_PROPERTY
This is the name of the property in the dataSet that
contains the name of the GraphRecord sub-class. |
Constructor Summary | |
---|---|
DataSetRecord()
|
Method Summary | |
---|---|
int |
getNumEdges()
|
int |
getNumLabels()
|
int |
getNumModelDecorators()
|
int |
getNumNodes()
|
int |
getNumScenarioDecorators()
|
void |
initializeDataSet(java.util.Properties dataSetProperties)
|
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 RECORD_CLASSNAME_PROPERTY
dataSet
that
contains the name of the GraphRecord
sub-class. That will
process the rest of the properties in the data set. It is used by
DataSetRecordFactory
to create the correct DataSetRecord
instance.
Constructor Detail |
---|
public DataSetRecord()
Method Detail |
---|
public void initializeDataSet(java.util.Properties dataSetProperties)
dataSetProperties
- the set of properties that define a Graph
.public int getNumEdges()
getNumEdges
in class IdentifiableRecord
Edge
s in the Identifiable
IdentifiableRecord.getNumEdges()
public int getNumLabels()
getNumLabels
in class IdentifiableRecord
Label
s in the Identifiable
IdentifiableRecord.getNumLabels()
public int getNumNodes()
getNumNodes
in class IdentifiableRecord
Node
s in the Identifiable
IdentifiableRecord.getNumNodes()
public int getNumModelDecorators()
getNumModelDecorators
in class IdentifiableRecord
Decorator
s in the
Identifiable
IdentifiableRecord.getNumModelDecorators()
public int getNumScenarioDecorators()
getNumScenarioDecorators
in class IdentifiableRecord
Decorator
s in the
Identifiable
IdentifiableRecord.getNumScenarioDecorators()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |