TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.trace
Interface ISnapshot

All Known Implementing Classes:
TRCClassImpl.TRCClassSnapshot, TRCMethodImpl.TRCMethodSnapshot, TRCPackageImpl.TRCPackageSnapshot, TRCProcessImpl.TRCProcessSnapshot

public interface ISnapshot


Method Summary
 java.lang.Object get(int featureID)
          returns the value of the specific feature, or null if the feature doesn't exist.
 

Method Detail

get

public java.lang.Object get(int featureID)
returns the value of the specific feature, or null if the feature doesn't exist.


TPTP 4.1.0 Platform Project
Public API Specification