MetaTF API

MetaTF.Runtime
Class TraceRecord

java.lang.Object
  |
  +--MetaTF.Runtime.TraceRecord

public class TraceRecord
extends java.lang.Object

This class holds a array of TraceFields for each component field indexed by the position of the field in the record

Version:
rel-1-2 ($Revision: 1.1 $, $Date: 2000/12/15 16:35:32 $),
Author:
Richard Jones

Field Summary
(package private)  TraceField[] fields
          The component fields
 
Constructor Summary
TraceRecord(int n)
          Allocate a new object representing this record
 
Method Summary
 TraceField getTraceField(int f)
          Get TraceField
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fields

TraceField[] fields
The component fields
Constructor Detail

TraceRecord

public TraceRecord(int n)
Allocate a new object representing this record
Parameters:
n - the number of component fields in this record
Method Detail

getTraceField

public TraceField getTraceField(int f)
Get TraceField
Parameters:
f - the field number
Returns:
the TraceField for this field in this record in this section

MetaTF API

Copyright © 2001 - Richard Jones     MetaTF