Package | Description |
---|---|
nce.stream |
Modifier and Type | Method and Description |
---|---|
Phase.Complexity |
Phase.getComplexity() |
static Phase.Complexity |
Phase.Complexity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Phase.Complexity[] |
Phase.Complexity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.setComplexity(Phase.Complexity complexity) |
void |
Stream.setFaseComplexity(Phase.Complexity complexity)
Defines stream complexity (pure, mixture...).
|
StreamBuilder |
StreamBuilder.sPhaseComplexity(Phase.Complexity complexity)
Specify the
complexity attribute of the field
phase |