Class BreathingProtocol
java.lang.Object
com.serinity.exercicecontrol.model.BreathingProtocol
Class documentation.
-
Constructor Summary
ConstructorsConstructorDescriptionBreathingProtocol(String name, int totalSeconds, int inhale, int hold1, int exhale, int hold2, String benefit) Documents BreathingProtocol. -
Method Summary
-
Constructor Details
-
BreathingProtocol
-
-
Method Details
-
getName
Documents getName. -
getTotalSeconds
public int getTotalSeconds()Documents getTotalSeconds. -
getInhale
public int getInhale()Documents getInhale. -
getHold1
public int getHold1()Documents getHold1. -
getExhale
public int getExhale()Documents getExhale. -
getHold2
public int getHold2()Documents getHold2. -
getBenefit
Documents getBenefit. -
cycleSeconds
public int cycleSeconds()Documents cycleSeconds.
-