BrightSide Workbench Full Report + Source Code
org.turro.phase.PhaseControl Class Reference
Inheritance diagram for org.turro.phase.PhaseControl:
Collaboration diagram for org.turro.phase.PhaseControl:

Public Member Functions

Phase getPhase ()
 
void setPhase (Phase phase)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 38 of file PhaseControl.java.

Member Function Documentation

◆ getPhase()

Phase org.turro.phase.PhaseControl.getPhase ( )

Definition at line 43 of file PhaseControl.java.

43  {
44  return phase;
45  }

◆ setPhase()

void org.turro.phase.PhaseControl.setPhase ( Phase  phase)

Definition at line 47 of file PhaseControl.java.

47  {
48  this.phase = phase;
49  addComponents();
50  }

The documentation for this class was generated from the following file: