kieker.common.record
Class BranchingRecord
java.lang.Object
kieker.common.record.AbstractMonitoringRecord
kieker.common.record.BranchingRecord
- All Implemented Interfaces:
- Serializable, IMonitoringRecord
public class BranchingRecord
- extends AbstractMonitoringRecord
- Author:
- Andre van Hoorn
- See Also:
- Serialized Form
BranchingRecord
public BranchingRecord()
BranchingRecord
public BranchingRecord(long timestamp,
int branchID,
int branchingOutcome)
getTimestamp
public final long getTimestamp()
- Returns:
- the timestamp
setTimestamp
public final void setTimestamp(long timestamp)
- Parameters:
timestamp
- the timestamp to set
getBranchID
public final int getBranchID()
- Returns:
- the branchID
setBranchID
public final void setBranchID(int branchID)
- Parameters:
branchID
- the branchID to set
getBranchingOutcome
public final int getBranchingOutcome()
- Returns:
- the branchingOutcome
setBranchingOutcome
public final void setBranchingOutcome(int branchingOutcome)
- Parameters:
branchingOutcome
- the branchingOutcome to set
getValueTypes
public Class<?>[] getValueTypes()
initFromArray
public void initFromArray(Object[] values)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
toArray
public Object[] toArray()
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>