|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectConfigInfo
public class ConfigInfo
This class stores the configuration information for each PE.
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 |
---|
int numLPs
java.util.Vector LPInfo
Constructor Detail |
---|
public ConfigInfo(int size, java.util.Vector cinfo)
Method Detail |
---|
public int getNumLPs()
public java.util.Vector getLPInfo()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |