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

Packages that use ProfilePoint
org.ow2.clif.scenario.isac.egui.loadprofile   
 

Uses of ProfilePoint in org.ow2.clif.scenario.isac.egui.loadprofile
 

Methods in org.ow2.clif.scenario.isac.egui.loadprofile that return types with arguments of type ProfilePoint
 java.util.List<ProfilePoint> LoadProfile.getProfilesPoints()
           
 

Methods in org.ow2.clif.scenario.isac.egui.loadprofile with parameters of type ProfilePoint
 void LoadProfile.addPoint(ProfilePoint point)
          Add a new point in this profile
 void LoadProfile.removePoint(ProfilePoint point)
          Remove a point
 

Constructor parameters in org.ow2.clif.scenario.isac.egui.loadprofile with type arguments of type ProfilePoint
LoadProfile(java.lang.String id, java.util.List<ProfilePoint> profPoints, boolean force)
          Constructor