TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification

org.eclipse.tptp.trace.arm.internal.metric
Class ArmMetricImpl

java.lang.Object
  extended by org.eclipse.tptp.trace.arm.internal.transaction.ArmInterfaceImpl
      extended by org.eclipse.tptp.trace.arm.internal.metric.ArmMetricImpl
All Implemented Interfaces:
org.opengroup.arm40.metric.ArmMetric, org.opengroup.arm40.transaction.ArmInterface
Direct Known Subclasses:
ArmMetricCounter32Impl, ArmMetricCounter64Impl, ArmMetricCounterFloat32Impl, ArmMetricGauge32Impl, ArmMetricGauge64Impl, ArmMetricGaugeFloat32Impl, ArmMetricNumericId32Impl, ArmMetricNumericId64Impl, ArmMetricString32Impl

public class ArmMetricImpl
extends ArmInterfaceImpl
implements org.opengroup.arm40.metric.ArmMetric

A Generic Metric.


Field Summary
 
Fields inherited from class org.eclipse.tptp.trace.arm.internal.transaction.ArmInterfaceImpl
validationPropertyKey
 
Constructor Summary
ArmMetricImpl(org.opengroup.arm40.metric.ArmMetricDefinition definition)
          Create the Arm Metric.
 
Method Summary
 org.opengroup.arm40.metric.ArmMetricDefinition getDefinition()
           
 
Methods inherited from class org.eclipse.tptp.trace.arm.internal.transaction.ArmInterfaceImpl
checkValidation, getErrorCode, getErrorMessage, getFactory, setErrorCode, setFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opengroup.arm40.transaction.ArmInterface
getErrorCode, getErrorMessage, setErrorCode
 

Constructor Detail

ArmMetricImpl

public ArmMetricImpl(org.opengroup.arm40.metric.ArmMetricDefinition definition)
Create the Arm Metric.

Parameters:
definition -
Method Detail

getDefinition

public org.opengroup.arm40.metric.ArmMetricDefinition getDefinition()
Specified by:
getDefinition in interface org.opengroup.arm40.metric.ArmMetric

TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification