|
||||||||||
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
org.eclipse.ohf.stem.internal.data.DecoratorRecord
public abstract class DecoratorRecord
This class represents a Decorator
and its metadata.
Nested Class Summary | |
---|---|
static class |
DecoratorRecord.DecoratorData
This class represents data that defines a Decorator |
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord |
---|
DataSetRecord.DataSetData |
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.IdentifiableRecord |
---|
IdentifiableRecord.AdminLevel |
Field Summary | |
---|---|
static java.lang.String |
DECORATOR_DIR
This is the directory in which decorators are serialized. |
Fields inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord |
---|
RECORD_CLASSNAME_PROPERTY |
Constructor Summary | |
---|---|
DecoratorRecord()
|
Method Summary | |
---|---|
Decorator |
getDecorator()
|
int |
getNumModelDecorators()
|
Methods inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord |
---|
getNumEdges, getNumLabels, getNumNodes, getNumScenarioDecorators, initializeDataSet |
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 DECORATOR_DIR
Constructor Detail |
---|
public DecoratorRecord()
Method Detail |
---|
public Decorator getDecorator()
Graph
public int getNumModelDecorators()
getNumModelDecorators
in class DataSetRecord
Decorator
s in the
Identifiable
IdentifiableRecord.getNumModelDecorators()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |