|
|||||||||
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
public class DIFAttributeType
An enumeration of types of default attributes for DIF.
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 DIFAttributeType |
complexity
Enumeration type constant representing execution time (A hypothetical DIF attribute as an example). |
static DIFAttributeType |
computation
Enumeration type of computation of a node. |
static DIFAttributeType |
consumption
Enumeration type of consumption rate. |
static DIFAttributeType |
datatype
Enumeration type of data type of Edge and Port. |
static DIFAttributeType |
delay
Enumeration type of delay. |
static DIFAttributeType |
depth
Enumeration type constant representing hierarchical depth of a node if it is a super node. |
static DIFAttributeType |
merge
Enumeration type of buffer merging for in-place execution actors. |
static DIFAttributeType |
production
Enumeration type of production rate. |
Constructor Summary | |
---|---|
protected |
DIFAttributeType(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 DIFAttributeType complexity
public static final DIFAttributeType depth
public static final DIFAttributeType datatype
public static final DIFAttributeType merge
public static final DIFAttributeType production
public static final DIFAttributeType consumption
public static final DIFAttributeType delay
public static final DIFAttributeType computation
Constructor Detail |
---|
protected DIFAttributeType(java.lang.String label)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |