public class DemandState$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static DemandState$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
DemandState$() |
Modifier and Type | Method and Description |
---|---|
DemandState |
apply(Prefix prefix,
StateName stateName,
scala.collection.immutable.Set<Parameter<?>> paramSet)
A helper method to create DemandState
|
public static final DemandState$ MODULE$
public DemandState apply(Prefix prefix, StateName stateName, scala.collection.immutable.Set<Parameter<?>> paramSet)
prefix
- identifies the target subsystemstateName
- identifies the name of the stateparamSet
- an optional initial set of items (keys with values)