solar.service.fap
Class PipeFactory

java.lang.Object
  |
  +--solar.service.fap.PipeFactory

public class PipeFactory
extends java.lang.Object

The factory produces new pipe objects.

Version:
$Id: PipeFactory.java,v 1.5 2003/09/25 05:30:02 glchen Exp $
Author:
Guanling Chen

Constructor Summary
PipeFactory()
           
 
Method Summary
static Pipe makePipe(Id pid, int type, FapService fap)
          Make a supported pipe.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeFactory

public PipeFactory()
Method Detail

makePipe

public static Pipe makePipe(Id pid,
                            int type,
                            FapService fap)
Make a supported pipe.