|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.scenario.isac.egui.loadprofile.ProfilePoint
public class ProfilePoint
A point with a rampStyle
Field Summary | |
---|---|
int |
population
population value |
java.lang.String |
rampStyle
the rampstyle linking this point with another line, crenel_vh or crenel_hv |
int |
time
time value |
Constructor Summary | |
---|---|
ProfilePoint(int time,
int population,
java.lang.String rampStyle)
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int time
public int population
public java.lang.String rampStyle
Constructor Detail |
---|
public ProfilePoint(int time, int population, java.lang.String rampStyle)
time
- population
- rampStyle
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |