|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapss.dif.attributes.AttributeType
mapss.dif.attributes.DIFAttributeType
mapss.dif.attributes.SDFAttributeType
public class SDFAttributeType
An enumeration of types of default attributes for SDF.
It won't be possible to create an instance of this object and it doesn't
have any public fields. During the first access to any of
it, AttributeType
class initializes it's
internal data structure.
Field Summary | |
---|---|
static SDFAttributeType |
sdfComplexity
Enumeration type constant representing execution time (A hypothetical SDF attribute as an example). |
Fields inherited from class mapss.dif.attributes.DIFAttributeType |
---|
complexity, computation, consumption, datatype, delay, depth, merge, production |
Constructor Summary | |
---|---|
protected |
SDFAttributeType(java.lang.String label)
|
Method Summary |
---|
Methods inherited from class mapss.dif.attributes.AttributeType |
---|
elements, getNumLevels, intValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SDFAttributeType sdfComplexity
Constructor Detail |
---|
protected SDFAttributeType(java.lang.String label)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |