jeco.dmm.simulator
Class DMMProfileLine

java.lang.Object
  extended by jeco.dmm.simulator.DMMProfileLine

public class DMMProfileLine
extends java.lang.Object

This class represents each one of the lines of a profile file

Author:
J. M. Colmenar

Constructor Summary
DMMProfileLine(long lineNumber, java.lang.String profLine)
          Deprecated. 
DMMProfileLine(java.lang.String profLine)
          Constructor receives a profile line and divides it
 
Method Summary
 java.lang.String getDataId()
          Getters and setters
 int getDataSizeInBytes()
           
 java.lang.String getOperation()
           
 double getTime()
           
 void setDataId(java.lang.String dataId)
           
 void setDataSizeInBytes(int dataSizeInBytes)
           
 void setOperation(java.lang.String operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMMProfileLine

public DMMProfileLine(java.lang.String profLine)
Constructor receives a profile line and divides it


DMMProfileLine

@Deprecated
public DMMProfileLine(long lineNumber,
                                 java.lang.String profLine)
Deprecated. 

Constructor receives a profile line and divides it. This function is deprecated, in the future, the profile report will include a column with the time of the current operation.

Method Detail

getTime

public double getTime()

getDataId

public java.lang.String getDataId()
Getters and setters


setDataId

public void setDataId(java.lang.String dataId)

getDataSizeInBytes

public int getDataSizeInBytes()

setDataSizeInBytes

public void setDataSizeInBytes(int dataSizeInBytes)

getOperation

public java.lang.String getOperation()

setOperation

public void setOperation(java.lang.String operation)