public class MActivityInfo extends java.lang.Object implements MActivityType
Modifier and Type | Field and Description |
---|---|
int |
abortCount |
double |
averageClocks |
int |
averageDatum |
int |
completeCount |
int |
datumCount |
double |
endTime |
boolean |
isRunning |
double |
maxClocks |
int |
maxDatum |
java.lang.String |
name |
int |
sequenceErrorCount |
double |
startTime |
double |
totalClocks |
int |
type |
Constructor and Description |
---|
MActivityInfo() |
Modifier and Type | Method and Description |
---|---|
void |
reset() |
public java.lang.String name
public int type
public double startTime
public double endTime
public double averageClocks
public double maxClocks
public double totalClocks
public int averageDatum
public int maxDatum
public int datumCount
public int completeCount
public int abortCount
public int sequenceErrorCount
public boolean isRunning