com.perfdynamics.pdq
Class NETWORK

java.lang.Object
  extended by com.perfdynamics.pdq.NETWORK

public class NETWORK
extends java.lang.Object

Queueing Network Type


Field Summary
static int CLOSED
           
static int OPEN
           
static int VOID
           
 
Constructor Summary
NETWORK()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VOID

public static final int VOID
See Also:
Constant Field Values

OPEN

public static final int OPEN
See Also:
Constant Field Values

CLOSED

public static final int CLOSED
See Also:
Constant Field Values
Constructor Detail

NETWORK

public NETWORK()