Class ConfigInfo

java.lang.Object
  extended by ConfigInfo

public class ConfigInfo
extends java.lang.Object

This class stores the configuration information for each PE.

Version:
1.0 (12/2005)
Author:
Yin Xiong

Field Summary
(package private)  java.util.Vector LPInfo
          a vector of strings representing the configration information
(package private)  int numLPs
          the number of LPs this PE is going to create
 
Constructor Summary
ConfigInfo(int size, java.util.Vector cinfo)
          constructs a ConfigInfo object
 
Method Summary
 java.util.Vector getLPInfo()
          Gets the vector of configuration information
 int getNumLPs()
          Gets the number of LPs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numLPs

int numLPs
the number of LPs this PE is going to create


LPInfo

java.util.Vector LPInfo
a vector of strings representing the configration information

Constructor Detail

ConfigInfo

public ConfigInfo(int size,
                  java.util.Vector cinfo)
constructs a ConfigInfo object

Method Detail

getNumLPs

public int getNumLPs()
Gets the number of LPs.


getLPInfo

public java.util.Vector getLPInfo()
Gets the vector of configuration information