|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjeco.dmm.simulator.DMMProfileLine
public class DMMProfileLine
This class represents each one of the lines of a profile file
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 |
---|
public DMMProfileLine(java.lang.String profLine)
@Deprecated public DMMProfileLine(long lineNumber, java.lang.String profLine)
Method Detail |
---|
public double getTime()
public java.lang.String getDataId()
public void setDataId(java.lang.String dataId)
public int getDataSizeInBytes()
public void setDataSizeInBytes(int dataSizeInBytes)
public java.lang.String getOperation()
public void setOperation(java.lang.String operation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |