Example #1
0
 public Pipe(String orientation) {
   this.orientation = orientation;
   reset();
 }