org.flexiblepower.efi.buffer
public static class ActuatorBehaviour.Builder extends java.lang.Object
ActuatorBehaviour. Use the
ActuatorBehaviour.create(int) method to get a new instance of this class.| Modifier and Type | Method and Description |
|---|---|
ActuatorBehaviour.Builder |
add(RunningMode<FillLevelFunction<RunningModeBehaviour>> runningMode)
Adds a
RunningMode to the ActuatorBehaviour object that we are creating. |
ActuatorBehaviour |
build() |
public ActuatorBehaviour.Builder add(RunningMode<FillLevelFunction<RunningModeBehaviour>> runningMode)
RunningMode to the ActuatorBehaviour object that we are creating.runningMode - The RunningMode to add to the ActuatorBehaviour object that we are creatingActuatorBehaviour.Builderpublic ActuatorBehaviour build()
ActuatorBehaviour object that contains all the elements that have been added
until now.