|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectStimulusProject
public class StimulusProject
| Constructor Summary | |
|---|---|
StimulusProject(java.lang.String line)
Constructs a StimulusProject from takes a line of stimulus data. |
|
| Method Summary | |
|---|---|
long |
getCost()
Get the cost of the project. |
int |
getJobs()
Get the number of jobs associated with the project. |
java.lang.String |
getLabel()
Get the long name for the project. |
java.lang.String |
getProgram()
Get the program the project belongs to. |
java.lang.String |
key(int level)
Determines which field to use as a key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StimulusProject(java.lang.String line)
| Method Detail |
|---|
public java.lang.String key(int level)
level - Which level of the tree is being built.
public java.lang.String getLabel()
public long getCost()
public int getJobs()
public java.lang.String getProgram()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||