org.ow2.clif.scenario.isac.egui.loadprofile
Class ProfilePoint

java.lang.Object
  extended by org.ow2.clif.scenario.isac.egui.loadprofile.ProfilePoint

public class ProfilePoint
extends java.lang.Object

A point with a rampStyle

Author:
Joan Chaumont

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

time

public int time
time value


population

public int population
population value


rampStyle

public java.lang.String rampStyle
the rampstyle linking this point with another line, crenel_vh or crenel_hv

Constructor Detail

ProfilePoint

public ProfilePoint(int time,
                    int population,
                    java.lang.String rampStyle)
Constructor

Parameters:
time -
population -
rampStyle -