TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.trace
Interface TracePackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TracePackageImpl

public interface TracePackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

The purpose of the trace model is to capture execution behavior of an application. This includes call stack tracing as well as object/memory observation. All over multi process/tier environments.

See Also:
TraceFactory

Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int ECLASS_ID
          The meta object id for the 'EClass ID' data type.
static TracePackage eINSTANCE
          The singleton instance of the package.
static int EMETHOD_ID
          The meta object id for the 'EMethod ID' data type.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int EOBJECT_ID
          The meta object id for the 'EObject ID' data type.
static int LL_UNIT_DATA
          The meta object id for the 'LL Unit Data' data type.
static int TRC_AGGREGATED_METHOD_INVOCATION
          The meta object id for the 'TRC Aggregated Method Invocation' class.
static int TRC_AGGREGATED_METHOD_INVOCATION__BASE_TIME
          The feature id for the 'Base Time' attribute.
static int TRC_AGGREGATED_METHOD_INVOCATION__CALLER_LINE_NO
          The feature id for the 'Caller Line No' attribute.
static int TRC_AGGREGATED_METHOD_INVOCATION__COUNT
          The feature id for the 'Count' attribute.
static int TRC_AGGREGATED_METHOD_INVOCATION__CUMULATIVE_TIME
          The feature id for the 'Cumulative Time' attribute.
static int TRC_AGGREGATED_METHOD_INVOCATION__INVOKED_BY
          The feature id for the 'Invoked By' reference.
static int TRC_AGGREGATED_METHOD_INVOCATION__INVOKES
          The feature id for the 'Invokes' reference list.
static int TRC_AGGREGATED_METHOD_INVOCATION__MAX_TIME
          The feature id for the 'Max Time' attribute.
static int TRC_AGGREGATED_METHOD_INVOCATION__METHOD
          The feature id for the 'Method' reference.
static int TRC_AGGREGATED_METHOD_INVOCATION__MIN_TIME
          The feature id for the 'Min Time' attribute.
static int TRC_AGGREGATED_METHOD_INVOCATION__OWNING_OBJECT
          The feature id for the 'Owning Object' reference.
static int TRC_AGGREGATED_METHOD_INVOCATION__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_AGGREGATED_METHOD_INVOCATION__THREAD
          The feature id for the 'Thread' reference.
static int TRC_AGGREGATED_METHOD_INVOCATION__TOTAL_CPU_TIME
          The feature id for the 'Total Cpu Time' attribute.
static int TRC_AGGREGATED_METHOD_INVOCATION_FEATURE_COUNT
          The number of structural features of the the 'TRC Aggregated Method Invocation' class.
static int TRC_AGGREGATED_OBJECT_REFERENCE
          The meta object id for the 'TRC Aggregated Object Reference' class.
static int TRC_AGGREGATED_OBJECT_REFERENCE__COUNT
          The feature id for the 'Count' attribute.
static int TRC_AGGREGATED_OBJECT_REFERENCE__HEAP_DUMP
          The feature id for the 'Heap Dump' container reference.
static int TRC_AGGREGATED_OBJECT_REFERENCE__OWNER
          The feature id for the 'Owner' reference.
static int TRC_AGGREGATED_OBJECT_REFERENCE__OWNER_SIZE
          The feature id for the 'Owner Size' attribute.
static int TRC_AGGREGATED_OBJECT_REFERENCE__TARGET
          The feature id for the 'Target' reference.
static int TRC_AGGREGATED_OBJECT_REFERENCE__TARGET_SIZE
          The feature id for the 'Target Size' attribute.
static int TRC_AGGREGATED_OBJECT_REFERENCE_FEATURE_COUNT
          The number of structural features of the the 'TRC Aggregated Object Reference' class.
static int TRC_ARRAY_CLASS
          The meta object id for the 'TRC Array Class' class.
static int TRC_ARRAY_CLASS__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int TRC_ARRAY_CLASS__ARRAY_TYPE
          The feature id for the 'Array Type' attribute.
static int TRC_ARRAY_CLASS__BASE_TIME
          The feature id for the 'Base Time' attribute.
static int TRC_ARRAY_CLASS__CALLS
          The feature id for the 'Calls' attribute.
static int TRC_ARRAY_CLASS__CLASS_LOADER
          The feature id for the 'Class Loader' reference.
static int TRC_ARRAY_CLASS__CLASS_OBJECTS
          The feature id for the 'Class Objects' reference list.
static int TRC_ARRAY_CLASS__COLLECTED_INSTANCES
          The feature id for the 'Collected Instances' attribute.
static int TRC_ARRAY_CLASS__COLLECTED_SIZE
          The feature id for the 'Collected Size' attribute.
static int TRC_ARRAY_CLASS__CUMULATIVE_TIME
          The feature id for the 'Cumulative Time' attribute.
static int TRC_ARRAY_CLASS__ELEMENT_TYPE
          The feature id for the 'Element Type' reference.
static int TRC_ARRAY_CLASS__ENCLOSED_BY
          The feature id for the 'Enclosed By' reference.
static int TRC_ARRAY_CLASS__EXTENDS
          The feature id for the 'Extends' reference list.
static int TRC_ARRAY_CLASS__ID
          The feature id for the 'Id' attribute.
static int TRC_ARRAY_CLASS__IMPLEMENTS
          The feature id for the 'Implements' reference list.
static int TRC_ARRAY_CLASS__INHERITED_BASE_TIME
          The feature id for the 'Inherited Base Time' attribute.
static int TRC_ARRAY_CLASS__INHERITED_CALLS
          The feature id for the 'Inherited Calls' attribute.
static int TRC_ARRAY_CLASS__INHERITED_CUMULATIVE_TIME
          The feature id for the 'Inherited Cumulative Time' attribute.
static int TRC_ARRAY_CLASS__INTERFACE
          The feature id for the 'Interface' attribute.
static int TRC_ARRAY_CLASS__LINE_COUNT
          The feature id for the 'Line Count' attribute.
static int TRC_ARRAY_CLASS__LINE_NO
          The feature id for the 'Line No' attribute.
static int TRC_ARRAY_CLASS__LOAD_TIME
          The feature id for the 'Load Time' attribute.
static int TRC_ARRAY_CLASS__LOADED_BY
          The feature id for the 'Loaded By' reference.
static int TRC_ARRAY_CLASS__LOCKS
          The feature id for the 'Locks' reference list.
static int TRC_ARRAY_CLASS__METHODS
          The feature id for the 'Methods' containment reference list.
static int TRC_ARRAY_CLASS__NAME
          The feature id for the 'Name' attribute.
static int TRC_ARRAY_CLASS__OBJECTS
          The feature id for the 'Objects' reference list.
static int TRC_ARRAY_CLASS__PACKAGE
          The feature id for the 'Package' container reference.
static int TRC_ARRAY_CLASS__SIZE
          The feature id for the 'Size' attribute.
static int TRC_ARRAY_CLASS__SOURCE_INFO
          The feature id for the 'Source Info' reference.
static int TRC_ARRAY_CLASS__TOTAL_CPU_TIME
          The feature id for the 'Total Cpu Time' attribute.
static int TRC_ARRAY_CLASS__TOTAL_INSTANCES
          The feature id for the 'Total Instances' attribute.
static int TRC_ARRAY_CLASS__TOTAL_SIZE
          The feature id for the 'Total Size' attribute.
static int TRC_ARRAY_CLASS__UNLOAD_TIME
          The feature id for the 'Unload Time' attribute.
static int TRC_ARRAY_CLASS_FEATURE_COUNT
          The number of structural features of the the 'TRC Array Class' class.
static int TRC_CALLER_CALLEE_INVOCATION_INFO
          The meta object id for the 'TRC Caller Callee Invocation Info' class.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__CALL_OVERHEAD
          The feature id for the 'Call Overhead' attribute.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__CALL_TIME
          The feature id for the 'Call Time' attribute.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__CALLER_LINE_NO
          The feature id for the 'Caller Line No' attribute.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__CPU_TIME
          The feature id for the 'Cpu Time' attribute.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__ENTRY_TIME
          The feature id for the 'Entry Time' attribute.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__EXIT_TIME
          The feature id for the 'Exit Time' attribute.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__INVOKED_BY
          The feature id for the 'Invoked By' reference.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__INVOKES
          The feature id for the 'Invokes' reference list.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__METHOD
          The feature id for the 'Method' reference.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__OVERHEAD
          The feature id for the 'Overhead' attribute.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__OWNING_OBJECT
          The feature id for the 'Owning Object' reference.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__RETURN_TIME
          The feature id for the 'Return Time' attribute.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__STACK_DEPTH
          The feature id for the 'Stack Depth' attribute.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__THREAD
          The feature id for the 'Thread' reference.
static int TRC_CALLER_CALLEE_INVOCATION_INFO__TICKET
          The feature id for the 'Ticket' attribute.
static int TRC_CALLER_CALLEE_INVOCATION_INFO_FEATURE_COUNT
          The number of structural features of the the 'TRC Caller Callee Invocation Info' class.
static int TRC_CLASS
          The meta object id for the 'TRC Class' class.
static int TRC_CLASS__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int TRC_CLASS__BASE_TIME
          The feature id for the 'Base Time' attribute.
static int TRC_CLASS__CALLS
          The feature id for the 'Calls' attribute.
static int TRC_CLASS__CLASS_LOADER
          The feature id for the 'Class Loader' reference.
static int TRC_CLASS__CLASS_OBJECTS
          The feature id for the 'Class Objects' reference list.
static int TRC_CLASS__COLLECTED_INSTANCES
          The feature id for the 'Collected Instances' attribute.
static int TRC_CLASS__COLLECTED_SIZE
          The feature id for the 'Collected Size' attribute.
static int TRC_CLASS__CUMULATIVE_TIME
          The feature id for the 'Cumulative Time' attribute.
static int TRC_CLASS__ENCLOSED_BY
          The feature id for the 'Enclosed By' reference.
static int TRC_CLASS__EXTENDS
          The feature id for the 'Extends' reference list.
static int TRC_CLASS__ID
          The feature id for the 'Id' attribute.
static int TRC_CLASS__IMPLEMENTS
          The feature id for the 'Implements' reference list.
static int TRC_CLASS__INHERITED_BASE_TIME
          The feature id for the 'Inherited Base Time' attribute.
static int TRC_CLASS__INHERITED_CALLS
          The feature id for the 'Inherited Calls' attribute.
static int TRC_CLASS__INHERITED_CUMULATIVE_TIME
          The feature id for the 'Inherited Cumulative Time' attribute.
static int TRC_CLASS__INTERFACE
          The feature id for the 'Interface' attribute.
static int TRC_CLASS__LINE_COUNT
          The feature id for the 'Line Count' attribute.
static int TRC_CLASS__LINE_NO
          The feature id for the 'Line No' attribute.
static int TRC_CLASS__LOAD_TIME
          The feature id for the 'Load Time' attribute.
static int TRC_CLASS__LOADED_BY
          The feature id for the 'Loaded By' reference.
static int TRC_CLASS__LOCKS
          The feature id for the 'Locks' reference list.
static int TRC_CLASS__METHODS
          The feature id for the 'Methods' containment reference list.
static int TRC_CLASS__NAME
          The feature id for the 'Name' attribute.
static int TRC_CLASS__OBJECTS
          The feature id for the 'Objects' reference list.
static int TRC_CLASS__PACKAGE
          The feature id for the 'Package' container reference.
static int TRC_CLASS__SIZE
          The feature id for the 'Size' attribute.
static int TRC_CLASS__SOURCE_INFO
          The feature id for the 'Source Info' reference.
static int TRC_CLASS__TOTAL_CPU_TIME
          The feature id for the 'Total Cpu Time' attribute.
static int TRC_CLASS__TOTAL_INSTANCES
          The feature id for the 'Total Instances' attribute.
static int TRC_CLASS__TOTAL_SIZE
          The feature id for the 'Total Size' attribute.
static int TRC_CLASS__UNLOAD_TIME
          The feature id for the 'Unload Time' attribute.
static int TRC_CLASS_FEATURE_COUNT
          The number of structural features of the the 'TRC Class' class.
static int TRC_CLASS_LOADER
          The meta object id for the 'TRC Class Loader' class.
static int TRC_CLASS_LOADER__CLASS_LOADER_INSTANCE
          The feature id for the 'Class Loader Instance' reference.
static int TRC_CLASS_LOADER__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_CLASS_LOADER_FEATURE_COUNT
          The number of structural features of the the 'TRC Class Loader' class.
static int TRC_COLLECTION_BOUNDARY
          The meta object id for the 'TRC Collection Boundary' class.
static int TRC_COLLECTION_BOUNDARY__COLLECTION_MODE
          The feature id for the 'Collection Mode' attribute.
static int TRC_COLLECTION_BOUNDARY__CONFIGURATION
          The feature id for the 'Configuration' reference.
static int TRC_COLLECTION_BOUNDARY__HEAP_DUMP
          The feature id for the 'Heap Dump' reference.
static int TRC_COLLECTION_BOUNDARY__LAST_CLASS
          The feature id for the 'Last Class' reference.
static int TRC_COLLECTION_BOUNDARY__LAST_INVOCATION
          The feature id for the 'Last Invocation' reference.
static int TRC_COLLECTION_BOUNDARY__LAST_METHOD
          The feature id for the 'Last Method' reference.
static int TRC_COLLECTION_BOUNDARY__LAST_OBJECT
          The feature id for the 'Last Object' reference.
static int TRC_COLLECTION_BOUNDARY__LAST_PACKAGE
          The feature id for the 'Last Package' reference.
static int TRC_COLLECTION_BOUNDARY__LAST_THREAD
          The feature id for the 'Last Thread' reference.
static int TRC_COLLECTION_BOUNDARY__NAME
          The feature id for the 'Name' attribute.
static int TRC_COLLECTION_BOUNDARY__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_COLLECTION_BOUNDARY__START_TIME
          The feature id for the 'Start Time' attribute.
static int TRC_COLLECTION_BOUNDARY_FEATURE_COUNT
          The number of structural features of the the 'TRC Collection Boundary' class.
static int TRC_FULL_HEAP_OBJECT
          The meta object id for the 'TRC Full Heap Object' class.
static int TRC_FULL_HEAP_OBJECT__HEAP_DUMP_FIRST_SEEN
          The feature id for the 'Heap Dump First Seen' attribute.
static int TRC_FULL_HEAP_OBJECT__ID
          The feature id for the 'Id' attribute.
static int TRC_FULL_HEAP_OBJECT__IS_A
          The feature id for the 'Is A' reference.
static int TRC_FULL_HEAP_OBJECT__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_FULL_HEAP_OBJECT__REF_OWNER
          The feature id for the 'Ref Owner' reference list.
static int TRC_FULL_HEAP_OBJECT__REF_TARGET
          The feature id for the 'Ref Target' reference list.
static int TRC_FULL_HEAP_OBJECT__SIZE
          The feature id for the 'Size' attribute.
static int TRC_FULL_HEAP_OBJECT_FEATURE_COUNT
          The number of structural features of the the 'TRC Full Heap Object' class.
static int TRC_FULL_METHOD_INVOCATION
          The meta object id for the 'TRC Full Method Invocation' class.
static int TRC_FULL_METHOD_INVOCATION__CALLER_LINE_NO
          The feature id for the 'Caller Line No' attribute.
static int TRC_FULL_METHOD_INVOCATION__CPU_TIME
          The feature id for the 'Cpu Time' attribute.
static int TRC_FULL_METHOD_INVOCATION__ENTRY_TIME
          The feature id for the 'Entry Time' attribute.
static int TRC_FULL_METHOD_INVOCATION__EXIT_TIME
          The feature id for the 'Exit Time' attribute.
static int TRC_FULL_METHOD_INVOCATION__INVOKED_BY
          The feature id for the 'Invoked By' reference.
static int TRC_FULL_METHOD_INVOCATION__INVOKES
          The feature id for the 'Invokes' reference list.
static int TRC_FULL_METHOD_INVOCATION__METHOD
          The feature id for the 'Method' reference.
static int TRC_FULL_METHOD_INVOCATION__OVERHEAD
          The feature id for the 'Overhead' attribute.
static int TRC_FULL_METHOD_INVOCATION__OWNING_OBJECT
          The feature id for the 'Owning Object' reference.
static int TRC_FULL_METHOD_INVOCATION__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_FULL_METHOD_INVOCATION__STACK_DEPTH
          The feature id for the 'Stack Depth' attribute.
static int TRC_FULL_METHOD_INVOCATION__THREAD
          The feature id for the 'Thread' reference.
static int TRC_FULL_METHOD_INVOCATION__TICKET
          The feature id for the 'Ticket' attribute.
static int TRC_FULL_METHOD_INVOCATION_FEATURE_COUNT
          The number of structural features of the the 'TRC Full Method Invocation' class.
static int TRC_FULL_TRACE_OBJECT
          The meta object id for the 'TRC Full Trace Object' class.
static int TRC_FULL_TRACE_OBJECT__BASE_TIME
          The feature id for the 'Base Time' attribute.
static int TRC_FULL_TRACE_OBJECT__CALLS
          The feature id for the 'Calls' attribute.
static int TRC_FULL_TRACE_OBJECT__COLLECT_TIME
          The feature id for the 'Collect Time' attribute.
static int TRC_FULL_TRACE_OBJECT__CREATE_TIME
          The feature id for the 'Create Time' attribute.
static int TRC_FULL_TRACE_OBJECT__CUMULATIVE_TIME
          The feature id for the 'Cumulative Time' attribute.
static int TRC_FULL_TRACE_OBJECT__ID
          The feature id for the 'Id' attribute.
static int TRC_FULL_TRACE_OBJECT__INVOCATIONS
          The feature id for the 'Invocations' reference list.
static int TRC_FULL_TRACE_OBJECT__IS_A
          The feature id for the 'Is A' reference.
static int TRC_FULL_TRACE_OBJECT__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_FULL_TRACE_OBJECT__SIZE
          The feature id for the 'Size' attribute.
static int TRC_FULL_TRACE_OBJECT__THREAD
          The feature id for the 'Thread' reference.
static int TRC_FULL_TRACE_OBJECT_FEATURE_COUNT
          The number of structural features of the the 'TRC Full Trace Object' class.
static int TRC_HEAP_DUMP
          The meta object id for the 'TRC Heap Dump' class.
static int TRC_HEAP_DUMP__ENTRY_TIME
          The feature id for the 'Entry Time' attribute.
static int TRC_HEAP_DUMP__EXIT_TIME
          The feature id for the 'Exit Time' attribute.
static int TRC_HEAP_DUMP__GC_ROOTS
          The feature id for the 'Gc Roots' containment reference list.
static int TRC_HEAP_DUMP__ID
          The feature id for the 'Id' attribute.
static int TRC_HEAP_DUMP__NAME
          The feature id for the 'Name' attribute.
static int TRC_HEAP_DUMP__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_HEAP_DUMP__REFERENCES
          The feature id for the 'References' containment reference list.
static int TRC_HEAP_DUMP_FEATURE_COUNT
          The number of structural features of the the 'TRC Heap Dump' class.
static int TRC_HEAP_OBJECT
          The meta object id for the 'TRC Heap Object' class.
static int TRC_HEAP_OBJECT__ID
          The feature id for the 'Id' attribute.
static int TRC_HEAP_OBJECT__IS_A
          The feature id for the 'Is A' reference.
static int TRC_HEAP_OBJECT__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_HEAP_OBJECT__REF_OWNER
          The feature id for the 'Ref Owner' reference list.
static int TRC_HEAP_OBJECT__REF_TARGET
          The feature id for the 'Ref Target' reference list.
static int TRC_HEAP_OBJECT__SIZE
          The feature id for the 'Size' attribute.
static int TRC_HEAP_OBJECT_FEATURE_COUNT
          The number of structural features of the the 'TRC Heap Object' class.
static int TRC_HEAP_ROOT
          The meta object id for the 'TRC Heap Root' class.
static int TRC_HEAP_ROOT__FRAME
          The feature id for the 'Frame' attribute.
static int TRC_HEAP_ROOT__HEAP_DUMP
          The feature id for the 'Heap Dump' container reference.
static int TRC_HEAP_ROOT__OBJECT
          The feature id for the 'Object' reference.
static int TRC_HEAP_ROOT__THREAD
          The feature id for the 'Thread' reference.
static int TRC_HEAP_ROOT__TYPE
          The feature id for the 'Type' attribute.
static int TRC_HEAP_ROOT_FEATURE_COUNT
          The number of structural features of the the 'TRC Heap Root' class.
static int TRC_INPUT_OUTPUT_CONTAINER
          The meta object id for the 'TRC Input Output Container' class.
static int TRC_INPUT_OUTPUT_CONTAINER__ENTRIES
          The feature id for the 'Entries' map.
static int TRC_INPUT_OUTPUT_CONTAINER__INPUT_OUTPUT_VALUES
          The feature id for the 'Input Output Values' reference list.
static int TRC_INPUT_OUTPUT_CONTAINER__PROCESS
          The feature id for the 'Process' reference.
static int TRC_INPUT_OUTPUT_CONTAINER_FEATURE_COUNT
          The number of structural features of the the 'TRC Input Output Container' class.
static int TRC_INPUT_OUTPUT_ENTRY
          The meta object id for the 'TRC Input Output Entry' class.
static int TRC_INPUT_OUTPUT_ENTRY__CONTAINER
          The feature id for the 'Container' container reference.
static int TRC_INPUT_OUTPUT_ENTRY__KEY
          The feature id for the 'Key' reference.
static int TRC_INPUT_OUTPUT_ENTRY__VALUE
          The feature id for the 'Value' containment reference list.
static int TRC_INPUT_OUTPUT_ENTRY_FEATURE_COUNT
          The number of structural features of the the 'TRC Input Output Entry' class.
static int TRC_LANGUAGE_ELEMENT
          The meta object id for the 'TRC Language Element' class.
static int TRC_LANGUAGE_ELEMENT__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int TRC_LANGUAGE_ELEMENT__SOURCE_INFO
          The feature id for the 'Source Info' reference.
static int TRC_LANGUAGE_ELEMENT_FEATURE_COUNT
          The number of structural features of the the 'TRC Language Element' class.
static int TRC_LINE_COVERAGE_DATA
          The meta object id for the 'TRC Line Coverage Data' class.
static int TRC_LINE_COVERAGE_DATA__COUNT_TABLE
          The feature id for the 'Count Table' attribute.
static int TRC_LINE_COVERAGE_DATA__HEADINGS
          The feature id for the 'Headings' attribute.
static int TRC_LINE_COVERAGE_DATA__HIT_TABLE
          The feature id for the 'Hit Table' attribute.
static int TRC_LINE_COVERAGE_DATA__LINE_TABLE
          The feature id for the 'Line Table' attribute.
static int TRC_LINE_COVERAGE_DATA__METHOD
          The feature id for the 'Method' container reference.
static int TRC_LINE_COVERAGE_DATA__SOURCE_INFO
          The feature id for the 'Source Info' reference.
static int TRC_LINE_COVERAGE_DATA__SUMMARY_NONZERO
          The feature id for the 'Summary Nonzero' attribute.
static int TRC_LINE_COVERAGE_DATA__SUMMARY_UNITS
          The feature id for the 'Summary Units' attribute.
static int TRC_LINE_COVERAGE_DATA__TYPE_ID
          The feature id for the 'Type Id' attribute.
static int TRC_LINE_COVERAGE_DATA_FEATURE_COUNT
          The number of structural features of the the 'TRC Line Coverage Data' class.
static int TRC_LINE_PERFORMANCE_DATA
          The meta object id for the 'TRC Line Performance Data' class.
static int TRC_LINE_PERFORMANCE_DATA__ACCUMULATED_TIME_TABLE
          The feature id for the 'Accumulated Time Table' attribute.
static int TRC_LINE_PERFORMANCE_DATA__COUNT_TABLE
          The feature id for the 'Count Table' attribute.
static int TRC_LINE_PERFORMANCE_DATA__HEADINGS
          The feature id for the 'Headings' attribute.
static int TRC_LINE_PERFORMANCE_DATA__HIT_TABLE
          The feature id for the 'Hit Table' attribute.
static int TRC_LINE_PERFORMANCE_DATA__LINE_TABLE
          The feature id for the 'Line Table' attribute.
static int TRC_LINE_PERFORMANCE_DATA__METHOD
          The feature id for the 'Method' container reference.
static int TRC_LINE_PERFORMANCE_DATA__SOURCE_INFO
          The feature id for the 'Source Info' reference.
static int TRC_LINE_PERFORMANCE_DATA__SUMMARY_NONZERO
          The feature id for the 'Summary Nonzero' attribute.
static int TRC_LINE_PERFORMANCE_DATA__SUMMARY_UNITS
          The feature id for the 'Summary Units' attribute.
static int TRC_LINE_PERFORMANCE_DATA__TYPE_ID
          The feature id for the 'Type Id' attribute.
static int TRC_LINE_PERFORMANCE_DATA_FEATURE_COUNT
          The number of structural features of the the 'TRC Line Performance Data' class.
static int TRC_LOCK_ACCESS
          The meta object id for the 'TRC Lock Access' class.
static int TRC_LOCK_ACCESS__AT_LINE
          The feature id for the 'At Line' attribute.
static int TRC_LOCK_ACCESS__ON_OBJECT
          The feature id for the 'On Object' reference.
static int TRC_LOCK_ACCESS__RELEASE_TIME
          The feature id for the 'Release Time' attribute.
static int TRC_LOCK_ACCESS__REQUEST_TIME
          The feature id for the 'Request Time' attribute.
static int TRC_LOCK_ACCESS__REQUIRE_TIME
          The feature id for the 'Require Time' attribute.
static int TRC_LOCK_ACCESS_FEATURE_COUNT
          The number of structural features of the the 'TRC Lock Access' class.
static int TRC_METHOD
          The meta object id for the 'TRC Method' class.
static int TRC_METHOD__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int TRC_METHOD__BASE_TIME
          The feature id for the 'Base Time' attribute.
static int TRC_METHOD__CALLS
          The feature id for the 'Calls' attribute.
static int TRC_METHOD__CUMULATIVE_TIME
          The feature id for the 'Cumulative Time' attribute.
static int TRC_METHOD__DEFINING_CLASS
          The feature id for the 'Defining Class' container reference.
static int TRC_METHOD__ID
          The feature id for the 'Id' attribute.
static int TRC_METHOD__INVOCATIONS
          The feature id for the 'Invocations' reference list.
static int TRC_METHOD__LINE_COUNT
          The feature id for the 'Line Count' attribute.
static int TRC_METHOD__LINE_NO
          The feature id for the 'Line No' attribute.
static int TRC_METHOD__MODIFIER
          The feature id for the 'Modifier' attribute.
static int TRC_METHOD__NAME
          The feature id for the 'Name' attribute.
static int TRC_METHOD__NOTATION
          The feature id for the 'Notation' attribute.
static int TRC_METHOD__SIGNATURE
          The feature id for the 'Signature' attribute.
static int TRC_METHOD__SOURCE_INFO
          The feature id for the 'Source Info' reference.
static int TRC_METHOD__TOTAL_CPU_TIME
          The feature id for the 'Total Cpu Time' attribute.
static int TRC_METHOD_FEATURE_COUNT
          The number of structural features of the the 'TRC Method' class.
static int TRC_METHOD_INVOCATION
          The meta object id for the 'TRC Method Invocation' class.
static int TRC_METHOD_INVOCATION__INVOKED_BY
          The feature id for the 'Invoked By' reference.
static int TRC_METHOD_INVOCATION__INVOKES
          The feature id for the 'Invokes' reference list.
static int TRC_METHOD_INVOCATION__METHOD
          The feature id for the 'Method' reference.
static int TRC_METHOD_INVOCATION__OWNING_OBJECT
          The feature id for the 'Owning Object' reference.
static int TRC_METHOD_INVOCATION__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_METHOD_INVOCATION__THREAD
          The feature id for the 'Thread' reference.
static int TRC_METHOD_INVOCATION_FEATURE_COUNT
          The number of structural features of the the 'TRC Method Invocation' class.
static int TRC_METHOD_PROPERTIES
          The meta object id for the 'TRC Method Properties' enum.
static int TRC_METHOD_WITH_LL_DATA
          The meta object id for the 'TRC Method With LL Data' class.
static int TRC_METHOD_WITH_LL_DATA__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int TRC_METHOD_WITH_LL_DATA__BASE_TIME
          The feature id for the 'Base Time' attribute.
static int TRC_METHOD_WITH_LL_DATA__CALLS
          The feature id for the 'Calls' attribute.
static int TRC_METHOD_WITH_LL_DATA__CUMULATIVE_TIME
          The feature id for the 'Cumulative Time' attribute.
static int TRC_METHOD_WITH_LL_DATA__DEFINING_CLASS
          The feature id for the 'Defining Class' container reference.
static int TRC_METHOD_WITH_LL_DATA__ID
          The feature id for the 'Id' attribute.
static int TRC_METHOD_WITH_LL_DATA__INVOCATIONS
          The feature id for the 'Invocations' reference list.
static int TRC_METHOD_WITH_LL_DATA__LINE_COUNT
          The feature id for the 'Line Count' attribute.
static int TRC_METHOD_WITH_LL_DATA__LINE_NO
          The feature id for the 'Line No' attribute.
static int TRC_METHOD_WITH_LL_DATA__LL_DATA
          The feature id for the 'LL Data' containment reference.
static int TRC_METHOD_WITH_LL_DATA__MODIFIER
          The feature id for the 'Modifier' attribute.
static int TRC_METHOD_WITH_LL_DATA__NAME
          The feature id for the 'Name' attribute.
static int TRC_METHOD_WITH_LL_DATA__NOTATION
          The feature id for the 'Notation' attribute.
static int TRC_METHOD_WITH_LL_DATA__SIGNATURE
          The feature id for the 'Signature' attribute.
static int TRC_METHOD_WITH_LL_DATA__SOURCE_INFO
          The feature id for the 'Source Info' reference.
static int TRC_METHOD_WITH_LL_DATA__TOTAL_CPU_TIME
          The feature id for the 'Total Cpu Time' attribute.
static int TRC_METHOD_WITH_LL_DATA_FEATURE_COUNT
          The number of structural features of the the 'TRC Method With LL Data' class.
static int TRC_MTHD_LCK_ACC_ENTRY
          The meta object id for the 'TRC Mthd Lck Acc Entry' class.
static int TRC_MTHD_LCK_ACC_ENTRY__KEY
          The feature id for the 'Key' reference.
static int TRC_MTHD_LCK_ACC_ENTRY__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_MTHD_LCK_ACC_ENTRY__VALUE
          The feature id for the 'Value' containment reference list.
static int TRC_MTHD_LCK_ACC_ENTRY_FEATURE_COUNT
          The number of structural features of the the 'TRC Mthd Lck Acc Entry' class.
static int TRC_OBJECT
          The meta object id for the 'TRC Object' class.
static int TRC_OBJECT__ID
          The feature id for the 'Id' attribute.
static int TRC_OBJECT__IS_A
          The feature id for the 'Is A' reference.
static int TRC_OBJECT__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_OBJECT__SIZE
          The feature id for the 'Size' attribute.
static int TRC_OBJECT_ALLOCATION_SITE
          The meta object id for the 'TRC Object Allocation Site' class.
static int TRC_OBJECT_ALLOCATION_SITE__ALLOCATED_OBJECT
          The feature id for the 'Allocated Object' reference.
static int TRC_OBJECT_ALLOCATION_SITE__AT_LINE
          The feature id for the 'At Line' attribute.
static int TRC_OBJECT_ALLOCATION_SITE__TRC_OBJECT_ALLOCATION_SITES_ENTRY
          The feature id for the 'TRC Object Allocation Sites Entry' container reference.
static int TRC_OBJECT_ALLOCATION_SITE_FEATURE_COUNT
          The number of structural features of the the 'TRC Object Allocation Site' class.
static int TRC_OBJECT_ALLOCATION_SITES_ENTRY
          The meta object id for the 'TRC Object Allocation Sites Entry' class.
static int TRC_OBJECT_ALLOCATION_SITES_ENTRY__KEY
          The feature id for the 'Key' reference.
static int TRC_OBJECT_ALLOCATION_SITES_ENTRY__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_OBJECT_ALLOCATION_SITES_ENTRY__VALUE
          The feature id for the 'Value' containment reference list.
static int TRC_OBJECT_ALLOCATION_SITES_ENTRY_FEATURE_COUNT
          The number of structural features of the the 'TRC Object Allocation Sites Entry' class.
static int TRC_OBJECT_FEATURE_COUNT
          The number of structural features of the the 'TRC Object' class.
static int TRC_OBJECT_REFERENCE
          The meta object id for the 'TRC Object Reference' class.
static int TRC_OBJECT_REFERENCE__HEAP_DUMP
          The feature id for the 'Heap Dump' container reference.
static int TRC_OBJECT_REFERENCE__OWNER
          The feature id for the 'Owner' reference.
static int TRC_OBJECT_REFERENCE__TARGET
          The feature id for the 'Target' reference.
static int TRC_OBJECT_REFERENCE_FEATURE_COUNT
          The number of structural features of the the 'TRC Object Reference' class.
static int TRC_OBJECT_VALUE
          The meta object id for the 'TRC Object Value' class.
static int TRC_OBJECT_VALUE__CONTAINER
          The feature id for the 'Container' reference.
static int TRC_OBJECT_VALUE__STRING_VALUE
          The feature id for the 'String Value' attribute.
static int TRC_OBJECT_VALUE__TRC_INPUT_OUTPUT_ENTRY
          The feature id for the 'TRC Input Output Entry' container reference.
static int TRC_OBJECT_VALUE_FEATURE_COUNT
          The number of structural features of the the 'TRC Object Value' class.
static int TRC_OBJECT_VALUE_KIND
          The meta object id for the 'TRC Object Value Kind' enum.
static int TRC_OBJECT_VALUE_POSITION
          The meta object id for the 'TRC Object Value Position' enum.
static int TRC_PACKAGE
          The meta object id for the 'TRC Package' class.
static int TRC_PACKAGE__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int TRC_PACKAGE__BASE_TIME
          The feature id for the 'Base Time' attribute.
static int TRC_PACKAGE__CALLS
          The feature id for the 'Calls' attribute.
static int TRC_PACKAGE__CLASSES
          The feature id for the 'Classes' containment reference list.
static int TRC_PACKAGE__COLLECTED_INSTANCES
          The feature id for the 'Collected Instances' attribute.
static int TRC_PACKAGE__COLLECTED_SIZE
          The feature id for the 'Collected Size' attribute.
static int TRC_PACKAGE__CUMULATIVE_TIME
          The feature id for the 'Cumulative Time' attribute.
static int TRC_PACKAGE__INHERITED_BASE_TIME
          The feature id for the 'Inherited Base Time' attribute.
static int TRC_PACKAGE__INHERITED_CALLS
          The feature id for the 'Inherited Calls' attribute.
static int TRC_PACKAGE__INHERITED_CUMULATIVE_TIME
          The feature id for the 'Inherited Cumulative Time' attribute.
static int TRC_PACKAGE__NAME
          The feature id for the 'Name' attribute.
static int TRC_PACKAGE__PARENT
          The feature id for the 'Parent' reference.
static int TRC_PACKAGE__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_PACKAGE__SOURCE_INFO
          The feature id for the 'Source Info' reference.
static int TRC_PACKAGE__SUB_PACKAGES
          The feature id for the 'Sub Packages' reference list.
static int TRC_PACKAGE__TOTAL_CPU_TIME
          The feature id for the 'Total Cpu Time' attribute.
static int TRC_PACKAGE__TOTAL_INSTANCES
          The feature id for the 'Total Instances' attribute.
static int TRC_PACKAGE__TOTAL_SIZE
          The feature id for the 'Total Size' attribute.
static int TRC_PACKAGE_FEATURE_COUNT
          The number of structural features of the the 'TRC Package' class.
static int TRC_PRIMITIVE_TYPE
          The meta object id for the 'TRC Primitive Type' enum.
static int TRC_PROCESS
          The meta object id for the 'TRC Process' class.
static int TRC_PROCESS__AGENT
          The feature id for the 'Agent' container reference.
static int TRC_PROCESS__ALLOCATION_SITES_ENTRIES
          The feature id for the 'Allocation Sites Entries' map.
static int TRC_PROCESS__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int TRC_PROCESS__BASE_TIME
          The feature id for the 'Base Time' attribute.
static int TRC_PROCESS__CALLS
          The feature id for the 'Calls' attribute.
static int TRC_PROCESS__CLASS_CLASS
          The feature id for the 'Class Class' reference.
static int TRC_PROCESS__CLASS_LOADERS
          The feature id for the 'Class Loaders' containment reference list.
static int TRC_PROCESS__COLLECTED_INSTANCES
          The feature id for the 'Collected Instances' attribute.
static int TRC_PROCESS__COLLECTED_SIZE
          The feature id for the 'Collected Size' attribute.
static int TRC_PROCESS__COLLECTION_BOUNDARY_POINTS
          The feature id for the 'Collection Boundary Points' containment reference list.
static int TRC_PROCESS__CPU_SAMPLE_RESOLUTION
          The feature id for the 'Cpu Sample Resolution' attribute.
static int TRC_PROCESS__CUMULATIVE_TIME
          The feature id for the 'Cumulative Time' attribute.
static int TRC_PROCESS__HEAP_DUMPS
          The feature id for the 'Heap Dumps' containment reference list.
static int TRC_PROCESS__ID
          The feature id for the 'Id' attribute.
static int TRC_PROCESS__INHERITED_BASE_TIME
          The feature id for the 'Inherited Base Time' attribute.
static int TRC_PROCESS__INHERITED_CALLS
          The feature id for the 'Inherited Calls' attribute.
static int TRC_PROCESS__INHERITED_CUMULATIVE_TIME
          The feature id for the 'Inherited Cumulative Time' attribute.
static int TRC_PROCESS__INIT_FINISHED_TIME
          The feature id for the 'Init Finished Time' attribute.
static int TRC_PROCESS__INPUT_OUTPUT_CONTAINER
          The feature id for the 'Input Output Container' reference.
static int TRC_PROCESS__INVOCATIONS
          The feature id for the 'Invocations' containment reference list.
static int TRC_PROCESS__LANGUAGES
          The feature id for the 'Languages' attribute list.
static int TRC_PROCESS__LAST_EVENT_TIME
          The feature id for the 'Last Event Time' attribute.
static int TRC_PROCESS__METHOD_LOCK_ACCESS_ENTRIES
          The feature id for the 'Method Lock Access Entries' map.
static int TRC_PROCESS__NAME
          The feature id for the 'Name' attribute.
static int TRC_PROCESS__OBJECTS
          The feature id for the 'Objects' containment reference list.
static int TRC_PROCESS__PACKAGES
          The feature id for the 'Packages' containment reference list.
static int TRC_PROCESS__PID
          The feature id for the 'Pid' attribute.
static int TRC_PROCESS__PRECISION
          The feature id for the 'Precision' attribute.
static int TRC_PROCESS__REFERENCE_POINTER_SIZE
          The feature id for the 'Reference Pointer Size' attribute.
static int TRC_PROCESS__SOURCE_INFOS
          The feature id for the 'Source Infos' containment reference list.
static int TRC_PROCESS__START_TIME
          The feature id for the 'Start Time' attribute.
static int TRC_PROCESS__STOP_TIME
          The feature id for the 'Stop Time' attribute.
static int TRC_PROCESS__THREAD_STATES
          The feature id for the 'Thread States' attribute list.
static int TRC_PROCESS__THREADS
          The feature id for the 'Threads' containment reference list.
static int TRC_PROCESS__TOTAL_CPU_TIME
          The feature id for the 'Total Cpu Time' attribute.
static int TRC_PROCESS__TOTAL_INSTANCES
          The feature id for the 'Total Instances' attribute.
static int TRC_PROCESS__TOTAL_SIZE
          The feature id for the 'Total Size' attribute.
static int TRC_PROCESS_FEATURE_COUNT
          The number of structural features of the the 'TRC Process' class.
static int TRC_SIGNATURE_NOTATION
          The meta object id for the 'TRC Signature Notation' enum.
static int TRC_SOURCE_INFO
          The meta object id for the 'TRC Source Info' class.
static int TRC_SOURCE_INFO__LANGUAGE
          The feature id for the 'Language' attribute.
static int TRC_SOURCE_INFO__LOCATION
          The feature id for the 'Location' attribute.
static int TRC_SOURCE_INFO_FEATURE_COUNT
          The number of structural features of the the 'TRC Source Info' class.
static int TRC_SOURCE_INFO_WITH_LL_DATA
          The meta object id for the 'TRC Source Info With LL Data' class.
static int TRC_SOURCE_INFO_WITH_LL_DATA__LANGUAGE
          The feature id for the 'Language' attribute.
static int TRC_SOURCE_INFO_WITH_LL_DATA__LL_DATAS
          The feature id for the 'LL Datas' reference list.
static int TRC_SOURCE_INFO_WITH_LL_DATA__LOCATION
          The feature id for the 'Location' attribute.
static int TRC_SOURCE_INFO_WITH_LL_DATA_FEATURE_COUNT
          The number of structural features of the the 'TRC Source Info With LL Data' class.
static int TRC_THREAD
          The meta object id for the 'TRC Thread' class.
static int TRC_THREAD__GROUP_NAME
          The feature id for the 'Group Name' attribute.
static int TRC_THREAD__ID
          The feature id for the 'Id' attribute.
static int TRC_THREAD__INITIAL_INVOCATIONS
          The feature id for the 'Initial Invocations' reference list.
static int TRC_THREAD__MAX_STACK_DEPTH
          The feature id for the 'Max Stack Depth' attribute.
static int TRC_THREAD__NAME
          The feature id for the 'Name' attribute.
static int TRC_THREAD__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_THREAD__START_TIME
          The feature id for the 'Start Time' attribute.
static int TRC_THREAD__STOP_TIME
          The feature id for the 'Stop Time' attribute.
static int TRC_THREAD__THREAD_EVENTS
          The feature id for the 'Thread Events' containment reference list.
static int TRC_THREAD__THREAD_OBJECT
          The feature id for the 'Thread Object' reference.
static int TRC_THREAD__TOTAL_CPU_TIME
          The feature id for the 'Total Cpu Time' attribute.
static int TRC_THREAD_DEAD_EVENT
          The meta object id for the 'TRC Thread Dead Event' class.
static int TRC_THREAD_DEAD_EVENT__THREAD
          The feature id for the 'Thread' container reference.
static int TRC_THREAD_DEAD_EVENT__TIME
          The feature id for the 'Time' attribute.
static int TRC_THREAD_DEAD_EVENT_FEATURE_COUNT
          The number of structural features of the the 'TRC Thread Dead Event' class.
static int TRC_THREAD_DEAD_LOCK_EVENT
          The meta object id for the 'TRC Thread Dead Lock Event' class.
static int TRC_THREAD_DEAD_LOCK_EVENT__LOCKED_OBJECT
          The feature id for the 'Locked Object' reference.
static int TRC_THREAD_DEAD_LOCK_EVENT__LOCKING_THREAD
          The feature id for the 'Locking Thread' reference.
static int TRC_THREAD_DEAD_LOCK_EVENT__NEXT_DEAD_LOCK_EVENT
          The feature id for the 'Next Dead Lock Event' reference.
static int TRC_THREAD_DEAD_LOCK_EVENT__THREAD
          The feature id for the 'Thread' container reference.
static int TRC_THREAD_DEAD_LOCK_EVENT__TIME
          The feature id for the 'Time' attribute.
static int TRC_THREAD_DEAD_LOCK_EVENT_FEATURE_COUNT
          The number of structural features of the the 'TRC Thread Dead Lock Event' class.
static int TRC_THREAD_EVENT
          The meta object id for the 'TRC Thread Event' class.
static int TRC_THREAD_EVENT__THREAD
          The feature id for the 'Thread' container reference.
static int TRC_THREAD_EVENT__TIME
          The feature id for the 'Time' attribute.
static int TRC_THREAD_EVENT_FEATURE_COUNT
          The number of structural features of the the 'TRC Thread Event' class.
static int TRC_THREAD_FEATURE_COUNT
          The number of structural features of the the 'TRC Thread' class.
static int TRC_THREAD_RUNNING_EVENT
          The meta object id for the 'TRC Thread Running Event' class.
static int TRC_THREAD_RUNNING_EVENT__THREAD
          The feature id for the 'Thread' container reference.
static int TRC_THREAD_RUNNING_EVENT__TIME
          The feature id for the 'Time' attribute.
static int TRC_THREAD_RUNNING_EVENT_FEATURE_COUNT
          The number of structural features of the the 'TRC Thread Running Event' class.
static int TRC_THREAD_SLEEPING_EVENT
          The meta object id for the 'TRC Thread Sleeping Event' class.
static int TRC_THREAD_SLEEPING_EVENT__SLEEPING_TIME
          The feature id for the 'Sleeping Time' attribute.
static int TRC_THREAD_SLEEPING_EVENT__THREAD
          The feature id for the 'Thread' container reference.
static int TRC_THREAD_SLEEPING_EVENT__TIME
          The feature id for the 'Time' attribute.
static int TRC_THREAD_SLEEPING_EVENT_FEATURE_COUNT
          The number of structural features of the the 'TRC Thread Sleeping Event' class.
static int TRC_THREAD_WAITING_FOR_LOCK_EVENT
          The meta object id for the 'TRC Thread Waiting For Lock Event' class.
static int TRC_THREAD_WAITING_FOR_LOCK_EVENT__LOCKED_OBJECT
          The feature id for the 'Locked Object' reference.
static int TRC_THREAD_WAITING_FOR_LOCK_EVENT__LOCKING_THREAD
          The feature id for the 'Locking Thread' reference.
static int TRC_THREAD_WAITING_FOR_LOCK_EVENT__THREAD
          The feature id for the 'Thread' container reference.
static int TRC_THREAD_WAITING_FOR_LOCK_EVENT__TIME
          The feature id for the 'Time' attribute.
static int TRC_THREAD_WAITING_FOR_LOCK_EVENT_FEATURE_COUNT
          The number of structural features of the the 'TRC Thread Waiting For Lock Event' class.
static int TRC_THREAD_WAITING_FOR_OBJECT_EVENT
          The meta object id for the 'TRC Thread Waiting For Object Event' class.
static int TRC_THREAD_WAITING_FOR_OBJECT_EVENT__OBJECT_WAITING_FOR
          The feature id for the 'Object Waiting For' reference.
static int TRC_THREAD_WAITING_FOR_OBJECT_EVENT__THREAD
          The feature id for the 'Thread' container reference.
static int TRC_THREAD_WAITING_FOR_OBJECT_EVENT__TIME
          The feature id for the 'Time' attribute.
static int TRC_THREAD_WAITING_FOR_OBJECT_EVENT__TIMEOUT
          The feature id for the 'Timeout' attribute.
static int TRC_THREAD_WAITING_FOR_OBJECT_EVENT_FEATURE_COUNT
          The number of structural features of the the 'TRC Thread Waiting For Object Event' class.
static int TRC_TRACE_OBJECT
          The meta object id for the 'TRC Trace Object' class.
static int TRC_TRACE_OBJECT__ID
          The feature id for the 'Id' attribute.
static int TRC_TRACE_OBJECT__INVOCATIONS
          The feature id for the 'Invocations' reference list.
static int TRC_TRACE_OBJECT__IS_A
          The feature id for the 'Is A' reference.
static int TRC_TRACE_OBJECT__PROCESS
          The feature id for the 'Process' container reference.
static int TRC_TRACE_OBJECT__SIZE
          The feature id for the 'Size' attribute.
static int TRC_TRACE_OBJECT__THREAD
          The feature id for the 'Thread' reference.
static int TRC_TRACE_OBJECT_FEATURE_COUNT
          The number of structural features of the the 'TRC Trace Object' class.
static int TRC_TYPED_OBJECT_VALUE
          The meta object id for the 'TRC Typed Object Value' class.
static int TRC_TYPED_OBJECT_VALUE__CONTAINER
          The feature id for the 'Container' reference.
static int TRC_TYPED_OBJECT_VALUE__OBJECT
          The feature id for the 'Object' reference.
static int TRC_TYPED_OBJECT_VALUE__POSITION
          The feature id for the 'Position' attribute.
static int TRC_TYPED_OBJECT_VALUE__POSITION_KIND
          The feature id for the 'Position Kind' attribute.
static int TRC_TYPED_OBJECT_VALUE__STRING_VALUE
          The feature id for the 'String Value' attribute.
static int TRC_TYPED_OBJECT_VALUE__TRC_INPUT_OUTPUT_ENTRY
          The feature id for the 'TRC Input Output Entry' container reference.
static int TRC_TYPED_OBJECT_VALUE__VALUE_KIND
          The feature id for the 'Value Kind' attribute.
static int TRC_TYPED_OBJECT_VALUE_FEATURE_COUNT
          The number of structural features of the the 'TRC Typed Object Value' class.
static int TRCGC_ROOT_TYPE
          The meta object id for the 'TRCGC Root Type' enum.
static int TRCLL_DATA
          The meta object id for the 'TRCLL Data' class.
static int TRCLL_DATA__HEADINGS
          The feature id for the 'Headings' attribute.
static int TRCLL_DATA__METHOD
          The feature id for the 'Method' container reference.
static int TRCLL_DATA__SUMMARY_NONZERO
          The feature id for the 'Summary Nonzero' attribute.
static int TRCLL_DATA__SUMMARY_UNITS
          The feature id for the 'Summary Units' attribute.
static int TRCLL_DATA__TYPE_ID
          The feature id for the 'Type Id' attribute.
static int TRCLL_DATA_FEATURE_COUNT
          The number of structural features of the the 'TRCLL Data' class.
 
Method Summary
 org.eclipse.emf.ecore.EDataType getEClassID()
          Returns the meta object for data type 'EClass ID'.
 org.eclipse.emf.ecore.EDataType getEMethodID()
          Returns the meta object for data type 'EMethod ID'.
 org.eclipse.emf.ecore.EDataType getEObjectID()
          Returns the meta object for data type 'EObject ID'.
 org.eclipse.emf.ecore.EDataType getLLUnitData()
          Returns the meta object for data type 'LL Unit Data'.
 TraceFactory getTraceFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_BaseTime()
          Returns the meta object for the attribute 'Base Time'.
 org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_CallerLineNo()
          Returns the meta object for the attribute 'Caller Line No'.
 org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_Count()
          Returns the meta object for the attribute 'Count'.
 org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_CumulativeTime()
          Returns the meta object for the attribute 'Cumulative Time'.
 org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_MaxTime()
          Returns the meta object for the attribute 'Max Time'.
 org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_MinTime()
          Returns the meta object for the attribute 'Min Time'.
 org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_TotalCpuTime()
          Returns the meta object for the attribute 'Total Cpu Time'.
 org.eclipse.emf.ecore.EClass getTRCAggregatedMethodInvocation()
          Returns the meta object for class 'TRC Aggregated Method Invocation'.
 org.eclipse.emf.ecore.EAttribute getTRCAggregatedObjectReference_Count()
          Returns the meta object for the attribute 'Count'.
 org.eclipse.emf.ecore.EAttribute getTRCAggregatedObjectReference_OwnerSize()
          Returns the meta object for the attribute 'Owner Size'.
 org.eclipse.emf.ecore.EAttribute getTRCAggregatedObjectReference_TargetSize()
          Returns the meta object for the attribute 'Target Size'.
 org.eclipse.emf.ecore.EClass getTRCAggregatedObjectReference()
          Returns the meta object for class 'TRC Aggregated Object Reference'.
 org.eclipse.emf.ecore.EAttribute getTRCArrayClass_ArrayType()
          Returns the meta object for the attribute 'Array Type'.
 org.eclipse.emf.ecore.EReference getTRCArrayClass_ElementType()
          Returns the meta object for the reference 'Element Type'.
 org.eclipse.emf.ecore.EClass getTRCArrayClass()
          Returns the meta object for class 'TRC Array Class'.
 org.eclipse.emf.ecore.EAttribute getTRCCallerCalleeInvocationInfo_CallOverhead()
          Returns the meta object for the attribute 'Call Overhead'.
 org.eclipse.emf.ecore.EAttribute getTRCCallerCalleeInvocationInfo_CallTime()
          Returns the meta object for the attribute 'Call Time'.
 org.eclipse.emf.ecore.EAttribute getTRCCallerCalleeInvocationInfo_ReturnTime()
          Returns the meta object for the attribute 'Return Time'.
 org.eclipse.emf.ecore.EClass getTRCCallerCalleeInvocationInfo()
          Returns the meta object for class 'TRC Caller Callee Invocation Info'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_BaseTime()
          Returns the meta object for the attribute 'Base Time'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_Calls()
          Returns the meta object for the attribute 'Calls'.
 org.eclipse.emf.ecore.EReference getTRCClass_ClassLoader()
          Returns the meta object for the reference 'Class Loader'.
 org.eclipse.emf.ecore.EReference getTRCClass_ClassObjects()
          Returns the meta object for the reference list 'Class Objects'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_CollectedInstances()
          Returns the meta object for the attribute 'Collected Instances'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_CollectedSize()
          Returns the meta object for the attribute 'Collected Size'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_CumulativeTime()
          Returns the meta object for the attribute 'Cumulative Time'.
 org.eclipse.emf.ecore.EReference getTRCClass_EnclosedBy()
          Returns the meta object for the reference 'Enclosed By'.
 org.eclipse.emf.ecore.EReference getTRCClass_Extends()
          Returns the meta object for the reference list 'Extends'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_Id()
          Returns the meta object for the attribute 'Id'.
 org.eclipse.emf.ecore.EReference getTRCClass_Implements()
          Returns the meta object for the reference list 'Implements'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_InheritedBaseTime()
          Returns the meta object for the attribute 'Inherited Base Time'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_InheritedCalls()
          Returns the meta object for the attribute 'Inherited Calls'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_InheritedCumulativeTime()
          Returns the meta object for the attribute 'Inherited Cumulative Time'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_Interface()
          Returns the meta object for the attribute 'Interface'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_LineCount()
          Returns the meta object for the attribute 'Line Count'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_LineNo()
          Returns the meta object for the attribute 'Line No'.
 org.eclipse.emf.ecore.EReference getTRCClass_LoadedBy()
          Returns the meta object for the reference 'Loaded By'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_LoadTime()
          Returns the meta object for the attribute 'Load Time'.
 org.eclipse.emf.ecore.EReference getTRCClass_Locks()
          Returns the meta object for the reference list 'Locks'.
 org.eclipse.emf.ecore.EReference getTRCClass_Methods()
          Returns the meta object for the containment reference list 'Methods'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getTRCClass_Objects()
          Returns the meta object for the reference list 'Objects'.
 org.eclipse.emf.ecore.EReference getTRCClass_Package()
          Returns the meta object for the container reference 'Package'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_Size()
          Returns the meta object for the attribute 'Size'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_TotalCpuTime()
          Returns the meta object for the attribute 'Total Cpu Time'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_TotalInstances()
          Returns the meta object for the attribute 'Total Instances'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_TotalSize()
          Returns the meta object for the attribute 'Total Size'.
 org.eclipse.emf.ecore.EAttribute getTRCClass_UnloadTime()
          Returns the meta object for the attribute 'Unload Time'.
 org.eclipse.emf.ecore.EClass getTRCClass()
          Returns the meta object for class 'TRC Class'.
 org.eclipse.emf.ecore.EReference getTRCClassLoader_ClassLoaderInstance()
          Returns the meta object for the reference 'Class Loader Instance'.
 org.eclipse.emf.ecore.EReference getTRCClassLoader_Process()
          Returns the meta object for the container reference 'Process'.
 org.eclipse.emf.ecore.EClass getTRCClassLoader()
          Returns the meta object for class 'TRC Class Loader'.
 org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_HeapDump()
          Returns the meta object for the reference 'Heap Dump'.
 org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastClass()
          Returns the meta object for the reference 'Last Class'.
 org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastInvocation()
          Returns the meta object for the reference 'Last Invocation'.
 org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastMethod()
          Returns the meta object for the reference 'Last Method'.
 org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastObject()
          Returns the meta object for the reference 'Last Object'.
 org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastPackage()
          Returns the meta object for the reference 'Last Package'.
 org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastThread()
          Returns the meta object for the reference 'Last Thread'.
 org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_Process()
          Returns the meta object for the container reference 'Process'.
 org.eclipse.emf.ecore.EClass getTRCCollectionBoundary()
          Returns the meta object for class 'TRC Collection Boundary'.
 org.eclipse.emf.ecore.EAttribute getTRCFullHeapObject_HeapDumpFirstSeen()
          Returns the meta object for the attribute 'Heap Dump First Seen'.
 org.eclipse.emf.ecore.EClass getTRCFullHeapObject()
          Returns the meta object for class 'TRC Full Heap Object'.
 org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_CallerLineNo()
          Returns the meta object for the attribute 'Caller Line No'.
 org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_CpuTime()
          Returns the meta object for the attribute 'Cpu Time'.
 org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_EntryTime()
          Returns the meta object for the attribute 'Entry Time'.
 org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_ExitTime()
          Returns the meta object for the attribute 'Exit Time'.
 org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_Overhead()
          Returns the meta object for the attribute 'Overhead'.
 org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_StackDepth()
          Returns the meta object for the attribute 'Stack Depth'.
 org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_Ticket()
          Returns the meta object for the attribute 'Ticket'.
 org.eclipse.emf.ecore.EClass getTRCFullMethodInvocation()
          Returns the meta object for class 'TRC Full Method Invocation'.
 org.eclipse.emf.ecore.EAttribute getTRCFullTraceObject_BaseTime()
          Returns the meta object for the attribute 'Base Time'.
 org.eclipse.emf.ecore.EAttribute getTRCFullTraceObject_Calls()
          Returns the meta object for the attribute 'Calls'.
 org.eclipse.emf.ecore.EAttribute getTRCFullTraceObject_CollectTime()
          Returns the meta object for the attribute 'Collect Time'.
 org.eclipse.emf.ecore.EAttribute getTRCFullTraceObject_CreateTime()
          Returns the meta object for the attribute 'Create Time'.
 org.eclipse.emf.ecore.EAttribute getTRCFullTraceObject_CumulativeTime()
          Returns the meta object for the attribute 'Cumulative Time'.
 org.eclipse.emf.ecore.EClass getTRCFullTraceObject()
          Returns the meta object for class 'TRC Full Trace Object'.
 org.eclipse.emf.ecore.EEnum getTRCGCRootType()
          Returns the meta object for enum 'TRCGC Root Type'.
 org.eclipse.emf.ecore.EAttribute getTRCHeapDump_EntryTime()
          Returns the meta object for the attribute 'Entry Time'.
 org.eclipse.emf.ecore.EAttribute getTRCHeapDump_ExitTime()
          Returns the meta object for the attribute 'Exit Time'.
 org.eclipse.emf.ecore.EReference getTRCHeapDump_GcRoots()
          Returns the meta object for the containment reference list 'Gc Roots'.
 org.eclipse.emf.ecore.EAttribute getTRCHeapDump_Id()
          Returns the meta object for the attribute 'Id'.
 org.eclipse.emf.ecore.EAttribute getTRCHeapDump_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getTRCHeapDump_Process()
          Returns the meta object for the container reference 'Process'.
 org.eclipse.emf.ecore.EReference getTRCHeapDump_References()
          Returns the meta object for the containment reference list 'References'.
 org.eclipse.emf.ecore.EClass getTRCHeapDump()
          Returns the meta object for class 'TRC Heap Dump'.
 org.eclipse.emf.ecore.EReference getTRCHeapObject_RefOwner()
          Returns the meta object for the reference list 'Ref Owner'.
 org.eclipse.emf.ecore.EReference getTRCHeapObject_RefTarget()
          Returns the meta object for the reference list 'Ref Target'.
 org.eclipse.emf.ecore.EClass getTRCHeapObject()
          Returns the meta object for class 'TRC Heap Object'.
 org.eclipse.emf.ecore.EAttribute getTRCHeapRoot_Frame()
          Returns the meta object for the attribute 'Frame'.
 org.eclipse.emf.ecore.EReference getTRCHeapRoot_HeapDump()
          Returns the meta object for the container reference 'Heap Dump'.
 org.eclipse.emf.ecore.EReference getTRCHeapRoot_Object()
          Returns the meta object for the reference 'Object'.
 org.eclipse.emf.ecore.EReference getTRCHeapRoot_Thread()
          Returns the meta object for the reference 'Thread'.
 org.eclipse.emf.ecore.EAttribute getTRCHeapRoot_Type()
          Returns the meta object for the attribute 'Type'.
 org.eclipse.emf.ecore.EClass getTRCHeapRoot()
          Returns the meta object for class 'TRC Heap Root'.
 org.eclipse.emf.ecore.EReference getTRCInputOutputContainer_Entries()
          Returns the meta object for the map 'Entries'.
 org.eclipse.emf.ecore.EReference getTRCInputOutputContainer_InputOutputValues()
          Returns the meta object for the reference list 'Input Output Values'.
 org.eclipse.emf.ecore.EReference getTRCInputOutputContainer_Process()
          Returns the meta object for the reference 'Process'.
 org.eclipse.emf.ecore.EClass getTRCInputOutputContainer()
          Returns the meta object for class 'TRC Input Output Container'.
 org.eclipse.emf.ecore.EReference getTRCInputOutputEntry_Container()
          Returns the meta object for the container reference 'Container'.
 org.eclipse.emf.ecore.EReference getTRCInputOutputEntry_Key()
          Returns the meta object for the reference 'Key'.
 org.eclipse.emf.ecore.EReference getTRCInputOutputEntry_Value()
          Returns the meta object for the containment reference list 'Value'.
 org.eclipse.emf.ecore.EClass getTRCInputOutputEntry()
          Returns the meta object for class 'TRC Input Output Entry'.
 org.eclipse.emf.ecore.EReference getTRCLanguageElement_Annotations()
          Returns the meta object for the containment reference list 'Annotations'.
 org.eclipse.emf.ecore.EReference getTRCLanguageElement_SourceInfo()
          Returns the meta object for the reference 'Source Info'.
 org.eclipse.emf.ecore.EClass getTRCLanguageElement()
          Returns the meta object for class 'TRC Language Element'.
 org.eclipse.emf.ecore.EAttribute getTRCLineCoverageData_CountTable()
          Returns the meta object for the attribute 'Count Table'.
 org.eclipse.emf.ecore.EAttribute getTRCLineCoverageData_HitTable()
          Returns the meta object for the attribute 'Hit Table'.
 org.eclipse.emf.ecore.EAttribute getTRCLineCoverageData_LineTable()
          Returns the meta object for the attribute 'Line Table'.
 org.eclipse.emf.ecore.EReference getTRCLineCoverageData_SourceInfo()
          Returns the meta object for the reference 'Source Info'.
 org.eclipse.emf.ecore.EClass getTRCLineCoverageData()
          Returns the meta object for class 'TRC Line Coverage Data'.
 org.eclipse.emf.ecore.EAttribute getTRCLinePerformanceData_AccumulatedTimeTable()
          Returns the meta object for the attribute 'Accumulated Time Table'.
 org.eclipse.emf.ecore.EClass getTRCLinePerformanceData()
          Returns the meta object for class 'TRC Line Performance Data'.
 org.eclipse.emf.ecore.EAttribute getTRCLLData_Headings()
          Returns the meta object for the attribute 'Headings'.
 org.eclipse.emf.ecore.EReference getTRCLLData_Method()
          Returns the meta object for the container reference 'Method'.
 org.eclipse.emf.ecore.EAttribute getTRCLLData_SummaryNonzero()
          Returns the meta object for the attribute 'Summary Nonzero'.
 org.eclipse.emf.ecore.EAttribute getTRCLLData_SummaryUnits()
          Returns the meta object for the attribute 'Summary Units'.
 org.eclipse.emf.ecore.EAttribute getTRCLLData_TypeId()
          Returns the meta object for the attribute 'Type Id'.
 org.eclipse.emf.ecore.EClass getTRCLLData()
          Returns the meta object for class 'TRCLL Data'.
 org.eclipse.emf.ecore.EAttribute getTRCLockAccess_AtLine()
          Returns the meta object for the attribute 'At Line'.
 org.eclipse.emf.ecore.EReference getTRCLockAccess_OnObject()
          Returns the meta object for the reference 'On Object'.
 org.eclipse.emf.ecore.EAttribute getTRCLockAccess_ReleaseTime()
          Returns the meta object for the attribute 'Release Time'.
 org.eclipse.emf.ecore.EAttribute getTRCLockAccess_RequestTime()
          Returns the meta object for the attribute 'Request Time'.
 org.eclipse.emf.ecore.EAttribute getTRCLockAccess_RequireTime()
          Returns the meta object for the attribute 'Require Time'.
 org.eclipse.emf.ecore.EClass getTRCLockAccess()
          Returns the meta object for class 'TRC Lock Access'.
 org.eclipse.emf.ecore.EAttribute getTRCMethod_BaseTime()
          Returns the meta object for the attribute 'Base Time'.
 org.eclipse.emf.ecore.EAttribute getTRCMethod_Calls()
          Returns the meta object for the attribute 'Calls'.
 org.eclipse.emf.ecore.EAttribute getTRCMethod_CumulativeTime()
          Returns the meta object for the attribute 'Cumulative Time'.
 org.eclipse.emf.ecore.EReference getTRCMethod_DefiningClass()
          Returns the meta object for the container reference 'Defining Class'.
 org.eclipse.emf.ecore.EAttribute getTRCMethod_Id()
          Returns the meta object for the attribute 'Id'.
 org.eclipse.emf.ecore.EReference getTRCMethod_Invocations()
          Returns the meta object for the reference list 'Invocations'.
 org.eclipse.emf.ecore.EAttribute getTRCMethod_LineCount()
          Returns the meta object for the attribute 'Line Count'.
 org.eclipse.emf.ecore.EAttribute getTRCMethod_LineNo()
          Returns the meta object for the attribute 'Line No'.
 org.eclipse.emf.ecore.EAttribute getTRCMethod_Modifier()
          Returns the meta object for the attribute 'Modifier'.
 org.eclipse.emf.ecore.EAttribute getTRCMethod_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EAttribute getTRCMethod_Notation()
          Returns the meta object for the attribute 'Notation'.
 org.eclipse.emf.ecore.EAttribute getTRCMethod_Signature()
          Returns the meta object for the attribute 'Signature'.
 org.eclipse.emf.ecore.EAttribute getTRCMethod_TotalCpuTime()
          Returns the meta object for the attribute 'Total Cpu Time'.
 org.eclipse.emf.ecore.EClass getTRCMethod()
          Returns the meta object for class 'TRC Method'.
 org.eclipse.emf.ecore.EReference getTRCMethodInvocation_InvokedBy()
          Returns the meta object for the reference 'Invoked By'.
 org.eclipse.emf.ecore.EReference getTRCMethodInvocation_Invokes()
          Returns the meta object for the reference list 'Invokes'.
 org.eclipse.emf.ecore.EReference getTRCMethodInvocation_Method()
          Returns the meta object for the reference 'Method'.
 org.eclipse.emf.ecore.EReference getTRCMethodInvocation_OwningObject()
          Returns the meta object for the reference 'Owning Object'.
 org.eclipse.emf.ecore.EReference getTRCMethodInvocation_Process()
          Returns the meta object for the container reference 'Process'.
 org.eclipse.emf.ecore.EReference getTRCMethodInvocation_Thread()
          Returns the meta object for the reference 'Thread'.
 org.eclipse.emf.ecore.EClass getTRCMethodInvocation()
          Returns the meta object for class 'TRC Method Invocation'.
 org.eclipse.emf.ecore.EEnum getTRCMethodProperties()
          Returns the meta object for enum 'TRC Method Properties'.
 org.eclipse.emf.ecore.EReference getTRCMethodWithLLData_LLData()
          Returns the meta object for the containment reference 'LL Data'.
 org.eclipse.emf.ecore.EClass getTRCMethodWithLLData()
          Returns the meta object for class 'TRC Method With LL Data'.
 org.eclipse.emf.ecore.EReference getTRCMthdLckAccEntry_Key()
          Returns the meta object for the reference 'Key'.
 org.eclipse.emf.ecore.EReference getTRCMthdLckAccEntry_Process()
          Returns the meta object for the container reference 'Process'.
 org.eclipse.emf.ecore.EReference getTRCMthdLckAccEntry_Value()
          Returns the meta object for the containment reference list 'Value'.
 org.eclipse.emf.ecore.EClass getTRCMthdLckAccEntry()
          Returns the meta object for class 'TRC Mthd Lck Acc Entry'.
 org.eclipse.emf.ecore.EAttribute getTRCObject_Id()
          Returns the meta object for the attribute 'Id'.
 org.eclipse.emf.ecore.EReference getTRCObject_IsA()
          Returns the meta object for the reference 'Is A'.
 org.eclipse.emf.ecore.EReference getTRCObject_Process()
          Returns the meta object for the container reference 'Process'.
 org.eclipse.emf.ecore.EAttribute getTRCObject_Size()
          Returns the meta object for the attribute 'Size'.
 org.eclipse.emf.ecore.EClass getTRCObject()
          Returns the meta object for class 'TRC Object'.
 org.eclipse.emf.ecore.EReference getTRCObjectAllocationSite_AllocatedObject()
          Returns the meta object for the reference 'Allocated Object'.
 org.eclipse.emf.ecore.EAttribute getTRCObjectAllocationSite_AtLine()
          Returns the meta object for the attribute 'At Line'.
 org.eclipse.emf.ecore.EReference getTRCObjectAllocationSite_TRCObjectAllocationSitesEntry()
          Returns the meta object for the container reference 'TRC Object Allocation Sites Entry'.
 org.eclipse.emf.ecore.EClass getTRCObjectAllocationSite()
          Returns the meta object for class 'TRC Object Allocation Site'.
 org.eclipse.emf.ecore.EReference getTRCObjectAllocationSitesEntry_Key()
          Returns the meta object for the reference 'Key'.
 org.eclipse.emf.ecore.EReference getTRCObjectAllocationSitesEntry_Process()
          Returns the meta object for the container reference 'Process'.
 org.eclipse.emf.ecore.EReference getTRCObjectAllocationSitesEntry_Value()
          Returns the meta object for the containment reference list 'Value'.
 org.eclipse.emf.ecore.EClass getTRCObjectAllocationSitesEntry()
          Returns the meta object for class 'TRC Object Allocation Sites Entry'.
 org.eclipse.emf.ecore.EReference getTRCObjectReference_HeapDump()
          Returns the meta object for the container reference 'Heap Dump'.
 org.eclipse.emf.ecore.EReference getTRCObjectReference_Owner()
          Returns the meta object for the reference 'Owner'.
 org.eclipse.emf.ecore.EReference getTRCObjectReference_Target()
          Returns the meta object for the reference 'Target'.
 org.eclipse.emf.ecore.EClass getTRCObjectReference()
          Returns the meta object for class 'TRC Object Reference'.
 org.eclipse.emf.ecore.EReference getTRCObjectValue_Container()
          Returns the meta object for the reference 'Container'.
 org.eclipse.emf.ecore.EAttribute getTRCObjectValue_StringValue()
          Returns the meta object for the attribute 'String Value'.
 org.eclipse.emf.ecore.EReference getTRCObjectValue_TRCInputOutputEntry()
          Returns the meta object for the container reference 'TRC Input Output Entry'.
 org.eclipse.emf.ecore.EClass getTRCObjectValue()
          Returns the meta object for class 'TRC Object Value'.
 org.eclipse.emf.ecore.EEnum getTRCObjectValueKind()
          Returns the meta object for enum 'TRC Object Value Kind'.
 org.eclipse.emf.ecore.EEnum getTRCObjectValuePosition()
          Returns the meta object for enum 'TRC Object Value Position'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_BaseTime()
          Returns the meta object for the attribute 'Base Time'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_Calls()
          Returns the meta object for the attribute 'Calls'.
 org.eclipse.emf.ecore.EReference getTRCPackage_Classes()
          Returns the meta object for the containment reference list 'Classes'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_CollectedInstances()
          Returns the meta object for the attribute 'Collected Instances'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_CollectedSize()
          Returns the meta object for the attribute 'Collected Size'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_CumulativeTime()
          Returns the meta object for the attribute 'Cumulative Time'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_InheritedBaseTime()
          Returns the meta object for the attribute 'Inherited Base Time'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_InheritedCalls()
          Returns the meta object for the attribute 'Inherited Calls'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_InheritedCumulativeTime()
          Returns the meta object for the attribute 'Inherited Cumulative Time'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getTRCPackage_Parent()
          Returns the meta object for the reference 'Parent'.
 org.eclipse.emf.ecore.EReference getTRCPackage_Process()
          Returns the meta object for the container reference 'Process'.
 org.eclipse.emf.ecore.EReference getTRCPackage_SubPackages()
          Returns the meta object for the reference list 'Sub Packages'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_TotalCpuTime()
          Returns the meta object for the attribute 'Total Cpu Time'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_TotalInstances()
          Returns the meta object for the attribute 'Total Instances'.
 org.eclipse.emf.ecore.EAttribute getTRCPackage_TotalSize()
          Returns the meta object for the attribute 'Total Size'.
 org.eclipse.emf.ecore.EClass getTRCPackage()
          Returns the meta object for class 'TRC Package'.
 org.eclipse.emf.ecore.EEnum getTRCPrimitiveType()
          Returns the meta object for enum 'TRC Primitive Type'.
 org.eclipse.emf.ecore.EReference getTRCProcess_AllocationSitesEntries()
          Returns the meta object for the map 'Allocation Sites Entries'.
 org.eclipse.emf.ecore.EReference getTRCProcess_Annotations()
          Returns the meta object for the containment reference list 'Annotations'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_BaseTime()
          Returns the meta object for the attribute 'Base Time'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_Calls()
          Returns the meta object for the attribute 'Calls'.
 org.eclipse.emf.ecore.EReference getTRCProcess_ClassClass()
          Returns the meta object for the reference 'Class Class'.
 org.eclipse.emf.ecore.EReference getTRCProcess_ClassLoaders()
          Returns the meta object for the containment reference list 'Class Loaders'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_CollectedInstances()
          Returns the meta object for the attribute 'Collected Instances'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_CollectedSize()
          Returns the meta object for the attribute 'Collected Size'.
 org.eclipse.emf.ecore.EReference getTRCProcess_CollectionBoundaryPoints()
          Returns the meta object for the containment reference list 'Collection Boundary Points'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_CpuSampleResolution()
          Returns the meta object for the attribute 'Cpu Sample Resolution'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_CumulativeTime()
          Returns the meta object for the attribute 'Cumulative Time'.
 org.eclipse.emf.ecore.EReference getTRCProcess_HeapDumps()
          Returns the meta object for the containment reference list 'Heap Dumps'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_Id()
          Returns the meta object for the attribute 'Id'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_InheritedBaseTime()
          Returns the meta object for the attribute 'Inherited Base Time'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_InheritedCalls()
          Returns the meta object for the attribute 'Inherited Calls'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_InheritedCumulativeTime()
          Returns the meta object for the attribute 'Inherited Cumulative Time'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_InitFinishedTime()
          Returns the meta object for the attribute 'Init Finished Time'.
 org.eclipse.emf.ecore.EReference getTRCProcess_InputOutputContainer()
          Returns the meta object for the reference 'Input Output Container'.
 org.eclipse.emf.ecore.EReference getTRCProcess_Invocations()
          Returns the meta object for the containment reference list 'Invocations'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_Languages()
          Returns the meta object for the attribute list 'Languages'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_LastEventTime()
          Returns the meta object for the attribute 'Last Event Time'.
 org.eclipse.emf.ecore.EReference getTRCProcess_MethodLockAccessEntries()
          Returns the meta object for the map 'Method Lock Access Entries'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getTRCProcess_Objects()
          Returns the meta object for the containment reference list 'Objects'.
 org.eclipse.emf.ecore.EReference getTRCProcess_Packages()
          Returns the meta object for the containment reference list 'Packages'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_Pid()
          Returns the meta object for the attribute 'Pid'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_Precision()
          Returns the meta object for the attribute 'Precision'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_ReferencePointerSize()
          Returns the meta object for the attribute 'Reference Pointer Size'.
 org.eclipse.emf.ecore.EReference getTRCProcess_SourceInfos()
          Returns the meta object for the containment reference list 'Source Infos'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_StartTime()
          Returns the meta object for the attribute 'Start Time'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_StopTime()
          Returns the meta object for the attribute 'Stop Time'.
 org.eclipse.emf.ecore.EReference getTRCProcess_Threads()
          Returns the meta object for the containment reference list 'Threads'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_ThreadStates()
          Returns the meta object for the attribute list 'Thread States'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_TotalCpuTime()
          Returns the meta object for the attribute 'Total Cpu Time'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_TotalInstances()
          Returns the meta object for the attribute 'Total Instances'.
 org.eclipse.emf.ecore.EAttribute getTRCProcess_TotalSize()
          Returns the meta object for the attribute 'Total Size'.
 org.eclipse.emf.ecore.EClass getTRCProcess()
          Returns the meta object for class 'TRC Process'.
 org.eclipse.emf.ecore.EEnum getTRCSignatureNotation()
          Returns the meta object for enum 'TRC Signature Notation'.
 org.eclipse.emf.ecore.EAttribute getTRCSourceInfo_Language()
          Returns the meta object for the attribute 'Language'.
 org.eclipse.emf.ecore.EAttribute getTRCSourceInfo_Location()
          Returns the meta object for the attribute 'Location'.
 org.eclipse.emf.ecore.EClass getTRCSourceInfo()
          Returns the meta object for class 'TRC Source Info'.
 org.eclipse.emf.ecore.EReference getTRCSourceInfoWithLLData_LLDatas()
          Returns the meta object for the reference list 'LL Datas'.
 org.eclipse.emf.ecore.EClass getTRCSourceInfoWithLLData()
          Returns the meta object for class 'TRC Source Info With LL Data'.
 org.eclipse.emf.ecore.EAttribute getTRCThread_GroupName()
          Returns the meta object for the attribute 'Group Name'.
 org.eclipse.emf.ecore.EAttribute getTRCThread_Id()
          Returns the meta object for the attribute 'Id'.
 org.eclipse.emf.ecore.EReference getTRCThread_InitialInvocations()
          Returns the meta object for the reference list 'Initial Invocations'.
 org.eclipse.emf.ecore.EAttribute getTRCThread_MaxStackDepth()
          Returns the meta object for the attribute 'Max Stack Depth'.
 org.eclipse.emf.ecore.EAttribute getTRCThread_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getTRCThread_Process()
          Returns the meta object for the container reference 'Process'.
 org.eclipse.emf.ecore.EAttribute getTRCThread_StartTime()
          Returns the meta object for the attribute 'Start Time'.
 org.eclipse.emf.ecore.EAttribute getTRCThread_StopTime()
          Returns the meta object for the attribute 'Stop Time'.
 org.eclipse.emf.ecore.EReference getTRCThread_ThreadEvents()
          Returns the meta object for the containment reference list 'Thread Events'.
 org.eclipse.emf.ecore.EReference getTRCThread_ThreadObject()
          Returns the meta object for the reference 'Thread Object'.
 org.eclipse.emf.ecore.EAttribute getTRCThread_TotalCpuTime()
          Returns the meta object for the attribute 'Total Cpu Time'.
 org.eclipse.emf.ecore.EClass getTRCThread()
          Returns the meta object for class 'TRC Thread'.
 org.eclipse.emf.ecore.EClass getTRCThreadDeadEvent()
          Returns the meta object for class 'TRC Thread Dead Event'.
 org.eclipse.emf.ecore.EReference getTRCThreadDeadLockEvent_NextDeadLockEvent()
          Returns the meta object for the reference 'Next Dead Lock Event'.
 org.eclipse.emf.ecore.EClass getTRCThreadDeadLockEvent()
          Returns the meta object for class 'TRC Thread Dead Lock Event'.
 org.eclipse.emf.ecore.EReference getTRCThreadEvent_Thread()
          Returns the meta object for the container reference 'Thread'.
 org.eclipse.emf.ecore.EAttribute getTRCThreadEvent_Time()
          Returns the meta object for the attribute 'Time'.
 org.eclipse.emf.ecore.EClass getTRCThreadEvent()
          Returns the meta object for class 'TRC Thread Event'.
 org.eclipse.emf.ecore.EClass getTRCThreadRunningEvent()
          Returns the meta object for class 'TRC Thread Running Event'.
 org.eclipse.emf.ecore.EAttribute getTRCThreadSleepingEvent_SleepingTime()
          Returns the meta object for the attribute 'Sleeping Time'.
 org.eclipse.emf.ecore.EClass getTRCThreadSleepingEvent()
          Returns the meta object for class 'TRC Thread Sleeping Event'.
 org.eclipse.emf.ecore.EReference getTRCThreadWaitingForLockEvent_LockedObject()
          Returns the meta object for the reference 'Locked Object'.
 org.eclipse.emf.ecore.EReference getTRCThreadWaitingForLockEvent_LockingThread()
          Returns the meta object for the reference 'Locking Thread'.
 org.eclipse.emf.ecore.EClass getTRCThreadWaitingForLockEvent()
          Returns the meta object for class 'TRC Thread Waiting For Lock Event'.
 org.eclipse.emf.ecore.EReference getTRCThreadWaitingForObjectEvent_ObjectWaitingFor()
          Returns the meta object for the reference 'Object Waiting For'.
 org.eclipse.emf.ecore.EAttribute getTRCThreadWaitingForObjectEvent_Timeout()
          Returns the meta object for the attribute 'Timeout'.
 org.eclipse.emf.ecore.EClass getTRCThreadWaitingForObjectEvent()
          Returns the meta object for class 'TRC Thread Waiting For Object Event'.
 org.eclipse.emf.ecore.EReference getTRCTraceObject_Invocations()
          Returns the meta object for the reference list 'Invocations'.
 org.eclipse.emf.ecore.EReference getTRCTraceObject_Thread()
          Returns the meta object for the reference 'Thread'.
 org.eclipse.emf.ecore.EClass getTRCTraceObject()
          Returns the meta object for class 'TRC Trace Object'.
 org.eclipse.emf.ecore.EReference getTRCTypedObjectValue_Object()
          Returns the meta object for the reference 'Object'.
 org.eclipse.emf.ecore.EAttribute getTRCTypedObjectValue_Position()
          Returns the meta object for the attribute 'Position'.
 org.eclipse.emf.ecore.EAttribute getTRCTypedObjectValue_PositionKind()
          Returns the meta object for the attribute 'Position Kind'.
 org.eclipse.emf.ecore.EAttribute getTRCTypedObjectValue_ValueKind()
          Returns the meta object for the attribute 'Value Kind'.
 org.eclipse.emf.ecore.EClass getTRCTypedObjectValue()
          Returns the meta object for class 'TRC Typed Object Value'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

public static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

public static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

public static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

public static final TracePackage eINSTANCE
The singleton instance of the package.


TRC_OBJECT

public static final int TRC_OBJECT
The meta object id for the 'TRC Object' class.

See Also:
TRCObjectImpl, TracePackageImpl.getTRCObject(), Constant Field Values

TRC_OBJECT__ID

public static final int TRC_OBJECT__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_OBJECT__SIZE

public static final int TRC_OBJECT__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

TRC_OBJECT__IS_A

public static final int TRC_OBJECT__IS_A
The feature id for the 'Is A' reference.

See Also:
Constant Field Values

TRC_OBJECT__PROCESS

public static final int TRC_OBJECT__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_OBJECT_FEATURE_COUNT

public static final int TRC_OBJECT_FEATURE_COUNT
The number of structural features of the the 'TRC Object' class.

See Also:
Constant Field Values

TRC_LANGUAGE_ELEMENT

public static final int TRC_LANGUAGE_ELEMENT
The meta object id for the 'TRC Language Element' class.

See Also:
TRCLanguageElementImpl, TracePackageImpl.getTRCLanguageElement(), Constant Field Values

TRC_LANGUAGE_ELEMENT__SOURCE_INFO

public static final int TRC_LANGUAGE_ELEMENT__SOURCE_INFO
The feature id for the 'Source Info' reference.

See Also:
Constant Field Values

TRC_LANGUAGE_ELEMENT__ANNOTATIONS

public static final int TRC_LANGUAGE_ELEMENT__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values

TRC_LANGUAGE_ELEMENT_FEATURE_COUNT

public static final int TRC_LANGUAGE_ELEMENT_FEATURE_COUNT
The number of structural features of the the 'TRC Language Element' class.

See Also:
Constant Field Values

TRC_CLASS

public static final int TRC_CLASS
The meta object id for the 'TRC Class' class.

See Also:
TRCClassImpl, TracePackageImpl.getTRCClass(), Constant Field Values

TRC_CLASS__SOURCE_INFO

public static final int TRC_CLASS__SOURCE_INFO
The feature id for the 'Source Info' reference.

See Also:
Constant Field Values

TRC_CLASS__ANNOTATIONS

public static final int TRC_CLASS__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values

TRC_CLASS__ID

public static final int TRC_CLASS__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_CLASS__NAME

public static final int TRC_CLASS__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TRC_CLASS__SIZE

public static final int TRC_CLASS__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

TRC_CLASS__LOAD_TIME

public static final int TRC_CLASS__LOAD_TIME
The feature id for the 'Load Time' attribute.

See Also:
Constant Field Values

TRC_CLASS__UNLOAD_TIME

public static final int TRC_CLASS__UNLOAD_TIME
The feature id for the 'Unload Time' attribute.

See Also:
Constant Field Values

TRC_CLASS__INTERFACE

public static final int TRC_CLASS__INTERFACE
The feature id for the 'Interface' attribute.

See Also:
Constant Field Values

TRC_CLASS__LINE_NO

public static final int TRC_CLASS__LINE_NO
The feature id for the 'Line No' attribute.

See Also:
Constant Field Values

TRC_CLASS__LINE_COUNT

public static final int TRC_CLASS__LINE_COUNT
The feature id for the 'Line Count' attribute.

See Also:
Constant Field Values

TRC_CLASS__BASE_TIME

public static final int TRC_CLASS__BASE_TIME
The feature id for the 'Base Time' attribute.

See Also:
Constant Field Values

TRC_CLASS__CUMULATIVE_TIME

public static final int TRC_CLASS__CUMULATIVE_TIME
The feature id for the 'Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_CLASS__CALLS

public static final int TRC_CLASS__CALLS
The feature id for the 'Calls' attribute.

See Also:
Constant Field Values

TRC_CLASS__INHERITED_CALLS

public static final int TRC_CLASS__INHERITED_CALLS
The feature id for the 'Inherited Calls' attribute.

See Also:
Constant Field Values

TRC_CLASS__INHERITED_BASE_TIME

public static final int TRC_CLASS__INHERITED_BASE_TIME
The feature id for the 'Inherited Base Time' attribute.

See Also:
Constant Field Values

TRC_CLASS__INHERITED_CUMULATIVE_TIME

public static final int TRC_CLASS__INHERITED_CUMULATIVE_TIME
The feature id for the 'Inherited Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_CLASS__TOTAL_SIZE

public static final int TRC_CLASS__TOTAL_SIZE
The feature id for the 'Total Size' attribute.

See Also:
Constant Field Values

TRC_CLASS__TOTAL_INSTANCES

public static final int TRC_CLASS__TOTAL_INSTANCES
The feature id for the 'Total Instances' attribute.

See Also:
Constant Field Values

TRC_CLASS__COLLECTED_SIZE

public static final int TRC_CLASS__COLLECTED_SIZE
The feature id for the 'Collected Size' attribute.

See Also:
Constant Field Values

TRC_CLASS__COLLECTED_INSTANCES

public static final int TRC_CLASS__COLLECTED_INSTANCES
The feature id for the 'Collected Instances' attribute.

See Also:
Constant Field Values

TRC_CLASS__TOTAL_CPU_TIME

public static final int TRC_CLASS__TOTAL_CPU_TIME
The feature id for the 'Total Cpu Time' attribute.

See Also:
Constant Field Values

TRC_CLASS__OBJECTS

public static final int TRC_CLASS__OBJECTS
The feature id for the 'Objects' reference list.

See Also:
Constant Field Values

TRC_CLASS__LOADED_BY

public static final int TRC_CLASS__LOADED_BY
The feature id for the 'Loaded By' reference.

See Also:
Constant Field Values

TRC_CLASS__METHODS

public static final int TRC_CLASS__METHODS
The feature id for the 'Methods' containment reference list.

See Also:
Constant Field Values

TRC_CLASS__CLASS_OBJECTS

public static final int TRC_CLASS__CLASS_OBJECTS
The feature id for the 'Class Objects' reference list.

See Also:
Constant Field Values

TRC_CLASS__PACKAGE

public static final int TRC_CLASS__PACKAGE
The feature id for the 'Package' container reference.

See Also:
Constant Field Values

TRC_CLASS__CLASS_LOADER

public static final int TRC_CLASS__CLASS_LOADER
The feature id for the 'Class Loader' reference.

See Also:
Constant Field Values

TRC_CLASS__ENCLOSED_BY

public static final int TRC_CLASS__ENCLOSED_BY
The feature id for the 'Enclosed By' reference.

See Also:
Constant Field Values

TRC_CLASS__EXTENDS

public static final int TRC_CLASS__EXTENDS
The feature id for the 'Extends' reference list.

See Also:
Constant Field Values

TRC_CLASS__IMPLEMENTS

public static final int TRC_CLASS__IMPLEMENTS
The feature id for the 'Implements' reference list.

See Also:
Constant Field Values

TRC_CLASS__LOCKS

public static final int TRC_CLASS__LOCKS
The feature id for the 'Locks' reference list.

See Also:
Constant Field Values

TRC_CLASS_FEATURE_COUNT

public static final int TRC_CLASS_FEATURE_COUNT
The number of structural features of the the 'TRC Class' class.

See Also:
Constant Field Values

TRC_METHOD_INVOCATION

public static final int TRC_METHOD_INVOCATION
The meta object id for the 'TRC Method Invocation' class.

See Also:
TRCMethodInvocationImpl, TracePackageImpl.getTRCMethodInvocation(), Constant Field Values

TRC_METHOD_INVOCATION__METHOD

public static final int TRC_METHOD_INVOCATION__METHOD
The feature id for the 'Method' reference.

See Also:
Constant Field Values

TRC_METHOD_INVOCATION__INVOKED_BY

public static final int TRC_METHOD_INVOCATION__INVOKED_BY
The feature id for the 'Invoked By' reference.

See Also:
Constant Field Values

TRC_METHOD_INVOCATION__INVOKES

public static final int TRC_METHOD_INVOCATION__INVOKES
The feature id for the 'Invokes' reference list.

See Also:
Constant Field Values

TRC_METHOD_INVOCATION__THREAD

public static final int TRC_METHOD_INVOCATION__THREAD
The feature id for the 'Thread' reference.

See Also:
Constant Field Values

TRC_METHOD_INVOCATION__PROCESS

public static final int TRC_METHOD_INVOCATION__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_METHOD_INVOCATION__OWNING_OBJECT

public static final int TRC_METHOD_INVOCATION__OWNING_OBJECT
The feature id for the 'Owning Object' reference.

See Also:
Constant Field Values

TRC_METHOD_INVOCATION_FEATURE_COUNT

public static final int TRC_METHOD_INVOCATION_FEATURE_COUNT
The number of structural features of the the 'TRC Method Invocation' class.

See Also:
Constant Field Values

TRC_PROCESS

public static final int TRC_PROCESS
The meta object id for the 'TRC Process' class.

See Also:
TRCProcessImpl, TracePackageImpl.getTRCProcess(), Constant Field Values

TRC_PROCESS__AGENT

public static final int TRC_PROCESS__AGENT
The feature id for the 'Agent' container reference.

See Also:
Constant Field Values

TRC_PROCESS__PID

public static final int TRC_PROCESS__PID
The feature id for the 'Pid' attribute.

See Also:
Constant Field Values

TRC_PROCESS__NAME

public static final int TRC_PROCESS__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TRC_PROCESS__ID

public static final int TRC_PROCESS__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_PROCESS__START_TIME

public static final int TRC_PROCESS__START_TIME
The feature id for the 'Start Time' attribute.

See Also:
Constant Field Values

TRC_PROCESS__STOP_TIME

public static final int TRC_PROCESS__STOP_TIME
The feature id for the 'Stop Time' attribute.

See Also:
Constant Field Values

TRC_PROCESS__LAST_EVENT_TIME

public static final int TRC_PROCESS__LAST_EVENT_TIME
The feature id for the 'Last Event Time' attribute.

See Also:
Constant Field Values

TRC_PROCESS__INIT_FINISHED_TIME

public static final int TRC_PROCESS__INIT_FINISHED_TIME
The feature id for the 'Init Finished Time' attribute.

See Also:
Constant Field Values

TRC_PROCESS__BASE_TIME

public static final int TRC_PROCESS__BASE_TIME
The feature id for the 'Base Time' attribute.

See Also:
Constant Field Values

TRC_PROCESS__CUMULATIVE_TIME

public static final int TRC_PROCESS__CUMULATIVE_TIME
The feature id for the 'Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_PROCESS__CALLS

public static final int TRC_PROCESS__CALLS
The feature id for the 'Calls' attribute.

See Also:
Constant Field Values

TRC_PROCESS__INHERITED_CALLS

public static final int TRC_PROCESS__INHERITED_CALLS
The feature id for the 'Inherited Calls' attribute.

See Also:
Constant Field Values

TRC_PROCESS__INHERITED_BASE_TIME

public static final int TRC_PROCESS__INHERITED_BASE_TIME
The feature id for the 'Inherited Base Time' attribute.

See Also:
Constant Field Values

TRC_PROCESS__INHERITED_CUMULATIVE_TIME

public static final int TRC_PROCESS__INHERITED_CUMULATIVE_TIME
The feature id for the 'Inherited Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_PROCESS__TOTAL_SIZE

public static final int TRC_PROCESS__TOTAL_SIZE
The feature id for the 'Total Size' attribute.

See Also:
Constant Field Values

TRC_PROCESS__TOTAL_INSTANCES

public static final int TRC_PROCESS__TOTAL_INSTANCES
The feature id for the 'Total Instances' attribute.

See Also:
Constant Field Values

TRC_PROCESS__COLLECTED_SIZE

public static final int TRC_PROCESS__COLLECTED_SIZE
The feature id for the 'Collected Size' attribute.

See Also:
Constant Field Values

TRC_PROCESS__COLLECTED_INSTANCES

public static final int TRC_PROCESS__COLLECTED_INSTANCES
The feature id for the 'Collected Instances' attribute.

See Also:
Constant Field Values

TRC_PROCESS__REFERENCE_POINTER_SIZE

public static final int TRC_PROCESS__REFERENCE_POINTER_SIZE
The feature id for the 'Reference Pointer Size' attribute.

See Also:
Constant Field Values

TRC_PROCESS__TOTAL_CPU_TIME

public static final int TRC_PROCESS__TOTAL_CPU_TIME
The feature id for the 'Total Cpu Time' attribute.

See Also:
Constant Field Values

TRC_PROCESS__CPU_SAMPLE_RESOLUTION

public static final int TRC_PROCESS__CPU_SAMPLE_RESOLUTION
The feature id for the 'Cpu Sample Resolution' attribute.

See Also:
Constant Field Values

TRC_PROCESS__THREAD_STATES

public static final int TRC_PROCESS__THREAD_STATES
The feature id for the 'Thread States' attribute list.

See Also:
Constant Field Values

TRC_PROCESS__PRECISION

public static final int TRC_PROCESS__PRECISION
The feature id for the 'Precision' attribute.

See Also:
Constant Field Values

TRC_PROCESS__LANGUAGES

public static final int TRC_PROCESS__LANGUAGES
The feature id for the 'Languages' attribute list.

See Also:
Constant Field Values

TRC_PROCESS__THREADS

public static final int TRC_PROCESS__THREADS
The feature id for the 'Threads' containment reference list.

See Also:
Constant Field Values

TRC_PROCESS__PACKAGES

public static final int TRC_PROCESS__PACKAGES
The feature id for the 'Packages' containment reference list.

See Also:
Constant Field Values

TRC_PROCESS__CLASS_CLASS

public static final int TRC_PROCESS__CLASS_CLASS
The feature id for the 'Class Class' reference.

See Also:
Constant Field Values

TRC_PROCESS__COLLECTION_BOUNDARY_POINTS

public static final int TRC_PROCESS__COLLECTION_BOUNDARY_POINTS
The feature id for the 'Collection Boundary Points' containment reference list.

See Also:
Constant Field Values

TRC_PROCESS__CLASS_LOADERS

public static final int TRC_PROCESS__CLASS_LOADERS
The feature id for the 'Class Loaders' containment reference list.

See Also:
Constant Field Values

TRC_PROCESS__SOURCE_INFOS

public static final int TRC_PROCESS__SOURCE_INFOS
The feature id for the 'Source Infos' containment reference list.

See Also:
Constant Field Values

TRC_PROCESS__OBJECTS

public static final int TRC_PROCESS__OBJECTS
The feature id for the 'Objects' containment reference list.

See Also:
Constant Field Values

TRC_PROCESS__HEAP_DUMPS

public static final int TRC_PROCESS__HEAP_DUMPS
The feature id for the 'Heap Dumps' containment reference list.

See Also:
Constant Field Values

TRC_PROCESS__INVOCATIONS

public static final int TRC_PROCESS__INVOCATIONS
The feature id for the 'Invocations' containment reference list.

See Also:
Constant Field Values

TRC_PROCESS__INPUT_OUTPUT_CONTAINER

public static final int TRC_PROCESS__INPUT_OUTPUT_CONTAINER
The feature id for the 'Input Output Container' reference.

See Also:
Constant Field Values

TRC_PROCESS__METHOD_LOCK_ACCESS_ENTRIES

public static final int TRC_PROCESS__METHOD_LOCK_ACCESS_ENTRIES
The feature id for the 'Method Lock Access Entries' map.

See Also:
Constant Field Values

TRC_PROCESS__ALLOCATION_SITES_ENTRIES

public static final int TRC_PROCESS__ALLOCATION_SITES_ENTRIES
The feature id for the 'Allocation Sites Entries' map.

See Also:
Constant Field Values

TRC_PROCESS__ANNOTATIONS

public static final int TRC_PROCESS__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values

TRC_PROCESS_FEATURE_COUNT

public static final int TRC_PROCESS_FEATURE_COUNT
The number of structural features of the the 'TRC Process' class.

See Also:
Constant Field Values

TRC_THREAD

public static final int TRC_THREAD
The meta object id for the 'TRC Thread' class.

See Also:
TRCThreadImpl, TracePackageImpl.getTRCThread(), Constant Field Values

TRC_THREAD__ID

public static final int TRC_THREAD__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_THREAD__NAME

public static final int TRC_THREAD__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TRC_THREAD__GROUP_NAME

public static final int TRC_THREAD__GROUP_NAME
The feature id for the 'Group Name' attribute.

See Also:
Constant Field Values

TRC_THREAD__START_TIME

public static final int TRC_THREAD__START_TIME
The feature id for the 'Start Time' attribute.

See Also:
Constant Field Values

TRC_THREAD__STOP_TIME

public static final int TRC_THREAD__STOP_TIME
The feature id for the 'Stop Time' attribute.

See Also:
Constant Field Values

TRC_THREAD__MAX_STACK_DEPTH

public static final int TRC_THREAD__MAX_STACK_DEPTH
The feature id for the 'Max Stack Depth' attribute.

See Also:
Constant Field Values

TRC_THREAD__TOTAL_CPU_TIME

public static final int TRC_THREAD__TOTAL_CPU_TIME
The feature id for the 'Total Cpu Time' attribute.

See Also:
Constant Field Values

TRC_THREAD__PROCESS

public static final int TRC_THREAD__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_THREAD__INITIAL_INVOCATIONS

public static final int TRC_THREAD__INITIAL_INVOCATIONS
The feature id for the 'Initial Invocations' reference list.

See Also:
Constant Field Values

TRC_THREAD__THREAD_OBJECT

public static final int TRC_THREAD__THREAD_OBJECT
The feature id for the 'Thread Object' reference.

See Also:
Constant Field Values

TRC_THREAD__THREAD_EVENTS

public static final int TRC_THREAD__THREAD_EVENTS
The feature id for the 'Thread Events' containment reference list.

See Also:
Constant Field Values

TRC_THREAD_FEATURE_COUNT

public static final int TRC_THREAD_FEATURE_COUNT
The number of structural features of the the 'TRC Thread' class.

See Also:
Constant Field Values

TRC_METHOD

public static final int TRC_METHOD
The meta object id for the 'TRC Method' class.

See Also:
TRCMethodImpl, TracePackageImpl.getTRCMethod(), Constant Field Values

TRC_METHOD__SOURCE_INFO

public static final int TRC_METHOD__SOURCE_INFO
The feature id for the 'Source Info' reference.

See Also:
Constant Field Values

TRC_METHOD__ANNOTATIONS

public static final int TRC_METHOD__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values

TRC_METHOD__ID

public static final int TRC_METHOD__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_METHOD__NAME

public static final int TRC_METHOD__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TRC_METHOD__SIGNATURE

public static final int TRC_METHOD__SIGNATURE
The feature id for the 'Signature' attribute.

See Also:
Constant Field Values

TRC_METHOD__MODIFIER

public static final int TRC_METHOD__MODIFIER
The feature id for the 'Modifier' attribute.

See Also:
Constant Field Values

TRC_METHOD__NOTATION

public static final int TRC_METHOD__NOTATION
The feature id for the 'Notation' attribute.

See Also:
Constant Field Values

TRC_METHOD__LINE_NO

public static final int TRC_METHOD__LINE_NO
The feature id for the 'Line No' attribute.

See Also:
Constant Field Values

TRC_METHOD__LINE_COUNT

public static final int TRC_METHOD__LINE_COUNT
The feature id for the 'Line Count' attribute.

See Also:
Constant Field Values

TRC_METHOD__BASE_TIME

public static final int TRC_METHOD__BASE_TIME
The feature id for the 'Base Time' attribute.

See Also:
Constant Field Values

TRC_METHOD__CUMULATIVE_TIME

public static final int TRC_METHOD__CUMULATIVE_TIME
The feature id for the 'Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_METHOD__CALLS

public static final int TRC_METHOD__CALLS
The feature id for the 'Calls' attribute.

See Also:
Constant Field Values

TRC_METHOD__TOTAL_CPU_TIME

public static final int TRC_METHOD__TOTAL_CPU_TIME
The feature id for the 'Total Cpu Time' attribute.

See Also:
Constant Field Values

TRC_METHOD__DEFINING_CLASS

public static final int TRC_METHOD__DEFINING_CLASS
The feature id for the 'Defining Class' container reference.

See Also:
Constant Field Values

TRC_METHOD__INVOCATIONS

public static final int TRC_METHOD__INVOCATIONS
The feature id for the 'Invocations' reference list.

See Also:
Constant Field Values

TRC_METHOD_FEATURE_COUNT

public static final int TRC_METHOD_FEATURE_COUNT
The number of structural features of the the 'TRC Method' class.

See Also:
Constant Field Values

TRC_PACKAGE

public static final int TRC_PACKAGE
The meta object id for the 'TRC Package' class.

See Also:
TRCPackageImpl, TracePackageImpl.getTRCPackage(), Constant Field Values

TRC_PACKAGE__SOURCE_INFO

public static final int TRC_PACKAGE__SOURCE_INFO
The feature id for the 'Source Info' reference.

See Also:
Constant Field Values

TRC_PACKAGE__ANNOTATIONS

public static final int TRC_PACKAGE__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values

TRC_PACKAGE__NAME

public static final int TRC_PACKAGE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__BASE_TIME

public static final int TRC_PACKAGE__BASE_TIME
The feature id for the 'Base Time' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__CUMULATIVE_TIME

public static final int TRC_PACKAGE__CUMULATIVE_TIME
The feature id for the 'Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__CALLS

public static final int TRC_PACKAGE__CALLS
The feature id for the 'Calls' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__INHERITED_CALLS

public static final int TRC_PACKAGE__INHERITED_CALLS
The feature id for the 'Inherited Calls' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__INHERITED_BASE_TIME

public static final int TRC_PACKAGE__INHERITED_BASE_TIME
The feature id for the 'Inherited Base Time' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__INHERITED_CUMULATIVE_TIME

public static final int TRC_PACKAGE__INHERITED_CUMULATIVE_TIME
The feature id for the 'Inherited Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__TOTAL_SIZE

public static final int TRC_PACKAGE__TOTAL_SIZE
The feature id for the 'Total Size' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__TOTAL_INSTANCES

public static final int TRC_PACKAGE__TOTAL_INSTANCES
The feature id for the 'Total Instances' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__COLLECTED_SIZE

public static final int TRC_PACKAGE__COLLECTED_SIZE
The feature id for the 'Collected Size' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__COLLECTED_INSTANCES

public static final int TRC_PACKAGE__COLLECTED_INSTANCES
The feature id for the 'Collected Instances' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__TOTAL_CPU_TIME

public static final int TRC_PACKAGE__TOTAL_CPU_TIME
The feature id for the 'Total Cpu Time' attribute.

See Also:
Constant Field Values

TRC_PACKAGE__PROCESS

public static final int TRC_PACKAGE__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_PACKAGE__CLASSES

public static final int TRC_PACKAGE__CLASSES
The feature id for the 'Classes' containment reference list.

See Also:
Constant Field Values

TRC_PACKAGE__SUB_PACKAGES

public static final int TRC_PACKAGE__SUB_PACKAGES
The feature id for the 'Sub Packages' reference list.

See Also:
Constant Field Values

TRC_PACKAGE__PARENT

public static final int TRC_PACKAGE__PARENT
The feature id for the 'Parent' reference.

See Also:
Constant Field Values

TRC_PACKAGE_FEATURE_COUNT

public static final int TRC_PACKAGE_FEATURE_COUNT
The number of structural features of the the 'TRC Package' class.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY

public static final int TRC_COLLECTION_BOUNDARY
The meta object id for the 'TRC Collection Boundary' class.

See Also:
TRCCollectionBoundaryImpl, TracePackageImpl.getTRCCollectionBoundary(), Constant Field Values

TRC_COLLECTION_BOUNDARY__NAME

public static final int TRC_COLLECTION_BOUNDARY__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY__START_TIME

public static final int TRC_COLLECTION_BOUNDARY__START_TIME
The feature id for the 'Start Time' attribute.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY__COLLECTION_MODE

public static final int TRC_COLLECTION_BOUNDARY__COLLECTION_MODE
The feature id for the 'Collection Mode' attribute.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY__CONFIGURATION

public static final int TRC_COLLECTION_BOUNDARY__CONFIGURATION
The feature id for the 'Configuration' reference.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY__LAST_INVOCATION

public static final int TRC_COLLECTION_BOUNDARY__LAST_INVOCATION
The feature id for the 'Last Invocation' reference.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY__PROCESS

public static final int TRC_COLLECTION_BOUNDARY__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY__LAST_CLASS

public static final int TRC_COLLECTION_BOUNDARY__LAST_CLASS
The feature id for the 'Last Class' reference.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY__LAST_THREAD

public static final int TRC_COLLECTION_BOUNDARY__LAST_THREAD
The feature id for the 'Last Thread' reference.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY__LAST_OBJECT

public static final int TRC_COLLECTION_BOUNDARY__LAST_OBJECT
The feature id for the 'Last Object' reference.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY__LAST_PACKAGE

public static final int TRC_COLLECTION_BOUNDARY__LAST_PACKAGE
The feature id for the 'Last Package' reference.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY__LAST_METHOD

public static final int TRC_COLLECTION_BOUNDARY__LAST_METHOD
The feature id for the 'Last Method' reference.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY__HEAP_DUMP

public static final int TRC_COLLECTION_BOUNDARY__HEAP_DUMP
The feature id for the 'Heap Dump' reference.

See Also:
Constant Field Values

TRC_COLLECTION_BOUNDARY_FEATURE_COUNT

public static final int TRC_COLLECTION_BOUNDARY_FEATURE_COUNT
The number of structural features of the the 'TRC Collection Boundary' class.

See Also:
Constant Field Values

TRC_CLASS_LOADER

public static final int TRC_CLASS_LOADER
The meta object id for the 'TRC Class Loader' class.

See Also:
TRCClassLoaderImpl, TracePackageImpl.getTRCClassLoader(), Constant Field Values

TRC_CLASS_LOADER__PROCESS

public static final int TRC_CLASS_LOADER__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_CLASS_LOADER__CLASS_LOADER_INSTANCE

public static final int TRC_CLASS_LOADER__CLASS_LOADER_INSTANCE
The feature id for the 'Class Loader Instance' reference.

See Also:
Constant Field Values

TRC_CLASS_LOADER_FEATURE_COUNT

public static final int TRC_CLASS_LOADER_FEATURE_COUNT
The number of structural features of the the 'TRC Class Loader' class.

See Also:
Constant Field Values

TRC_SOURCE_INFO

public static final int TRC_SOURCE_INFO
The meta object id for the 'TRC Source Info' class.

See Also:
TRCSourceInfoImpl, TracePackageImpl.getTRCSourceInfo(), Constant Field Values

TRC_SOURCE_INFO__LOCATION

public static final int TRC_SOURCE_INFO__LOCATION
The feature id for the 'Location' attribute.

See Also:
Constant Field Values

TRC_SOURCE_INFO__LANGUAGE

public static final int TRC_SOURCE_INFO__LANGUAGE
The feature id for the 'Language' attribute.

See Also:
Constant Field Values

TRC_SOURCE_INFO_FEATURE_COUNT

public static final int TRC_SOURCE_INFO_FEATURE_COUNT
The number of structural features of the the 'TRC Source Info' class.

See Also:
Constant Field Values

TRC_HEAP_OBJECT

public static final int TRC_HEAP_OBJECT
The meta object id for the 'TRC Heap Object' class.

See Also:
TRCHeapObjectImpl, TracePackageImpl.getTRCHeapObject(), Constant Field Values

TRC_HEAP_OBJECT__ID

public static final int TRC_HEAP_OBJECT__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_HEAP_OBJECT__SIZE

public static final int TRC_HEAP_OBJECT__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

TRC_HEAP_OBJECT__IS_A

public static final int TRC_HEAP_OBJECT__IS_A
The feature id for the 'Is A' reference.

See Also:
Constant Field Values

TRC_HEAP_OBJECT__PROCESS

public static final int TRC_HEAP_OBJECT__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_HEAP_OBJECT__REF_OWNER

public static final int TRC_HEAP_OBJECT__REF_OWNER
The feature id for the 'Ref Owner' reference list.

See Also:
Constant Field Values

TRC_HEAP_OBJECT__REF_TARGET

public static final int TRC_HEAP_OBJECT__REF_TARGET
The feature id for the 'Ref Target' reference list.

See Also:
Constant Field Values

TRC_HEAP_OBJECT_FEATURE_COUNT

public static final int TRC_HEAP_OBJECT_FEATURE_COUNT
The number of structural features of the the 'TRC Heap Object' class.

See Also:
Constant Field Values

TRC_TRACE_OBJECT

public static final int TRC_TRACE_OBJECT
The meta object id for the 'TRC Trace Object' class.

See Also:
TRCTraceObjectImpl, TracePackageImpl.getTRCTraceObject(), Constant Field Values

TRC_TRACE_OBJECT__ID

public static final int TRC_TRACE_OBJECT__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_TRACE_OBJECT__SIZE

public static final int TRC_TRACE_OBJECT__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

TRC_TRACE_OBJECT__IS_A

public static final int TRC_TRACE_OBJECT__IS_A
The feature id for the 'Is A' reference.

See Also:
Constant Field Values

TRC_TRACE_OBJECT__PROCESS

public static final int TRC_TRACE_OBJECT__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_TRACE_OBJECT__INVOCATIONS

public static final int TRC_TRACE_OBJECT__INVOCATIONS
The feature id for the 'Invocations' reference list.

See Also:
Constant Field Values

TRC_TRACE_OBJECT__THREAD

public static final int TRC_TRACE_OBJECT__THREAD
The feature id for the 'Thread' reference.

See Also:
Constant Field Values

TRC_TRACE_OBJECT_FEATURE_COUNT

public static final int TRC_TRACE_OBJECT_FEATURE_COUNT
The number of structural features of the the 'TRC Trace Object' class.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT

public static final int TRC_FULL_TRACE_OBJECT
The meta object id for the 'TRC Full Trace Object' class.

See Also:
TRCFullTraceObjectImpl, TracePackageImpl.getTRCFullTraceObject(), Constant Field Values

TRC_FULL_TRACE_OBJECT__ID

public static final int TRC_FULL_TRACE_OBJECT__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT__SIZE

public static final int TRC_FULL_TRACE_OBJECT__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT__IS_A

public static final int TRC_FULL_TRACE_OBJECT__IS_A
The feature id for the 'Is A' reference.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT__PROCESS

public static final int TRC_FULL_TRACE_OBJECT__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT__INVOCATIONS

public static final int TRC_FULL_TRACE_OBJECT__INVOCATIONS
The feature id for the 'Invocations' reference list.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT__THREAD

public static final int TRC_FULL_TRACE_OBJECT__THREAD
The feature id for the 'Thread' reference.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT__CREATE_TIME

public static final int TRC_FULL_TRACE_OBJECT__CREATE_TIME
The feature id for the 'Create Time' attribute.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT__COLLECT_TIME

public static final int TRC_FULL_TRACE_OBJECT__COLLECT_TIME
The feature id for the 'Collect Time' attribute.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT__BASE_TIME

public static final int TRC_FULL_TRACE_OBJECT__BASE_TIME
The feature id for the 'Base Time' attribute.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT__CUMULATIVE_TIME

public static final int TRC_FULL_TRACE_OBJECT__CUMULATIVE_TIME
The feature id for the 'Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT__CALLS

public static final int TRC_FULL_TRACE_OBJECT__CALLS
The feature id for the 'Calls' attribute.

See Also:
Constant Field Values

TRC_FULL_TRACE_OBJECT_FEATURE_COUNT

public static final int TRC_FULL_TRACE_OBJECT_FEATURE_COUNT
The number of structural features of the the 'TRC Full Trace Object' class.

See Also:
Constant Field Values

TRC_FULL_HEAP_OBJECT

public static final int TRC_FULL_HEAP_OBJECT
The meta object id for the 'TRC Full Heap Object' class.

See Also:
TRCFullHeapObjectImpl, TracePackageImpl.getTRCFullHeapObject(), Constant Field Values

TRC_FULL_HEAP_OBJECT__ID

public static final int TRC_FULL_HEAP_OBJECT__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_FULL_HEAP_OBJECT__SIZE

public static final int TRC_FULL_HEAP_OBJECT__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

TRC_FULL_HEAP_OBJECT__IS_A

public static final int TRC_FULL_HEAP_OBJECT__IS_A
The feature id for the 'Is A' reference.

See Also:
Constant Field Values

TRC_FULL_HEAP_OBJECT__PROCESS

public static final int TRC_FULL_HEAP_OBJECT__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_FULL_HEAP_OBJECT__REF_OWNER

public static final int TRC_FULL_HEAP_OBJECT__REF_OWNER
The feature id for the 'Ref Owner' reference list.

See Also:
Constant Field Values

TRC_FULL_HEAP_OBJECT__REF_TARGET

public static final int TRC_FULL_HEAP_OBJECT__REF_TARGET
The feature id for the 'Ref Target' reference list.

See Also:
Constant Field Values

TRC_FULL_HEAP_OBJECT__HEAP_DUMP_FIRST_SEEN

public static final int TRC_FULL_HEAP_OBJECT__HEAP_DUMP_FIRST_SEEN
The feature id for the 'Heap Dump First Seen' attribute.

See Also:
Constant Field Values

TRC_FULL_HEAP_OBJECT_FEATURE_COUNT

public static final int TRC_FULL_HEAP_OBJECT_FEATURE_COUNT
The number of structural features of the the 'TRC Full Heap Object' class.

See Also:
Constant Field Values

TRC_OBJECT_REFERENCE

public static final int TRC_OBJECT_REFERENCE
The meta object id for the 'TRC Object Reference' class.

See Also:
TRCObjectReferenceImpl, TracePackageImpl.getTRCObjectReference(), Constant Field Values

TRC_OBJECT_REFERENCE__HEAP_DUMP

public static final int TRC_OBJECT_REFERENCE__HEAP_DUMP
The feature id for the 'Heap Dump' container reference.

See Also:
Constant Field Values

TRC_OBJECT_REFERENCE__OWNER

public static final int TRC_OBJECT_REFERENCE__OWNER
The feature id for the 'Owner' reference.

See Also:
Constant Field Values

TRC_OBJECT_REFERENCE__TARGET

public static final int TRC_OBJECT_REFERENCE__TARGET
The feature id for the 'Target' reference.

See Also:
Constant Field Values

TRC_OBJECT_REFERENCE_FEATURE_COUNT

public static final int TRC_OBJECT_REFERENCE_FEATURE_COUNT
The number of structural features of the the 'TRC Object Reference' class.

See Also:
Constant Field Values

TRC_HEAP_DUMP

public static final int TRC_HEAP_DUMP
The meta object id for the 'TRC Heap Dump' class.

See Also:
TRCHeapDumpImpl, TracePackageImpl.getTRCHeapDump(), Constant Field Values

TRC_HEAP_DUMP__ID

public static final int TRC_HEAP_DUMP__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_HEAP_DUMP__ENTRY_TIME

public static final int TRC_HEAP_DUMP__ENTRY_TIME
The feature id for the 'Entry Time' attribute.

See Also:
Constant Field Values

TRC_HEAP_DUMP__EXIT_TIME

public static final int TRC_HEAP_DUMP__EXIT_TIME
The feature id for the 'Exit Time' attribute.

See Also:
Constant Field Values

TRC_HEAP_DUMP__NAME

public static final int TRC_HEAP_DUMP__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TRC_HEAP_DUMP__REFERENCES

public static final int TRC_HEAP_DUMP__REFERENCES
The feature id for the 'References' containment reference list.

See Also:
Constant Field Values

TRC_HEAP_DUMP__PROCESS

public static final int TRC_HEAP_DUMP__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_HEAP_DUMP__GC_ROOTS

public static final int TRC_HEAP_DUMP__GC_ROOTS
The feature id for the 'Gc Roots' containment reference list.

See Also:
Constant Field Values

TRC_HEAP_DUMP_FEATURE_COUNT

public static final int TRC_HEAP_DUMP_FEATURE_COUNT
The number of structural features of the the 'TRC Heap Dump' class.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION

public static final int TRC_AGGREGATED_METHOD_INVOCATION
The meta object id for the 'TRC Aggregated Method Invocation' class.

See Also:
TRCAggregatedMethodInvocationImpl, TracePackageImpl.getTRCAggregatedMethodInvocation(), Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__METHOD

public static final int TRC_AGGREGATED_METHOD_INVOCATION__METHOD
The feature id for the 'Method' reference.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__INVOKED_BY

public static final int TRC_AGGREGATED_METHOD_INVOCATION__INVOKED_BY
The feature id for the 'Invoked By' reference.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__INVOKES

public static final int TRC_AGGREGATED_METHOD_INVOCATION__INVOKES
The feature id for the 'Invokes' reference list.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__THREAD

public static final int TRC_AGGREGATED_METHOD_INVOCATION__THREAD
The feature id for the 'Thread' reference.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__PROCESS

public static final int TRC_AGGREGATED_METHOD_INVOCATION__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__OWNING_OBJECT

public static final int TRC_AGGREGATED_METHOD_INVOCATION__OWNING_OBJECT
The feature id for the 'Owning Object' reference.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__COUNT

public static final int TRC_AGGREGATED_METHOD_INVOCATION__COUNT
The feature id for the 'Count' attribute.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__BASE_TIME

public static final int TRC_AGGREGATED_METHOD_INVOCATION__BASE_TIME
The feature id for the 'Base Time' attribute.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__CUMULATIVE_TIME

public static final int TRC_AGGREGATED_METHOD_INVOCATION__CUMULATIVE_TIME
The feature id for the 'Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__MIN_TIME

public static final int TRC_AGGREGATED_METHOD_INVOCATION__MIN_TIME
The feature id for the 'Min Time' attribute.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__MAX_TIME

public static final int TRC_AGGREGATED_METHOD_INVOCATION__MAX_TIME
The feature id for the 'Max Time' attribute.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__CALLER_LINE_NO

public static final int TRC_AGGREGATED_METHOD_INVOCATION__CALLER_LINE_NO
The feature id for the 'Caller Line No' attribute.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION__TOTAL_CPU_TIME

public static final int TRC_AGGREGATED_METHOD_INVOCATION__TOTAL_CPU_TIME
The feature id for the 'Total Cpu Time' attribute.

See Also:
Constant Field Values

TRC_AGGREGATED_METHOD_INVOCATION_FEATURE_COUNT

public static final int TRC_AGGREGATED_METHOD_INVOCATION_FEATURE_COUNT
The number of structural features of the the 'TRC Aggregated Method Invocation' class.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION

public static final int TRC_FULL_METHOD_INVOCATION
The meta object id for the 'TRC Full Method Invocation' class.

See Also:
TRCFullMethodInvocationImpl, TracePackageImpl.getTRCFullMethodInvocation(), Constant Field Values

TRC_FULL_METHOD_INVOCATION__METHOD

public static final int TRC_FULL_METHOD_INVOCATION__METHOD
The feature id for the 'Method' reference.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__INVOKED_BY

public static final int TRC_FULL_METHOD_INVOCATION__INVOKED_BY
The feature id for the 'Invoked By' reference.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__INVOKES

public static final int TRC_FULL_METHOD_INVOCATION__INVOKES
The feature id for the 'Invokes' reference list.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__THREAD

public static final int TRC_FULL_METHOD_INVOCATION__THREAD
The feature id for the 'Thread' reference.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__PROCESS

public static final int TRC_FULL_METHOD_INVOCATION__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__OWNING_OBJECT

public static final int TRC_FULL_METHOD_INVOCATION__OWNING_OBJECT
The feature id for the 'Owning Object' reference.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__STACK_DEPTH

public static final int TRC_FULL_METHOD_INVOCATION__STACK_DEPTH
The feature id for the 'Stack Depth' attribute.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__ENTRY_TIME

public static final int TRC_FULL_METHOD_INVOCATION__ENTRY_TIME
The feature id for the 'Entry Time' attribute.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__EXIT_TIME

public static final int TRC_FULL_METHOD_INVOCATION__EXIT_TIME
The feature id for the 'Exit Time' attribute.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__TICKET

public static final int TRC_FULL_METHOD_INVOCATION__TICKET
The feature id for the 'Ticket' attribute.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__OVERHEAD

public static final int TRC_FULL_METHOD_INVOCATION__OVERHEAD
The feature id for the 'Overhead' attribute.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__CALLER_LINE_NO

public static final int TRC_FULL_METHOD_INVOCATION__CALLER_LINE_NO
The feature id for the 'Caller Line No' attribute.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION__CPU_TIME

public static final int TRC_FULL_METHOD_INVOCATION__CPU_TIME
The feature id for the 'Cpu Time' attribute.

See Also:
Constant Field Values

TRC_FULL_METHOD_INVOCATION_FEATURE_COUNT

public static final int TRC_FULL_METHOD_INVOCATION_FEATURE_COUNT
The number of structural features of the the 'TRC Full Method Invocation' class.

See Also:
Constant Field Values

TRC_HEAP_ROOT

public static final int TRC_HEAP_ROOT
The meta object id for the 'TRC Heap Root' class.

See Also:
TRCHeapRootImpl, TracePackageImpl.getTRCHeapRoot(), Constant Field Values

TRC_HEAP_ROOT__TYPE

public static final int TRC_HEAP_ROOT__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

TRC_HEAP_ROOT__FRAME

public static final int TRC_HEAP_ROOT__FRAME
The feature id for the 'Frame' attribute.

See Also:
Constant Field Values

TRC_HEAP_ROOT__HEAP_DUMP

public static final int TRC_HEAP_ROOT__HEAP_DUMP
The feature id for the 'Heap Dump' container reference.

See Also:
Constant Field Values

TRC_HEAP_ROOT__THREAD

public static final int TRC_HEAP_ROOT__THREAD
The feature id for the 'Thread' reference.

See Also:
Constant Field Values

TRC_HEAP_ROOT__OBJECT

public static final int TRC_HEAP_ROOT__OBJECT
The feature id for the 'Object' reference.

See Also:
Constant Field Values

TRC_HEAP_ROOT_FEATURE_COUNT

public static final int TRC_HEAP_ROOT_FEATURE_COUNT
The number of structural features of the the 'TRC Heap Root' class.

See Also:
Constant Field Values

TRC_ARRAY_CLASS

public static final int TRC_ARRAY_CLASS
The meta object id for the 'TRC Array Class' class.

See Also:
TRCArrayClassImpl, TracePackageImpl.getTRCArrayClass(), Constant Field Values

TRC_ARRAY_CLASS__SOURCE_INFO

public static final int TRC_ARRAY_CLASS__SOURCE_INFO
The feature id for the 'Source Info' reference.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__ANNOTATIONS

public static final int TRC_ARRAY_CLASS__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__ID

public static final int TRC_ARRAY_CLASS__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__NAME

public static final int TRC_ARRAY_CLASS__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__SIZE

public static final int TRC_ARRAY_CLASS__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__LOAD_TIME

public static final int TRC_ARRAY_CLASS__LOAD_TIME
The feature id for the 'Load Time' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__UNLOAD_TIME

public static final int TRC_ARRAY_CLASS__UNLOAD_TIME
The feature id for the 'Unload Time' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__INTERFACE

public static final int TRC_ARRAY_CLASS__INTERFACE
The feature id for the 'Interface' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__LINE_NO

public static final int TRC_ARRAY_CLASS__LINE_NO
The feature id for the 'Line No' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__LINE_COUNT

public static final int TRC_ARRAY_CLASS__LINE_COUNT
The feature id for the 'Line Count' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__BASE_TIME

public static final int TRC_ARRAY_CLASS__BASE_TIME
The feature id for the 'Base Time' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__CUMULATIVE_TIME

public static final int TRC_ARRAY_CLASS__CUMULATIVE_TIME
The feature id for the 'Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__CALLS

public static final int TRC_ARRAY_CLASS__CALLS
The feature id for the 'Calls' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__INHERITED_CALLS

public static final int TRC_ARRAY_CLASS__INHERITED_CALLS
The feature id for the 'Inherited Calls' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__INHERITED_BASE_TIME

public static final int TRC_ARRAY_CLASS__INHERITED_BASE_TIME
The feature id for the 'Inherited Base Time' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__INHERITED_CUMULATIVE_TIME

public static final int TRC_ARRAY_CLASS__INHERITED_CUMULATIVE_TIME
The feature id for the 'Inherited Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__TOTAL_SIZE

public static final int TRC_ARRAY_CLASS__TOTAL_SIZE
The feature id for the 'Total Size' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__TOTAL_INSTANCES

public static final int TRC_ARRAY_CLASS__TOTAL_INSTANCES
The feature id for the 'Total Instances' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__COLLECTED_SIZE

public static final int TRC_ARRAY_CLASS__COLLECTED_SIZE
The feature id for the 'Collected Size' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__COLLECTED_INSTANCES

public static final int TRC_ARRAY_CLASS__COLLECTED_INSTANCES
The feature id for the 'Collected Instances' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__TOTAL_CPU_TIME

public static final int TRC_ARRAY_CLASS__TOTAL_CPU_TIME
The feature id for the 'Total Cpu Time' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__OBJECTS

public static final int TRC_ARRAY_CLASS__OBJECTS
The feature id for the 'Objects' reference list.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__LOADED_BY

public static final int TRC_ARRAY_CLASS__LOADED_BY
The feature id for the 'Loaded By' reference.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__METHODS

public static final int TRC_ARRAY_CLASS__METHODS
The feature id for the 'Methods' containment reference list.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__CLASS_OBJECTS

public static final int TRC_ARRAY_CLASS__CLASS_OBJECTS
The feature id for the 'Class Objects' reference list.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__PACKAGE

public static final int TRC_ARRAY_CLASS__PACKAGE
The feature id for the 'Package' container reference.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__CLASS_LOADER

public static final int TRC_ARRAY_CLASS__CLASS_LOADER
The feature id for the 'Class Loader' reference.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__ENCLOSED_BY

public static final int TRC_ARRAY_CLASS__ENCLOSED_BY
The feature id for the 'Enclosed By' reference.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__EXTENDS

public static final int TRC_ARRAY_CLASS__EXTENDS
The feature id for the 'Extends' reference list.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__IMPLEMENTS

public static final int TRC_ARRAY_CLASS__IMPLEMENTS
The feature id for the 'Implements' reference list.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__LOCKS

public static final int TRC_ARRAY_CLASS__LOCKS
The feature id for the 'Locks' reference list.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__ARRAY_TYPE

public static final int TRC_ARRAY_CLASS__ARRAY_TYPE
The feature id for the 'Array Type' attribute.

See Also:
Constant Field Values

TRC_ARRAY_CLASS__ELEMENT_TYPE

public static final int TRC_ARRAY_CLASS__ELEMENT_TYPE
The feature id for the 'Element Type' reference.

See Also:
Constant Field Values

TRC_ARRAY_CLASS_FEATURE_COUNT

public static final int TRC_ARRAY_CLASS_FEATURE_COUNT
The number of structural features of the the 'TRC Array Class' class.

See Also:
Constant Field Values

TRC_AGGREGATED_OBJECT_REFERENCE

public static final int TRC_AGGREGATED_OBJECT_REFERENCE
The meta object id for the 'TRC Aggregated Object Reference' class.

See Also:
TRCAggregatedObjectReferenceImpl, TracePackageImpl.getTRCAggregatedObjectReference(), Constant Field Values

TRC_AGGREGATED_OBJECT_REFERENCE__HEAP_DUMP

public static final int TRC_AGGREGATED_OBJECT_REFERENCE__HEAP_DUMP
The feature id for the 'Heap Dump' container reference.

See Also:
Constant Field Values

TRC_AGGREGATED_OBJECT_REFERENCE__OWNER

public static final int TRC_AGGREGATED_OBJECT_REFERENCE__OWNER
The feature id for the 'Owner' reference.

See Also:
Constant Field Values

TRC_AGGREGATED_OBJECT_REFERENCE__TARGET

public static final int TRC_AGGREGATED_OBJECT_REFERENCE__TARGET
The feature id for the 'Target' reference.

See Also:
Constant Field Values

TRC_AGGREGATED_OBJECT_REFERENCE__OWNER_SIZE

public static final int TRC_AGGREGATED_OBJECT_REFERENCE__OWNER_SIZE
The feature id for the 'Owner Size' attribute.

See Also:
Constant Field Values

TRC_AGGREGATED_OBJECT_REFERENCE__TARGET_SIZE

public static final int TRC_AGGREGATED_OBJECT_REFERENCE__TARGET_SIZE
The feature id for the 'Target Size' attribute.

See Also:
Constant Field Values

TRC_AGGREGATED_OBJECT_REFERENCE__COUNT

public static final int TRC_AGGREGATED_OBJECT_REFERENCE__COUNT
The feature id for the 'Count' attribute.

See Also:
Constant Field Values

TRC_AGGREGATED_OBJECT_REFERENCE_FEATURE_COUNT

public static final int TRC_AGGREGATED_OBJECT_REFERENCE_FEATURE_COUNT
The number of structural features of the the 'TRC Aggregated Object Reference' class.

See Also:
Constant Field Values

TRC_THREAD_EVENT

public static final int TRC_THREAD_EVENT
The meta object id for the 'TRC Thread Event' class.

See Also:
TRCThreadEventImpl, TracePackageImpl.getTRCThreadEvent(), Constant Field Values

TRC_THREAD_EVENT__TIME

public static final int TRC_THREAD_EVENT__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values

TRC_THREAD_EVENT__THREAD

public static final int TRC_THREAD_EVENT__THREAD
The feature id for the 'Thread' container reference.

See Also:
Constant Field Values

TRC_THREAD_EVENT_FEATURE_COUNT

public static final int TRC_THREAD_EVENT_FEATURE_COUNT
The number of structural features of the the 'TRC Thread Event' class.

See Also:
Constant Field Values

TRC_THREAD_SLEEPING_EVENT

public static final int TRC_THREAD_SLEEPING_EVENT
The meta object id for the 'TRC Thread Sleeping Event' class.

See Also:
TRCThreadSleepingEventImpl, TracePackageImpl.getTRCThreadSleepingEvent(), Constant Field Values

TRC_THREAD_SLEEPING_EVENT__TIME

public static final int TRC_THREAD_SLEEPING_EVENT__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values

TRC_THREAD_SLEEPING_EVENT__THREAD

public static final int TRC_THREAD_SLEEPING_EVENT__THREAD
The feature id for the 'Thread' container reference.

See Also:
Constant Field Values

TRC_THREAD_SLEEPING_EVENT__SLEEPING_TIME

public static final int TRC_THREAD_SLEEPING_EVENT__SLEEPING_TIME
The feature id for the 'Sleeping Time' attribute.

See Also:
Constant Field Values

TRC_THREAD_SLEEPING_EVENT_FEATURE_COUNT

public static final int TRC_THREAD_SLEEPING_EVENT_FEATURE_COUNT
The number of structural features of the the 'TRC Thread Sleeping Event' class.

See Also:
Constant Field Values

TRC_THREAD_WAITING_FOR_OBJECT_EVENT

public static final int TRC_THREAD_WAITING_FOR_OBJECT_EVENT
The meta object id for the 'TRC Thread Waiting For Object Event' class.

See Also:
TRCThreadWaitingForObjectEventImpl, TracePackageImpl.getTRCThreadWaitingForObjectEvent(), Constant Field Values

TRC_THREAD_WAITING_FOR_OBJECT_EVENT__TIME

public static final int TRC_THREAD_WAITING_FOR_OBJECT_EVENT__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values

TRC_THREAD_WAITING_FOR_OBJECT_EVENT__THREAD

public static final int TRC_THREAD_WAITING_FOR_OBJECT_EVENT__THREAD
The feature id for the 'Thread' container reference.

See Also:
Constant Field Values

TRC_THREAD_WAITING_FOR_OBJECT_EVENT__TIMEOUT

public static final int TRC_THREAD_WAITING_FOR_OBJECT_EVENT__TIMEOUT
The feature id for the 'Timeout' attribute.

See Also:
Constant Field Values

TRC_THREAD_WAITING_FOR_OBJECT_EVENT__OBJECT_WAITING_FOR

public static final int TRC_THREAD_WAITING_FOR_OBJECT_EVENT__OBJECT_WAITING_FOR
The feature id for the 'Object Waiting For' reference.

See Also:
Constant Field Values

TRC_THREAD_WAITING_FOR_OBJECT_EVENT_FEATURE_COUNT

public static final int TRC_THREAD_WAITING_FOR_OBJECT_EVENT_FEATURE_COUNT
The number of structural features of the the 'TRC Thread Waiting For Object Event' class.

See Also:
Constant Field Values

TRC_THREAD_WAITING_FOR_LOCK_EVENT

public static final int TRC_THREAD_WAITING_FOR_LOCK_EVENT
The meta object id for the 'TRC Thread Waiting For Lock Event' class.

See Also:
TRCThreadWaitingForLockEventImpl, TracePackageImpl.getTRCThreadWaitingForLockEvent(), Constant Field Values

TRC_THREAD_WAITING_FOR_LOCK_EVENT__TIME

public static final int TRC_THREAD_WAITING_FOR_LOCK_EVENT__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values

TRC_THREAD_WAITING_FOR_LOCK_EVENT__THREAD

public static final int TRC_THREAD_WAITING_FOR_LOCK_EVENT__THREAD
The feature id for the 'Thread' container reference.

See Also:
Constant Field Values

TRC_THREAD_WAITING_FOR_LOCK_EVENT__LOCKED_OBJECT

public static final int TRC_THREAD_WAITING_FOR_LOCK_EVENT__LOCKED_OBJECT
The feature id for the 'Locked Object' reference.

See Also:
Constant Field Values

TRC_THREAD_WAITING_FOR_LOCK_EVENT__LOCKING_THREAD

public static final int TRC_THREAD_WAITING_FOR_LOCK_EVENT__LOCKING_THREAD
The feature id for the 'Locking Thread' reference.

See Also:
Constant Field Values

TRC_THREAD_WAITING_FOR_LOCK_EVENT_FEATURE_COUNT

public static final int TRC_THREAD_WAITING_FOR_LOCK_EVENT_FEATURE_COUNT
The number of structural features of the the 'TRC Thread Waiting For Lock Event' class.

See Also:
Constant Field Values

TRC_THREAD_RUNNING_EVENT

public static final int TRC_THREAD_RUNNING_EVENT
The meta object id for the 'TRC Thread Running Event' class.

See Also:
TRCThreadRunningEventImpl, TracePackageImpl.getTRCThreadRunningEvent(), Constant Field Values

TRC_THREAD_RUNNING_EVENT__TIME

public static final int TRC_THREAD_RUNNING_EVENT__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values

TRC_THREAD_RUNNING_EVENT__THREAD

public static final int TRC_THREAD_RUNNING_EVENT__THREAD
The feature id for the 'Thread' container reference.

See Also:
Constant Field Values

TRC_THREAD_RUNNING_EVENT_FEATURE_COUNT

public static final int TRC_THREAD_RUNNING_EVENT_FEATURE_COUNT
The number of structural features of the the 'TRC Thread Running Event' class.

See Also:
Constant Field Values

TRC_THREAD_DEAD_EVENT

public static final int TRC_THREAD_DEAD_EVENT
The meta object id for the 'TRC Thread Dead Event' class.

See Also:
TRCThreadDeadEventImpl, TracePackageImpl.getTRCThreadDeadEvent(), Constant Field Values

TRC_THREAD_DEAD_EVENT__TIME

public static final int TRC_THREAD_DEAD_EVENT__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values

TRC_THREAD_DEAD_EVENT__THREAD

public static final int TRC_THREAD_DEAD_EVENT__THREAD
The feature id for the 'Thread' container reference.

See Also:
Constant Field Values

TRC_THREAD_DEAD_EVENT_FEATURE_COUNT

public static final int TRC_THREAD_DEAD_EVENT_FEATURE_COUNT
The number of structural features of the the 'TRC Thread Dead Event' class.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA

public static final int TRC_METHOD_WITH_LL_DATA
The meta object id for the 'TRC Method With LL Data' class.

See Also:
TRCMethodWithLLDataImpl, TracePackageImpl.getTRCMethodWithLLData(), Constant Field Values

TRC_METHOD_WITH_LL_DATA__SOURCE_INFO

public static final int TRC_METHOD_WITH_LL_DATA__SOURCE_INFO
The feature id for the 'Source Info' reference.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__ANNOTATIONS

public static final int TRC_METHOD_WITH_LL_DATA__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__ID

public static final int TRC_METHOD_WITH_LL_DATA__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__NAME

public static final int TRC_METHOD_WITH_LL_DATA__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__SIGNATURE

public static final int TRC_METHOD_WITH_LL_DATA__SIGNATURE
The feature id for the 'Signature' attribute.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__MODIFIER

public static final int TRC_METHOD_WITH_LL_DATA__MODIFIER
The feature id for the 'Modifier' attribute.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__NOTATION

public static final int TRC_METHOD_WITH_LL_DATA__NOTATION
The feature id for the 'Notation' attribute.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__LINE_NO

public static final int TRC_METHOD_WITH_LL_DATA__LINE_NO
The feature id for the 'Line No' attribute.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__LINE_COUNT

public static final int TRC_METHOD_WITH_LL_DATA__LINE_COUNT
The feature id for the 'Line Count' attribute.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__BASE_TIME

public static final int TRC_METHOD_WITH_LL_DATA__BASE_TIME
The feature id for the 'Base Time' attribute.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__CUMULATIVE_TIME

public static final int TRC_METHOD_WITH_LL_DATA__CUMULATIVE_TIME
The feature id for the 'Cumulative Time' attribute.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__CALLS

public static final int TRC_METHOD_WITH_LL_DATA__CALLS
The feature id for the 'Calls' attribute.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__TOTAL_CPU_TIME

public static final int TRC_METHOD_WITH_LL_DATA__TOTAL_CPU_TIME
The feature id for the 'Total Cpu Time' attribute.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__DEFINING_CLASS

public static final int TRC_METHOD_WITH_LL_DATA__DEFINING_CLASS
The feature id for the 'Defining Class' container reference.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__INVOCATIONS

public static final int TRC_METHOD_WITH_LL_DATA__INVOCATIONS
The feature id for the 'Invocations' reference list.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA__LL_DATA

public static final int TRC_METHOD_WITH_LL_DATA__LL_DATA
The feature id for the 'LL Data' containment reference.

See Also:
Constant Field Values

TRC_METHOD_WITH_LL_DATA_FEATURE_COUNT

public static final int TRC_METHOD_WITH_LL_DATA_FEATURE_COUNT
The number of structural features of the the 'TRC Method With LL Data' class.

See Also:
Constant Field Values

TRCLL_DATA

public static final int TRCLL_DATA
The meta object id for the 'TRCLL Data' class.

See Also:
TRCLLDataImpl, TracePackageImpl.getTRCLLData(), Constant Field Values

TRCLL_DATA__SUMMARY_UNITS

public static final int TRCLL_DATA__SUMMARY_UNITS
The feature id for the 'Summary Units' attribute.

See Also:
Constant Field Values

TRCLL_DATA__SUMMARY_NONZERO

public static final int TRCLL_DATA__SUMMARY_NONZERO
The feature id for the 'Summary Nonzero' attribute.

See Also:
Constant Field Values

TRCLL_DATA__TYPE_ID

public static final int TRCLL_DATA__TYPE_ID
The feature id for the 'Type Id' attribute.

See Also:
Constant Field Values

TRCLL_DATA__HEADINGS

public static final int TRCLL_DATA__HEADINGS
The feature id for the 'Headings' attribute.

See Also:
Constant Field Values

TRCLL_DATA__METHOD

public static final int TRCLL_DATA__METHOD
The feature id for the 'Method' container reference.

See Also:
Constant Field Values

TRCLL_DATA_FEATURE_COUNT

public static final int TRCLL_DATA_FEATURE_COUNT
The number of structural features of the the 'TRCLL Data' class.

See Also:
Constant Field Values

TRC_SOURCE_INFO_WITH_LL_DATA

public static final int TRC_SOURCE_INFO_WITH_LL_DATA
The meta object id for the 'TRC Source Info With LL Data' class.

See Also:
TRCSourceInfoWithLLDataImpl, TracePackageImpl.getTRCSourceInfoWithLLData(), Constant Field Values

TRC_SOURCE_INFO_WITH_LL_DATA__LOCATION

public static final int TRC_SOURCE_INFO_WITH_LL_DATA__LOCATION
The feature id for the 'Location' attribute.

See Also:
Constant Field Values

TRC_SOURCE_INFO_WITH_LL_DATA__LANGUAGE

public static final int TRC_SOURCE_INFO_WITH_LL_DATA__LANGUAGE
The feature id for the 'Language' attribute.

See Also:
Constant Field Values

TRC_SOURCE_INFO_WITH_LL_DATA__LL_DATAS

public static final int TRC_SOURCE_INFO_WITH_LL_DATA__LL_DATAS
The feature id for the 'LL Datas' reference list.

See Also:
Constant Field Values

TRC_SOURCE_INFO_WITH_LL_DATA_FEATURE_COUNT

public static final int TRC_SOURCE_INFO_WITH_LL_DATA_FEATURE_COUNT
The number of structural features of the the 'TRC Source Info With LL Data' class.

See Also:
Constant Field Values

TRC_LINE_COVERAGE_DATA

public static final int TRC_LINE_COVERAGE_DATA
The meta object id for the 'TRC Line Coverage Data' class.

See Also:
TRCLineCoverageDataImpl, TracePackageImpl.getTRCLineCoverageData(), Constant Field Values

TRC_LINE_COVERAGE_DATA__SUMMARY_UNITS

public static final int TRC_LINE_COVERAGE_DATA__SUMMARY_UNITS
The feature id for the 'Summary Units' attribute.

See Also:
Constant Field Values

TRC_LINE_COVERAGE_DATA__SUMMARY_NONZERO

public static final int TRC_LINE_COVERAGE_DATA__SUMMARY_NONZERO
The feature id for the 'Summary Nonzero' attribute.

See Also:
Constant Field Values

TRC_LINE_COVERAGE_DATA__TYPE_ID

public static final int TRC_LINE_COVERAGE_DATA__TYPE_ID
The feature id for the 'Type Id' attribute.

See Also:
Constant Field Values

TRC_LINE_COVERAGE_DATA__HEADINGS

public static final int TRC_LINE_COVERAGE_DATA__HEADINGS
The feature id for the 'Headings' attribute.

See Also:
Constant Field Values

TRC_LINE_COVERAGE_DATA__METHOD

public static final int TRC_LINE_COVERAGE_DATA__METHOD
The feature id for the 'Method' container reference.

See Also:
Constant Field Values

TRC_LINE_COVERAGE_DATA__LINE_TABLE

public static final int TRC_LINE_COVERAGE_DATA__LINE_TABLE
The feature id for the 'Line Table' attribute.

See Also:
Constant Field Values

TRC_LINE_COVERAGE_DATA__HIT_TABLE

public static final int TRC_LINE_COVERAGE_DATA__HIT_TABLE
The feature id for the 'Hit Table' attribute.

See Also:
Constant Field Values

TRC_LINE_COVERAGE_DATA__COUNT_TABLE

public static final int TRC_LINE_COVERAGE_DATA__COUNT_TABLE
The feature id for the 'Count Table' attribute.

See Also:
Constant Field Values

TRC_LINE_COVERAGE_DATA__SOURCE_INFO

public static final int TRC_LINE_COVERAGE_DATA__SOURCE_INFO
The feature id for the 'Source Info' reference.

See Also:
Constant Field Values

TRC_LINE_COVERAGE_DATA_FEATURE_COUNT

public static final int TRC_LINE_COVERAGE_DATA_FEATURE_COUNT
The number of structural features of the the 'TRC Line Coverage Data' class.

See Also:
Constant Field Values

TRC_OBJECT_VALUE

public static final int TRC_OBJECT_VALUE
The meta object id for the 'TRC Object Value' class.

See Also:
TRCObjectValueImpl, TracePackageImpl.getTRCObjectValue(), Constant Field Values

TRC_OBJECT_VALUE__STRING_VALUE

public static final int TRC_OBJECT_VALUE__STRING_VALUE
The feature id for the 'String Value' attribute.

See Also:
Constant Field Values

TRC_OBJECT_VALUE__TRC_INPUT_OUTPUT_ENTRY

public static final int TRC_OBJECT_VALUE__TRC_INPUT_OUTPUT_ENTRY
The feature id for the 'TRC Input Output Entry' container reference.

See Also:
Constant Field Values

TRC_OBJECT_VALUE__CONTAINER

public static final int TRC_OBJECT_VALUE__CONTAINER
The feature id for the 'Container' reference.

See Also:
Constant Field Values

TRC_OBJECT_VALUE_FEATURE_COUNT

public static final int TRC_OBJECT_VALUE_FEATURE_COUNT
The number of structural features of the the 'TRC Object Value' class.

See Also:
Constant Field Values

TRC_INPUT_OUTPUT_ENTRY

public static final int TRC_INPUT_OUTPUT_ENTRY
The meta object id for the 'TRC Input Output Entry' class.

See Also:
TRCInputOutputEntryImpl, TracePackageImpl.getTRCInputOutputEntry(), Constant Field Values

TRC_INPUT_OUTPUT_ENTRY__VALUE

public static final int TRC_INPUT_OUTPUT_ENTRY__VALUE
The feature id for the 'Value' containment reference list.

See Also:
Constant Field Values

TRC_INPUT_OUTPUT_ENTRY__CONTAINER

public static final int TRC_INPUT_OUTPUT_ENTRY__CONTAINER
The feature id for the 'Container' container reference.

See Also:
Constant Field Values

TRC_INPUT_OUTPUT_ENTRY__KEY

public static final int TRC_INPUT_OUTPUT_ENTRY__KEY
The feature id for the 'Key' reference.

See Also:
Constant Field Values

TRC_INPUT_OUTPUT_ENTRY_FEATURE_COUNT

public static final int TRC_INPUT_OUTPUT_ENTRY_FEATURE_COUNT
The number of structural features of the the 'TRC Input Output Entry' class.

See Also:
Constant Field Values

TRC_INPUT_OUTPUT_CONTAINER

public static final int TRC_INPUT_OUTPUT_CONTAINER
The meta object id for the 'TRC Input Output Container' class.

See Also:
TRCInputOutputContainerImpl, TracePackageImpl.getTRCInputOutputContainer(), Constant Field Values

TRC_INPUT_OUTPUT_CONTAINER__PROCESS

public static final int TRC_INPUT_OUTPUT_CONTAINER__PROCESS
The feature id for the 'Process' reference.

See Also:
Constant Field Values

TRC_INPUT_OUTPUT_CONTAINER__ENTRIES

public static final int TRC_INPUT_OUTPUT_CONTAINER__ENTRIES
The feature id for the 'Entries' map.

See Also:
Constant Field Values

TRC_INPUT_OUTPUT_CONTAINER__INPUT_OUTPUT_VALUES

public static final int TRC_INPUT_OUTPUT_CONTAINER__INPUT_OUTPUT_VALUES
The feature id for the 'Input Output Values' reference list.

See Also:
Constant Field Values

TRC_INPUT_OUTPUT_CONTAINER_FEATURE_COUNT

public static final int TRC_INPUT_OUTPUT_CONTAINER_FEATURE_COUNT
The number of structural features of the the 'TRC Input Output Container' class.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO
The meta object id for the 'TRC Caller Callee Invocation Info' class.

See Also:
TRCCallerCalleeInvocationInfoImpl, TracePackageImpl.getTRCCallerCalleeInvocationInfo(), Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__METHOD

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__METHOD
The feature id for the 'Method' reference.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__INVOKED_BY

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__INVOKED_BY
The feature id for the 'Invoked By' reference.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__INVOKES

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__INVOKES
The feature id for the 'Invokes' reference list.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__THREAD

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__THREAD
The feature id for the 'Thread' reference.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__PROCESS

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__OWNING_OBJECT

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__OWNING_OBJECT
The feature id for the 'Owning Object' reference.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__STACK_DEPTH

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__STACK_DEPTH
The feature id for the 'Stack Depth' attribute.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__ENTRY_TIME

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__ENTRY_TIME
The feature id for the 'Entry Time' attribute.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__EXIT_TIME

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__EXIT_TIME
The feature id for the 'Exit Time' attribute.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__TICKET

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__TICKET
The feature id for the 'Ticket' attribute.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__OVERHEAD

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__OVERHEAD
The feature id for the 'Overhead' attribute.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__CALLER_LINE_NO

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__CALLER_LINE_NO
The feature id for the 'Caller Line No' attribute.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__CPU_TIME

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__CPU_TIME
The feature id for the 'Cpu Time' attribute.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__CALL_TIME

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__CALL_TIME
The feature id for the 'Call Time' attribute.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__RETURN_TIME

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__RETURN_TIME
The feature id for the 'Return Time' attribute.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO__CALL_OVERHEAD

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO__CALL_OVERHEAD
The feature id for the 'Call Overhead' attribute.

See Also:
Constant Field Values

TRC_CALLER_CALLEE_INVOCATION_INFO_FEATURE_COUNT

public static final int TRC_CALLER_CALLEE_INVOCATION_INFO_FEATURE_COUNT
The number of structural features of the the 'TRC Caller Callee Invocation Info' class.

See Also:
Constant Field Values

TRC_TYPED_OBJECT_VALUE

public static final int TRC_TYPED_OBJECT_VALUE
The meta object id for the 'TRC Typed Object Value' class.

See Also:
TRCTypedObjectValueImpl, TracePackageImpl.getTRCTypedObjectValue(), Constant Field Values

TRC_TYPED_OBJECT_VALUE__STRING_VALUE

public static final int TRC_TYPED_OBJECT_VALUE__STRING_VALUE
The feature id for the 'String Value' attribute.

See Also:
Constant Field Values

TRC_TYPED_OBJECT_VALUE__TRC_INPUT_OUTPUT_ENTRY

public static final int TRC_TYPED_OBJECT_VALUE__TRC_INPUT_OUTPUT_ENTRY
The feature id for the 'TRC Input Output Entry' container reference.

See Also:
Constant Field Values

TRC_TYPED_OBJECT_VALUE__CONTAINER

public static final int TRC_TYPED_OBJECT_VALUE__CONTAINER
The feature id for the 'Container' reference.

See Also:
Constant Field Values

TRC_TYPED_OBJECT_VALUE__VALUE_KIND

public static final int TRC_TYPED_OBJECT_VALUE__VALUE_KIND
The feature id for the 'Value Kind' attribute.

See Also:
Constant Field Values

TRC_TYPED_OBJECT_VALUE__POSITION_KIND

public static final int TRC_TYPED_OBJECT_VALUE__POSITION_KIND
The feature id for the 'Position Kind' attribute.

See Also:
Constant Field Values

TRC_TYPED_OBJECT_VALUE__POSITION

public static final int TRC_TYPED_OBJECT_VALUE__POSITION
The feature id for the 'Position' attribute.

See Also:
Constant Field Values

TRC_TYPED_OBJECT_VALUE__OBJECT

public static final int TRC_TYPED_OBJECT_VALUE__OBJECT
The feature id for the 'Object' reference.

See Also:
Constant Field Values

TRC_TYPED_OBJECT_VALUE_FEATURE_COUNT

public static final int TRC_TYPED_OBJECT_VALUE_FEATURE_COUNT
The number of structural features of the the 'TRC Typed Object Value' class.

See Also:
Constant Field Values

TRC_MTHD_LCK_ACC_ENTRY

public static final int TRC_MTHD_LCK_ACC_ENTRY
The meta object id for the 'TRC Mthd Lck Acc Entry' class.

See Also:
TRCMthdLckAccEntryImpl, TracePackageImpl.getTRCMthdLckAccEntry(), Constant Field Values

TRC_MTHD_LCK_ACC_ENTRY__PROCESS

public static final int TRC_MTHD_LCK_ACC_ENTRY__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_MTHD_LCK_ACC_ENTRY__VALUE

public static final int TRC_MTHD_LCK_ACC_ENTRY__VALUE
The feature id for the 'Value' containment reference list.

See Also:
Constant Field Values

TRC_MTHD_LCK_ACC_ENTRY__KEY

public static final int TRC_MTHD_LCK_ACC_ENTRY__KEY
The feature id for the 'Key' reference.

See Also:
Constant Field Values

TRC_MTHD_LCK_ACC_ENTRY_FEATURE_COUNT

public static final int TRC_MTHD_LCK_ACC_ENTRY_FEATURE_COUNT
The number of structural features of the the 'TRC Mthd Lck Acc Entry' class.

See Also:
Constant Field Values

TRC_LOCK_ACCESS

public static final int TRC_LOCK_ACCESS
The meta object id for the 'TRC Lock Access' class.

See Also:
TRCLockAccessImpl, TracePackageImpl.getTRCLockAccess(), Constant Field Values

TRC_LOCK_ACCESS__REQUIRE_TIME

public static final int TRC_LOCK_ACCESS__REQUIRE_TIME
The feature id for the 'Require Time' attribute.

See Also:
Constant Field Values

TRC_LOCK_ACCESS__REQUEST_TIME

public static final int TRC_LOCK_ACCESS__REQUEST_TIME
The feature id for the 'Request Time' attribute.

See Also:
Constant Field Values

TRC_LOCK_ACCESS__RELEASE_TIME

public static final int TRC_LOCK_ACCESS__RELEASE_TIME
The feature id for the 'Release Time' attribute.

See Also:
Constant Field Values

TRC_LOCK_ACCESS__AT_LINE

public static final int TRC_LOCK_ACCESS__AT_LINE
The feature id for the 'At Line' attribute.

See Also:
Constant Field Values

TRC_LOCK_ACCESS__ON_OBJECT

public static final int TRC_LOCK_ACCESS__ON_OBJECT
The feature id for the 'On Object' reference.

See Also:
Constant Field Values

TRC_LOCK_ACCESS_FEATURE_COUNT

public static final int TRC_LOCK_ACCESS_FEATURE_COUNT
The number of structural features of the the 'TRC Lock Access' class.

See Also:
Constant Field Values

TRC_LINE_PERFORMANCE_DATA

public static final int TRC_LINE_PERFORMANCE_DATA
The meta object id for the 'TRC Line Performance Data' class.

See Also:
TRCLinePerformanceDataImpl, TracePackageImpl.getTRCLinePerformanceData(), Constant Field Values

TRC_LINE_PERFORMANCE_DATA__SUMMARY_UNITS

public static final int TRC_LINE_PERFORMANCE_DATA__SUMMARY_UNITS
The feature id for the 'Summary Units' attribute.

See Also:
Constant Field Values

TRC_LINE_PERFORMANCE_DATA__SUMMARY_NONZERO

public static final int TRC_LINE_PERFORMANCE_DATA__SUMMARY_NONZERO
The feature id for the 'Summary Nonzero' attribute.

See Also:
Constant Field Values

TRC_LINE_PERFORMANCE_DATA__TYPE_ID

public static final int TRC_LINE_PERFORMANCE_DATA__TYPE_ID
The feature id for the 'Type Id' attribute.

See Also:
Constant Field Values

TRC_LINE_PERFORMANCE_DATA__HEADINGS

public static final int TRC_LINE_PERFORMANCE_DATA__HEADINGS
The feature id for the 'Headings' attribute.

See Also:
Constant Field Values

TRC_LINE_PERFORMANCE_DATA__METHOD

public static final int TRC_LINE_PERFORMANCE_DATA__METHOD
The feature id for the 'Method' container reference.

See Also:
Constant Field Values

TRC_LINE_PERFORMANCE_DATA__LINE_TABLE

public static final int TRC_LINE_PERFORMANCE_DATA__LINE_TABLE
The feature id for the 'Line Table' attribute.

See Also:
Constant Field Values

TRC_LINE_PERFORMANCE_DATA__HIT_TABLE

public static final int TRC_LINE_PERFORMANCE_DATA__HIT_TABLE
The feature id for the 'Hit Table' attribute.

See Also:
Constant Field Values

TRC_LINE_PERFORMANCE_DATA__COUNT_TABLE

public static final int TRC_LINE_PERFORMANCE_DATA__COUNT_TABLE
The feature id for the 'Count Table' attribute.

See Also:
Constant Field Values

TRC_LINE_PERFORMANCE_DATA__SOURCE_INFO

public static final int TRC_LINE_PERFORMANCE_DATA__SOURCE_INFO
The feature id for the 'Source Info' reference.

See Also:
Constant Field Values

TRC_LINE_PERFORMANCE_DATA__ACCUMULATED_TIME_TABLE

public static final int TRC_LINE_PERFORMANCE_DATA__ACCUMULATED_TIME_TABLE
The feature id for the 'Accumulated Time Table' attribute.

See Also:
Constant Field Values

TRC_LINE_PERFORMANCE_DATA_FEATURE_COUNT

public static final int TRC_LINE_PERFORMANCE_DATA_FEATURE_COUNT
The number of structural features of the the 'TRC Line Performance Data' class.

See Also:
Constant Field Values

TRC_OBJECT_ALLOCATION_SITES_ENTRY

public static final int TRC_OBJECT_ALLOCATION_SITES_ENTRY
The meta object id for the 'TRC Object Allocation Sites Entry' class.

See Also:
TRCObjectAllocationSitesEntryImpl, TracePackageImpl.getTRCObjectAllocationSitesEntry(), Constant Field Values

TRC_OBJECT_ALLOCATION_SITES_ENTRY__VALUE

public static final int TRC_OBJECT_ALLOCATION_SITES_ENTRY__VALUE
The feature id for the 'Value' containment reference list.

See Also:
Constant Field Values

TRC_OBJECT_ALLOCATION_SITES_ENTRY__KEY

public static final int TRC_OBJECT_ALLOCATION_SITES_ENTRY__KEY
The feature id for the 'Key' reference.

See Also:
Constant Field Values

TRC_OBJECT_ALLOCATION_SITES_ENTRY__PROCESS

public static final int TRC_OBJECT_ALLOCATION_SITES_ENTRY__PROCESS
The feature id for the 'Process' container reference.

See Also:
Constant Field Values

TRC_OBJECT_ALLOCATION_SITES_ENTRY_FEATURE_COUNT

public static final int TRC_OBJECT_ALLOCATION_SITES_ENTRY_FEATURE_COUNT
The number of structural features of the the 'TRC Object Allocation Sites Entry' class.

See Also:
Constant Field Values

TRC_OBJECT_ALLOCATION_SITE

public static final int TRC_OBJECT_ALLOCATION_SITE
The meta object id for the 'TRC Object Allocation Site' class.

See Also:
TRCObjectAllocationSiteImpl, TracePackageImpl.getTRCObjectAllocationSite(), Constant Field Values

TRC_OBJECT_ALLOCATION_SITE__AT_LINE

public static final int TRC_OBJECT_ALLOCATION_SITE__AT_LINE
The feature id for the 'At Line' attribute.

See Also:
Constant Field Values

TRC_OBJECT_ALLOCATION_SITE__TRC_OBJECT_ALLOCATION_SITES_ENTRY

public static final int TRC_OBJECT_ALLOCATION_SITE__TRC_OBJECT_ALLOCATION_SITES_ENTRY
The feature id for the 'TRC Object Allocation Sites Entry' container reference.

See Also:
Constant Field Values

TRC_OBJECT_ALLOCATION_SITE__ALLOCATED_OBJECT

public static final int TRC_OBJECT_ALLOCATION_SITE__ALLOCATED_OBJECT
The feature id for the 'Allocated Object' reference.

See Also:
Constant Field Values

TRC_OBJECT_ALLOCATION_SITE_FEATURE_COUNT

public static final int TRC_OBJECT_ALLOCATION_SITE_FEATURE_COUNT
The number of structural features of the the 'TRC Object Allocation Site' class.

See Also:
Constant Field Values

TRC_THREAD_DEAD_LOCK_EVENT

public static final int TRC_THREAD_DEAD_LOCK_EVENT
The meta object id for the 'TRC Thread Dead Lock Event' class.

See Also:
TRCThreadDeadLockEventImpl, TracePackageImpl.getTRCThreadDeadLockEvent(), Constant Field Values

TRC_THREAD_DEAD_LOCK_EVENT__TIME

public static final int TRC_THREAD_DEAD_LOCK_EVENT__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values

TRC_THREAD_DEAD_LOCK_EVENT__THREAD

public static final int TRC_THREAD_DEAD_LOCK_EVENT__THREAD
The feature id for the 'Thread' container reference.

See Also:
Constant Field Values

TRC_THREAD_DEAD_LOCK_EVENT__LOCKED_OBJECT

public static final int TRC_THREAD_DEAD_LOCK_EVENT__LOCKED_OBJECT
The feature id for the 'Locked Object' reference.

See Also:
Constant Field Values

TRC_THREAD_DEAD_LOCK_EVENT__LOCKING_THREAD

public static final int TRC_THREAD_DEAD_LOCK_EVENT__LOCKING_THREAD
The feature id for the 'Locking Thread' reference.

See Also:
Constant Field Values

TRC_THREAD_DEAD_LOCK_EVENT__NEXT_DEAD_LOCK_EVENT

public static final int TRC_THREAD_DEAD_LOCK_EVENT__NEXT_DEAD_LOCK_EVENT
The feature id for the 'Next Dead Lock Event' reference.

See Also:
Constant Field Values

TRC_THREAD_DEAD_LOCK_EVENT_FEATURE_COUNT

public static final int TRC_THREAD_DEAD_LOCK_EVENT_FEATURE_COUNT
The number of structural features of the the 'TRC Thread Dead Lock Event' class.

See Also:
Constant Field Values

TRC_PRIMITIVE_TYPE

public static final int TRC_PRIMITIVE_TYPE
The meta object id for the 'TRC Primitive Type' enum.

See Also:
TRCPrimitiveType, TracePackageImpl.getTRCPrimitiveType(), Constant Field Values

TRC_SIGNATURE_NOTATION

public static final int TRC_SIGNATURE_NOTATION
The meta object id for the 'TRC Signature Notation' enum.

See Also:
TRCSignatureNotation, TracePackageImpl.getTRCSignatureNotation(), Constant Field Values

TRC_METHOD_PROPERTIES

public static final int TRC_METHOD_PROPERTIES
The meta object id for the 'TRC Method Properties' enum.

See Also:
TRCMethodProperties, TracePackageImpl.getTRCMethodProperties(), Constant Field Values

TRCGC_ROOT_TYPE

public static final int TRCGC_ROOT_TYPE
The meta object id for the 'TRCGC Root Type' enum.

See Also:
TRCGCRootType, TracePackageImpl.getTRCGCRootType(), Constant Field Values

TRC_OBJECT_VALUE_KIND

public static final int TRC_OBJECT_VALUE_KIND
The meta object id for the 'TRC Object Value Kind' enum.

See Also:
TRCObjectValueKind, TracePackageImpl.getTRCObjectValueKind(), Constant Field Values

TRC_OBJECT_VALUE_POSITION

public static final int TRC_OBJECT_VALUE_POSITION
The meta object id for the 'TRC Object Value Position' enum.

See Also:
TRCObjectValuePosition, TracePackageImpl.getTRCObjectValuePosition(), Constant Field Values

EOBJECT_ID

public static final int EOBJECT_ID
The meta object id for the 'EObject ID' data type.

See Also:
TracePackageImpl.getEObjectID(), Constant Field Values

EMETHOD_ID

public static final int EMETHOD_ID
The meta object id for the 'EMethod ID' data type.

See Also:
TracePackageImpl.getEMethodID(), Constant Field Values

ECLASS_ID

public static final int ECLASS_ID
The meta object id for the 'EClass ID' data type.

See Also:
TracePackageImpl.getEClassID(), Constant Field Values

LL_UNIT_DATA

public static final int LL_UNIT_DATA
The meta object id for the 'LL Unit Data' data type.

See Also:
LLUnitData, TracePackageImpl.getLLUnitData(), Constant Field Values
Method Detail

getTRCObject

public org.eclipse.emf.ecore.EClass getTRCObject()
Returns the meta object for class 'TRC Object'.

Returns:
the meta object for class 'TRC Object'.
See Also:
TRCObject

getTRCObject_Id

public org.eclipse.emf.ecore.EAttribute getTRCObject_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
TRCObject.getId(), getTRCObject()

getTRCObject_Size

public org.eclipse.emf.ecore.EAttribute getTRCObject_Size()
Returns the meta object for the attribute 'Size'.

Returns:
the meta object for the attribute 'Size'.
See Also:
TRCObject.getSize(), getTRCObject()

getTRCObject_IsA

public org.eclipse.emf.ecore.EReference getTRCObject_IsA()
Returns the meta object for the reference 'Is A'.

Returns:
the meta object for the reference 'Is A'.
See Also:
TRCObject.getIsA(), getTRCObject()

getTRCObject_Process

public org.eclipse.emf.ecore.EReference getTRCObject_Process()
Returns the meta object for the container reference 'Process'.

Returns:
the meta object for the container reference 'Process'.
See Also:
TRCObject.getProcess(), getTRCObject()

getTRCClass

public org.eclipse.emf.ecore.EClass getTRCClass()
Returns the meta object for class 'TRC Class'.

Returns:
the meta object for class 'TRC Class'.
See Also:
TRCClass

getTRCClass_Id

public org.eclipse.emf.ecore.EAttribute getTRCClass_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
TRCClass.getId(), getTRCClass()

getTRCClass_Name

public org.eclipse.emf.ecore.EAttribute getTRCClass_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
TRCClass.getName(), getTRCClass()

getTRCClass_Size

public org.eclipse.emf.ecore.EAttribute getTRCClass_Size()
Returns the meta object for the attribute 'Size'.

Returns:
the meta object for the attribute 'Size'.
See Also:
TRCClass.getSize(), getTRCClass()

getTRCClass_LoadTime

public org.eclipse.emf.ecore.EAttribute getTRCClass_LoadTime()
Returns the meta object for the attribute 'Load Time'.

Returns:
the meta object for the attribute 'Load Time'.
See Also:
TRCClass.getLoadTime(), getTRCClass()

getTRCClass_UnloadTime

public org.eclipse.emf.ecore.EAttribute getTRCClass_UnloadTime()
Returns the meta object for the attribute 'Unload Time'.

Returns:
the meta object for the attribute 'Unload Time'.
See Also:
TRCClass.getUnloadTime(), getTRCClass()

getTRCClass_Interface

public org.eclipse.emf.ecore.EAttribute getTRCClass_Interface()
Returns the meta object for the attribute 'Interface'.

Returns:
the meta object for the attribute 'Interface'.
See Also:
TRCClass.isInterface(), getTRCClass()

getTRCClass_LineNo

public org.eclipse.emf.ecore.EAttribute getTRCClass_LineNo()
Returns the meta object for the attribute 'Line No'.

Returns:
the meta object for the attribute 'Line No'.
See Also:
TRCClass.getLineNo(), getTRCClass()

getTRCClass_LineCount

public org.eclipse.emf.ecore.EAttribute getTRCClass_LineCount()
Returns the meta object for the attribute 'Line Count'.

Returns:
the meta object for the attribute 'Line Count'.
See Also:
TRCClass.getLineCount(), getTRCClass()

getTRCClass_BaseTime

public org.eclipse.emf.ecore.EAttribute getTRCClass_BaseTime()
Returns the meta object for the attribute 'Base Time'.

Returns:
the meta object for the attribute 'Base Time'.
See Also:
TRCClass.getBaseTime(), getTRCClass()

getTRCClass_CumulativeTime

public org.eclipse.emf.ecore.EAttribute getTRCClass_CumulativeTime()
Returns the meta object for the attribute 'Cumulative Time'.

Returns:
the meta object for the attribute 'Cumulative Time'.
See Also:
TRCClass.getCumulativeTime(), getTRCClass()

getTRCClass_Calls

public org.eclipse.emf.ecore.EAttribute getTRCClass_Calls()
Returns the meta object for the attribute 'Calls'.

Returns:
the meta object for the attribute 'Calls'.
See Also:
TRCClass.getCalls(), getTRCClass()

getTRCClass_InheritedCalls

public org.eclipse.emf.ecore.EAttribute getTRCClass_InheritedCalls()
Returns the meta object for the attribute 'Inherited Calls'.

Returns:
the meta object for the attribute 'Inherited Calls'.
See Also:
TRCClass.getInheritedCalls(), getTRCClass()

getTRCClass_InheritedBaseTime

public org.eclipse.emf.ecore.EAttribute getTRCClass_InheritedBaseTime()
Returns the meta object for the attribute 'Inherited Base Time'.

Returns:
the meta object for the attribute 'Inherited Base Time'.
See Also:
TRCClass.getInheritedBaseTime(), getTRCClass()

getTRCClass_InheritedCumulativeTime

public org.eclipse.emf.ecore.EAttribute getTRCClass_InheritedCumulativeTime()
Returns the meta object for the attribute 'Inherited Cumulative Time'.

Returns:
the meta object for the attribute 'Inherited Cumulative Time'.
See Also:
TRCClass.getInheritedCumulativeTime(), getTRCClass()

getTRCClass_TotalSize

public org.eclipse.emf.ecore.EAttribute getTRCClass_TotalSize()
Returns the meta object for the attribute 'Total Size'.

Returns:
the meta object for the attribute 'Total Size'.
See Also:
TRCClass.getTotalSize(), getTRCClass()

getTRCClass_TotalInstances

public org.eclipse.emf.ecore.EAttribute getTRCClass_TotalInstances()
Returns the meta object for the attribute 'Total Instances'.

Returns:
the meta object for the attribute 'Total Instances'.
See Also:
TRCClass.getTotalInstances(), getTRCClass()

getTRCClass_CollectedSize

public org.eclipse.emf.ecore.EAttribute getTRCClass_CollectedSize()
Returns the meta object for the attribute 'Collected Size'.

Returns:
the meta object for the attribute 'Collected Size'.
See Also:
TRCClass.getCollectedSize(), getTRCClass()

getTRCClass_CollectedInstances

public org.eclipse.emf.ecore.EAttribute getTRCClass_CollectedInstances()
Returns the meta object for the attribute 'Collected Instances'.

Returns:
the meta object for the attribute 'Collected Instances'.
See Also:
TRCClass.getCollectedInstances(), getTRCClass()

getTRCClass_TotalCpuTime

public org.eclipse.emf.ecore.EAttribute getTRCClass_TotalCpuTime()
Returns the meta object for the attribute 'Total Cpu Time'.

Returns:
the meta object for the attribute 'Total Cpu Time'.
See Also:
TRCClass.getTotalCpuTime(), getTRCClass()

getTRCClass_Objects

public org.eclipse.emf.ecore.EReference getTRCClass_Objects()
Returns the meta object for the reference list 'Objects'.

Returns:
the meta object for the reference list 'Objects'.
See Also:
TRCClass.getObjects(), getTRCClass()

getTRCClass_LoadedBy

public org.eclipse.emf.ecore.EReference getTRCClass_LoadedBy()
Returns the meta object for the reference 'Loaded By'.

Returns:
the meta object for the reference 'Loaded By'.
See Also:
TRCClass.getLoadedBy(), getTRCClass()

getTRCClass_Methods

public org.eclipse.emf.ecore.EReference getTRCClass_Methods()
Returns the meta object for the containment reference list 'Methods'.

Returns:
the meta object for the containment reference list 'Methods'.
See Also:
TRCClass.getMethods(), getTRCClass()

getTRCClass_ClassObjects

public org.eclipse.emf.ecore.EReference getTRCClass_ClassObjects()
Returns the meta object for the reference list 'Class Objects'.

Returns:
the meta object for the reference list 'Class Objects'.
See Also:
TRCClass.getClassObjects(), getTRCClass()

getTRCClass_Package

public org.eclipse.emf.ecore.EReference getTRCClass_Package()
Returns the meta object for the container reference 'Package'.

Returns:
the meta object for the container reference 'Package'.
See Also:
TRCClass.getPackage(), getTRCClass()

getTRCClass_ClassLoader

public org.eclipse.emf.ecore.EReference getTRCClass_ClassLoader()
Returns the meta object for the reference 'Class Loader'.

Returns:
the meta object for the reference 'Class Loader'.
See Also:
TRCClass.getClassLoader(), getTRCClass()

getTRCClass_EnclosedBy

public org.eclipse.emf.ecore.EReference getTRCClass_EnclosedBy()
Returns the meta object for the reference 'Enclosed By'.

Returns:
the meta object for the reference 'Enclosed By'.
See Also:
TRCClass.getEnclosedBy(), getTRCClass()

getTRCClass_Extends

public org.eclipse.emf.ecore.EReference getTRCClass_Extends()
Returns the meta object for the reference list 'Extends'.

Returns:
the meta object for the reference list 'Extends'.
See Also:
TRCClass.getExtends(), getTRCClass()

getTRCClass_Implements

public org.eclipse.emf.ecore.EReference getTRCClass_Implements()
Returns the meta object for the reference list 'Implements'.

Returns:
the meta object for the reference list 'Implements'.
See Also:
TRCClass.getImplements(), getTRCClass()

getTRCClass_Locks

public org.eclipse.emf.ecore.EReference getTRCClass_Locks()
Returns the meta object for the reference list 'Locks'.

Returns:
the meta object for the reference list 'Locks'.
See Also:
TRCClass.getLocks(), getTRCClass()

getTRCMethodInvocation

public org.eclipse.emf.ecore.EClass getTRCMethodInvocation()
Returns the meta object for class 'TRC Method Invocation'.

Returns:
the meta object for class 'TRC Method Invocation'.
See Also:
TRCMethodInvocation

getTRCMethodInvocation_OwningObject

public org.eclipse.emf.ecore.EReference getTRCMethodInvocation_OwningObject()
Returns the meta object for the reference 'Owning Object'.

Returns:
the meta object for the reference 'Owning Object'.
See Also:
TRCMethodInvocation.getOwningObject(), getTRCMethodInvocation()

getTRCMethodInvocation_Method

public org.eclipse.emf.ecore.EReference getTRCMethodInvocation_Method()
Returns the meta object for the reference 'Method'.

Returns:
the meta object for the reference 'Method'.
See Also:
TRCMethodInvocation.getMethod(), getTRCMethodInvocation()

getTRCMethodInvocation_InvokedBy

public org.eclipse.emf.ecore.EReference getTRCMethodInvocation_InvokedBy()
Returns the meta object for the reference 'Invoked By'.

Returns:
the meta object for the reference 'Invoked By'.
See Also:
TRCMethodInvocation.getInvokedBy(), getTRCMethodInvocation()

getTRCMethodInvocation_Invokes

public org.eclipse.emf.ecore.EReference getTRCMethodInvocation_Invokes()
Returns the meta object for the reference list 'Invokes'.

Returns:
the meta object for the reference list 'Invokes'.
See Also:
TRCMethodInvocation.getInvokes(), getTRCMethodInvocation()

getTRCMethodInvocation_Thread

public org.eclipse.emf.ecore.EReference getTRCMethodInvocation_Thread()
Returns the meta object for the reference 'Thread'.

Returns:
the meta object for the reference 'Thread'.
See Also:
TRCMethodInvocation.getThread(), getTRCMethodInvocation()

getTRCMethodInvocation_Process

public org.eclipse.emf.ecore.EReference getTRCMethodInvocation_Process()
Returns the meta object for the container reference 'Process'.

Returns:
the meta object for the container reference 'Process'.
See Also:
TRCMethodInvocation.getProcess(), getTRCMethodInvocation()

getTRCProcess

public org.eclipse.emf.ecore.EClass getTRCProcess()
Returns the meta object for class 'TRC Process'.

Returns:
the meta object for class 'TRC Process'.
See Also:
TRCProcess

getTRCProcess_Pid

public org.eclipse.emf.ecore.EAttribute getTRCProcess_Pid()
Returns the meta object for the attribute 'Pid'.

Returns:
the meta object for the attribute 'Pid'.
See Also:
TRCProcess.getPid(), getTRCProcess()

getTRCProcess_Name

public org.eclipse.emf.ecore.EAttribute getTRCProcess_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
TRCProcess.getName(), getTRCProcess()

getTRCProcess_Id

public org.eclipse.emf.ecore.EAttribute getTRCProcess_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
TRCProcess.getId(), getTRCProcess()

getTRCProcess_StartTime

public org.eclipse.emf.ecore.EAttribute getTRCProcess_StartTime()
Returns the meta object for the attribute 'Start Time'.

Returns:
the meta object for the attribute 'Start Time'.
See Also:
TRCProcess.getStartTime(), getTRCProcess()

getTRCProcess_StopTime

public org.eclipse.emf.ecore.EAttribute getTRCProcess_StopTime()
Returns the meta object for the attribute 'Stop Time'.

Returns:
the meta object for the attribute 'Stop Time'.
See Also:
TRCProcess.getStopTime(), getTRCProcess()

getTRCProcess_LastEventTime

public org.eclipse.emf.ecore.EAttribute getTRCProcess_LastEventTime()
Returns the meta object for the attribute 'Last Event Time'.

Returns:
the meta object for the attribute 'Last Event Time'.
See Also:
TRCProcess.getLastEventTime(), getTRCProcess()

getTRCProcess_InitFinishedTime

public org.eclipse.emf.ecore.EAttribute getTRCProcess_InitFinishedTime()
Returns the meta object for the attribute 'Init Finished Time'.

Returns:
the meta object for the attribute 'Init Finished Time'.
See Also:
TRCProcess.getInitFinishedTime(), getTRCProcess()

getTRCProcess_BaseTime

public org.eclipse.emf.ecore.EAttribute getTRCProcess_BaseTime()
Returns the meta object for the attribute 'Base Time'.

Returns:
the meta object for the attribute 'Base Time'.
See Also:
TRCProcess.getBaseTime(), getTRCProcess()

getTRCProcess_CumulativeTime

public org.eclipse.emf.ecore.EAttribute getTRCProcess_CumulativeTime()
Returns the meta object for the attribute 'Cumulative Time'.

Returns:
the meta object for the attribute 'Cumulative Time'.
See Also:
TRCProcess.getCumulativeTime(), getTRCProcess()

getTRCProcess_Calls

public org.eclipse.emf.ecore.EAttribute getTRCProcess_Calls()
Returns the meta object for the attribute 'Calls'.

Returns:
the meta object for the attribute 'Calls'.
See Also:
TRCProcess.getCalls(), getTRCProcess()

getTRCProcess_InheritedCalls

public org.eclipse.emf.ecore.EAttribute getTRCProcess_InheritedCalls()
Returns the meta object for the attribute 'Inherited Calls'.

Returns:
the meta object for the attribute 'Inherited Calls'.
See Also:
TRCProcess.getInheritedCalls(), getTRCProcess()

getTRCProcess_InheritedBaseTime

public org.eclipse.emf.ecore.EAttribute getTRCProcess_InheritedBaseTime()
Returns the meta object for the attribute 'Inherited Base Time'.

Returns:
the meta object for the attribute 'Inherited Base Time'.
See Also:
TRCProcess.getInheritedBaseTime(), getTRCProcess()

getTRCProcess_InheritedCumulativeTime

public org.eclipse.emf.ecore.EAttribute getTRCProcess_InheritedCumulativeTime()
Returns the meta object for the attribute 'Inherited Cumulative Time'.

Returns:
the meta object for the attribute 'Inherited Cumulative Time'.
See Also:
TRCProcess.getInheritedCumulativeTime(), getTRCProcess()

getTRCProcess_TotalSize

public org.eclipse.emf.ecore.EAttribute getTRCProcess_TotalSize()
Returns the meta object for the attribute 'Total Size'.

Returns:
the meta object for the attribute 'Total Size'.
See Also:
TRCProcess.getTotalSize(), getTRCProcess()

getTRCProcess_TotalInstances

public org.eclipse.emf.ecore.EAttribute getTRCProcess_TotalInstances()
Returns the meta object for the attribute 'Total Instances'.

Returns:
the meta object for the attribute 'Total Instances'.
See Also:
TRCProcess.getTotalInstances(), getTRCProcess()

getTRCProcess_CollectedSize

public org.eclipse.emf.ecore.EAttribute getTRCProcess_CollectedSize()
Returns the meta object for the attribute 'Collected Size'.

Returns:
the meta object for the attribute 'Collected Size'.
See Also:
TRCProcess.getCollectedSize(), getTRCProcess()

getTRCProcess_CollectedInstances

public org.eclipse.emf.ecore.EAttribute getTRCProcess_CollectedInstances()
Returns the meta object for the attribute 'Collected Instances'.

Returns:
the meta object for the attribute 'Collected Instances'.
See Also:
TRCProcess.getCollectedInstances(), getTRCProcess()

getTRCProcess_ReferencePointerSize

public org.eclipse.emf.ecore.EAttribute getTRCProcess_ReferencePointerSize()
Returns the meta object for the attribute 'Reference Pointer Size'.

Returns:
the meta object for the attribute 'Reference Pointer Size'.
See Also:
TRCProcess.getReferencePointerSize(), getTRCProcess()

getTRCProcess_ThreadStates

public org.eclipse.emf.ecore.EAttribute getTRCProcess_ThreadStates()
Returns the meta object for the attribute list 'Thread States'.

Returns:
the meta object for the attribute list 'Thread States'.
See Also:
TRCProcess.getThreadStates(), getTRCProcess()

getTRCProcess_Precision

public org.eclipse.emf.ecore.EAttribute getTRCProcess_Precision()
Returns the meta object for the attribute 'Precision'.

Returns:
the meta object for the attribute 'Precision'.
See Also:
TRCProcess.getPrecision(), getTRCProcess()

getTRCProcess_Languages

public org.eclipse.emf.ecore.EAttribute getTRCProcess_Languages()
Returns the meta object for the attribute list 'Languages'.

Returns:
the meta object for the attribute list 'Languages'.
See Also:
TRCProcess.getLanguages(), getTRCProcess()

getTRCProcess_TotalCpuTime

public org.eclipse.emf.ecore.EAttribute getTRCProcess_TotalCpuTime()
Returns the meta object for the attribute 'Total Cpu Time'.

Returns:
the meta object for the attribute 'Total Cpu Time'.
See Also:
TRCProcess.getTotalCpuTime(), getTRCProcess()

getTRCProcess_CpuSampleResolution

public org.eclipse.emf.ecore.EAttribute getTRCProcess_CpuSampleResolution()
Returns the meta object for the attribute 'Cpu Sample Resolution'.

Returns:
the meta object for the attribute 'Cpu Sample Resolution'.
See Also:
TRCProcess.getCpuSampleResolution(), getTRCProcess()

getTRCProcess_Threads

public org.eclipse.emf.ecore.EReference getTRCProcess_Threads()
Returns the meta object for the containment reference list 'Threads'.

Returns:
the meta object for the containment reference list 'Threads'.
See Also:
TRCProcess.getThreads(), getTRCProcess()

getTRCProcess_Packages

public org.eclipse.emf.ecore.EReference getTRCProcess_Packages()
Returns the meta object for the containment reference list 'Packages'.

Returns:
the meta object for the containment reference list 'Packages'.
See Also:
TRCProcess.getPackages(), getTRCProcess()

getTRCProcess_ClassClass

public org.eclipse.emf.ecore.EReference getTRCProcess_ClassClass()
Returns the meta object for the reference 'Class Class'.

Returns:
the meta object for the reference 'Class Class'.
See Also:
TRCProcess.getClassClass(), getTRCProcess()

getTRCProcess_CollectionBoundaryPoints

public org.eclipse.emf.ecore.EReference getTRCProcess_CollectionBoundaryPoints()
Returns the meta object for the containment reference list 'Collection Boundary Points'.

Returns:
the meta object for the containment reference list 'Collection Boundary Points'.
See Also:
TRCProcess.getCollectionBoundaryPoints(), getTRCProcess()

getTRCProcess_ClassLoaders

public org.eclipse.emf.ecore.EReference getTRCProcess_ClassLoaders()
Returns the meta object for the containment reference list 'Class Loaders'.

Returns:
the meta object for the containment reference list 'Class Loaders'.
See Also:
TRCProcess.getClassLoaders(), getTRCProcess()

getTRCProcess_SourceInfos

public org.eclipse.emf.ecore.EReference getTRCProcess_SourceInfos()
Returns the meta object for the containment reference list 'Source Infos'.

Returns:
the meta object for the containment reference list 'Source Infos'.
See Also:
TRCProcess.getSourceInfos(), getTRCProcess()

getTRCProcess_Objects

public org.eclipse.emf.ecore.EReference getTRCProcess_Objects()
Returns the meta object for the containment reference list 'Objects'.

Returns:
the meta object for the containment reference list 'Objects'.
See Also:
TRCProcess.getObjects(), getTRCProcess()

getTRCProcess_HeapDumps

public org.eclipse.emf.ecore.EReference getTRCProcess_HeapDumps()
Returns the meta object for the containment reference list 'Heap Dumps'.

Returns:
the meta object for the containment reference list 'Heap Dumps'.
See Also:
TRCProcess.getHeapDumps(), getTRCProcess()

getTRCProcess_Invocations

public org.eclipse.emf.ecore.EReference getTRCProcess_Invocations()
Returns the meta object for the containment reference list 'Invocations'.

Returns:
the meta object for the containment reference list 'Invocations'.
See Also:
TRCProcess.getInvocations(), getTRCProcess()

getTRCProcess_InputOutputContainer

public org.eclipse.emf.ecore.EReference getTRCProcess_InputOutputContainer()
Returns the meta object for the reference 'Input Output Container'.

Returns:
the meta object for the reference 'Input Output Container'.
See Also:
TRCProcess.getInputOutputContainer(), getTRCProcess()

getTRCProcess_MethodLockAccessEntries

public org.eclipse.emf.ecore.EReference getTRCProcess_MethodLockAccessEntries()
Returns the meta object for the map 'Method Lock Access Entries'.

Returns:
the meta object for the map 'Method Lock Access Entries'.
See Also:
TRCProcess.getMethodLockAccessEntries(), getTRCProcess()

getTRCProcess_AllocationSitesEntries

public org.eclipse.emf.ecore.EReference getTRCProcess_AllocationSitesEntries()
Returns the meta object for the map 'Allocation Sites Entries'.

Returns:
the meta object for the map 'Allocation Sites Entries'.
See Also:
TRCProcess.getAllocationSitesEntries(), getTRCProcess()

getTRCProcess_Annotations

public org.eclipse.emf.ecore.EReference getTRCProcess_Annotations()
Returns the meta object for the containment reference list 'Annotations'.

Returns:
the meta object for the containment reference list 'Annotations'.
See Also:
TRCProcess.getAnnotations(), getTRCProcess()

getTRCThread

public org.eclipse.emf.ecore.EClass getTRCThread()
Returns the meta object for class 'TRC Thread'.

Returns:
the meta object for class 'TRC Thread'.
See Also:
TRCThread

getTRCThread_Id

public org.eclipse.emf.ecore.EAttribute getTRCThread_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
TRCThread.getId(), getTRCThread()

getTRCThread_Name

public org.eclipse.emf.ecore.EAttribute getTRCThread_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
TRCThread.getName(), getTRCThread()

getTRCThread_GroupName

public org.eclipse.emf.ecore.EAttribute getTRCThread_GroupName()
Returns the meta object for the attribute 'Group Name'.

Returns:
the meta object for the attribute 'Group Name'.
See Also:
TRCThread.getGroupName(), getTRCThread()

getTRCThread_StartTime

public org.eclipse.emf.ecore.EAttribute getTRCThread_StartTime()
Returns the meta object for the attribute 'Start Time'.

Returns:
the meta object for the attribute 'Start Time'.
See Also:
TRCThread.getStartTime(), getTRCThread()

getTRCThread_StopTime

public org.eclipse.emf.ecore.EAttribute getTRCThread_StopTime()
Returns the meta object for the attribute 'Stop Time'.

Returns:
the meta object for the attribute 'Stop Time'.
See Also:
TRCThread.getStopTime(), getTRCThread()

getTRCThread_MaxStackDepth

public org.eclipse.emf.ecore.EAttribute getTRCThread_MaxStackDepth()
Returns the meta object for the attribute 'Max Stack Depth'.

Returns:
the meta object for the attribute 'Max Stack Depth'.
See Also:
TRCThread.getMaxStackDepth(), getTRCThread()

getTRCThread_TotalCpuTime

public org.eclipse.emf.ecore.EAttribute getTRCThread_TotalCpuTime()
Returns the meta object for the attribute 'Total Cpu Time'.

Returns:
the meta object for the attribute 'Total Cpu Time'.
See Also:
TRCThread.getTotalCpuTime(), getTRCThread()

getTRCThread_Process

public org.eclipse.emf.ecore.EReference getTRCThread_Process()
Returns the meta object for the container reference 'Process'.

Returns:
the meta object for the container reference 'Process'.
See Also:
TRCThread.getProcess(), getTRCThread()

getTRCThread_ThreadObject

public org.eclipse.emf.ecore.EReference getTRCThread_ThreadObject()
Returns the meta object for the reference 'Thread Object'.

Returns:
the meta object for the reference 'Thread Object'.
See Also:
TRCThread.getThreadObject(), getTRCThread()

getTRCThread_ThreadEvents

public org.eclipse.emf.ecore.EReference getTRCThread_ThreadEvents()
Returns the meta object for the containment reference list 'Thread Events'.

Returns:
the meta object for the containment reference list 'Thread Events'.
See Also:
TRCThread.getThreadEvents(), getTRCThread()

getTRCThread_InitialInvocations

public org.eclipse.emf.ecore.EReference getTRCThread_InitialInvocations()
Returns the meta object for the reference list 'Initial Invocations'.

Returns:
the meta object for the reference list 'Initial Invocations'.
See Also:
TRCThread.getInitialInvocations(), getTRCThread()

getTRCMethod

public org.eclipse.emf.ecore.EClass getTRCMethod()
Returns the meta object for class 'TRC Method'.

Returns:
the meta object for class 'TRC Method'.
See Also:
TRCMethod

getTRCMethod_Id

public org.eclipse.emf.ecore.EAttribute getTRCMethod_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
TRCMethod.getId(), getTRCMethod()

getTRCMethod_Name

public org.eclipse.emf.ecore.EAttribute getTRCMethod_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
TRCMethod.getName(), getTRCMethod()

getTRCMethod_Signature

public org.eclipse.emf.ecore.EAttribute getTRCMethod_Signature()
Returns the meta object for the attribute 'Signature'.

Returns:
the meta object for the attribute 'Signature'.
See Also:
TRCMethod.getSignature(), getTRCMethod()

getTRCMethod_Modifier

public org.eclipse.emf.ecore.EAttribute getTRCMethod_Modifier()
Returns the meta object for the attribute 'Modifier'.

Returns:
the meta object for the attribute 'Modifier'.
See Also:
TRCMethod.getModifier(), getTRCMethod()

getTRCMethod_Notation

public org.eclipse.emf.ecore.EAttribute getTRCMethod_Notation()
Returns the meta object for the attribute 'Notation'.

Returns:
the meta object for the attribute 'Notation'.
See Also:
TRCMethod.getNotation(), getTRCMethod()

getTRCMethod_LineNo

public org.eclipse.emf.ecore.EAttribute getTRCMethod_LineNo()
Returns the meta object for the attribute 'Line No'.

Returns:
the meta object for the attribute 'Line No'.
See Also:
TRCMethod.getLineNo(), getTRCMethod()

getTRCMethod_LineCount

public org.eclipse.emf.ecore.EAttribute getTRCMethod_LineCount()
Returns the meta object for the attribute 'Line Count'.

Returns:
the meta object for the attribute 'Line Count'.
See Also:
TRCMethod.getLineCount(), getTRCMethod()

getTRCMethod_BaseTime

public org.eclipse.emf.ecore.EAttribute getTRCMethod_BaseTime()
Returns the meta object for the attribute 'Base Time'.

Returns:
the meta object for the attribute 'Base Time'.
See Also:
TRCMethod.getBaseTime(), getTRCMethod()

getTRCMethod_CumulativeTime

public org.eclipse.emf.ecore.EAttribute getTRCMethod_CumulativeTime()
Returns the meta object for the attribute 'Cumulative Time'.

Returns:
the meta object for the attribute 'Cumulative Time'.
See Also:
TRCMethod.getCumulativeTime(), getTRCMethod()

getTRCMethod_Calls

public org.eclipse.emf.ecore.EAttribute getTRCMethod_Calls()
Returns the meta object for the attribute 'Calls'.

Returns:
the meta object for the attribute 'Calls'.
See Also:
TRCMethod.getCalls(), getTRCMethod()

getTRCMethod_TotalCpuTime

public org.eclipse.emf.ecore.EAttribute getTRCMethod_TotalCpuTime()
Returns the meta object for the attribute 'Total Cpu Time'.

Returns:
the meta object for the attribute 'Total Cpu Time'.
See Also:
TRCMethod.getTotalCpuTime(), getTRCMethod()

getTRCMethod_DefiningClass

public org.eclipse.emf.ecore.EReference getTRCMethod_DefiningClass()
Returns the meta object for the container reference 'Defining Class'.

Returns:
the meta object for the container reference 'Defining Class'.
See Also:
TRCMethod.getDefiningClass(), getTRCMethod()

getTRCMethod_Invocations

public org.eclipse.emf.ecore.EReference getTRCMethod_Invocations()
Returns the meta object for the reference list 'Invocations'.

Returns:
the meta object for the reference list 'Invocations'.
See Also:
TRCMethod.getInvocations(), getTRCMethod()

getTRCPackage

public org.eclipse.emf.ecore.EClass getTRCPackage()
Returns the meta object for class 'TRC Package'.

Returns:
the meta object for class 'TRC Package'.
See Also:
TRCPackage

getTRCPackage_Name

public org.eclipse.emf.ecore.EAttribute getTRCPackage_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
TRCPackage.getName(), getTRCPackage()

getTRCPackage_BaseTime

public org.eclipse.emf.ecore.EAttribute getTRCPackage_BaseTime()
Returns the meta object for the attribute 'Base Time'.

Returns:
the meta object for the attribute 'Base Time'.
See Also:
TRCPackage.getBaseTime(), getTRCPackage()

getTRCPackage_CumulativeTime

public org.eclipse.emf.ecore.EAttribute getTRCPackage_CumulativeTime()
Returns the meta object for the attribute 'Cumulative Time'.

Returns:
the meta object for the attribute 'Cumulative Time'.
See Also:
TRCPackage.getCumulativeTime(), getTRCPackage()

getTRCPackage_Calls

public org.eclipse.emf.ecore.EAttribute getTRCPackage_Calls()
Returns the meta object for the attribute 'Calls'.

Returns:
the meta object for the attribute 'Calls'.
See Also:
TRCPackage.getCalls(), getTRCPackage()

getTRCPackage_InheritedCalls

public org.eclipse.emf.ecore.EAttribute getTRCPackage_InheritedCalls()
Returns the meta object for the attribute 'Inherited Calls'.

Returns:
the meta object for the attribute 'Inherited Calls'.
See Also:
TRCPackage.getInheritedCalls(), getTRCPackage()

getTRCPackage_InheritedBaseTime

public org.eclipse.emf.ecore.EAttribute getTRCPackage_InheritedBaseTime()
Returns the meta object for the attribute 'Inherited Base Time'.

Returns:
the meta object for the attribute 'Inherited Base Time'.
See Also:
TRCPackage.getInheritedBaseTime(), getTRCPackage()

getTRCPackage_InheritedCumulativeTime

public org.eclipse.emf.ecore.EAttribute getTRCPackage_InheritedCumulativeTime()
Returns the meta object for the attribute 'Inherited Cumulative Time'.

Returns:
the meta object for the attribute 'Inherited Cumulative Time'.
See Also:
TRCPackage.getInheritedCumulativeTime(), getTRCPackage()

getTRCPackage_TotalSize

public org.eclipse.emf.ecore.EAttribute getTRCPackage_TotalSize()
Returns the meta object for the attribute 'Total Size'.

Returns:
the meta object for the attribute 'Total Size'.
See Also:
TRCPackage.getTotalSize(), getTRCPackage()

getTRCPackage_TotalInstances

public org.eclipse.emf.ecore.EAttribute getTRCPackage_TotalInstances()
Returns the meta object for the attribute 'Total Instances'.

Returns:
the meta object for the attribute 'Total Instances'.
See Also:
TRCPackage.getTotalInstances(), getTRCPackage()

getTRCPackage_CollectedSize

public org.eclipse.emf.ecore.EAttribute getTRCPackage_CollectedSize()
Returns the meta object for the attribute 'Collected Size'.

Returns:
the meta object for the attribute 'Collected Size'.
See Also:
TRCPackage.getCollectedSize(), getTRCPackage()

getTRCPackage_CollectedInstances

public org.eclipse.emf.ecore.EAttribute getTRCPackage_CollectedInstances()
Returns the meta object for the attribute 'Collected Instances'.

Returns:
the meta object for the attribute 'Collected Instances'.
See Also:
TRCPackage.getCollectedInstances(), getTRCPackage()

getTRCPackage_TotalCpuTime

public org.eclipse.emf.ecore.EAttribute getTRCPackage_TotalCpuTime()
Returns the meta object for the attribute 'Total Cpu Time'.

Returns:
the meta object for the attribute 'Total Cpu Time'.
See Also:
TRCPackage.getTotalCpuTime(), getTRCPackage()

getTRCPackage_Process

public org.eclipse.emf.ecore.EReference getTRCPackage_Process()
Returns the meta object for the container reference 'Process'.

Returns:
the meta object for the container reference 'Process'.
See Also:
TRCPackage.getProcess(), getTRCPackage()

getTRCPackage_Classes

public org.eclipse.emf.ecore.EReference getTRCPackage_Classes()
Returns the meta object for the containment reference list 'Classes'.

Returns:
the meta object for the containment reference list 'Classes'.
See Also:
TRCPackage.getClasses(), getTRCPackage()

getTRCPackage_SubPackages

public org.eclipse.emf.ecore.EReference getTRCPackage_SubPackages()
Returns the meta object for the reference list 'Sub Packages'.

Returns:
the meta object for the reference list 'Sub Packages'.
See Also:
TRCPackage.getSubPackages(), getTRCPackage()

getTRCPackage_Parent

public org.eclipse.emf.ecore.EReference getTRCPackage_Parent()
Returns the meta object for the reference 'Parent'.

Returns:
the meta object for the reference 'Parent'.
See Also:
TRCPackage.getParent(), getTRCPackage()

getTRCCollectionBoundary

public org.eclipse.emf.ecore.EClass getTRCCollectionBoundary()
Returns the meta object for class 'TRC Collection Boundary'.

Returns:
the meta object for class 'TRC Collection Boundary'.
See Also:
TRCCollectionBoundary

getTRCCollectionBoundary_LastInvocation

public org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastInvocation()
Returns the meta object for the reference 'Last Invocation'.

Returns:
the meta object for the reference 'Last Invocation'.
See Also:
TRCCollectionBoundary.getLastInvocation(), getTRCCollectionBoundary()

getTRCCollectionBoundary_Process

public org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_Process()
Returns the meta object for the container reference 'Process'.

Returns:
the meta object for the container reference 'Process'.
See Also:
TRCCollectionBoundary.getProcess(), getTRCCollectionBoundary()

getTRCCollectionBoundary_LastClass

public org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastClass()
Returns the meta object for the reference 'Last Class'.

Returns:
the meta object for the reference 'Last Class'.
See Also:
TRCCollectionBoundary.getLastClass(), getTRCCollectionBoundary()

getTRCCollectionBoundary_LastThread

public org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastThread()
Returns the meta object for the reference 'Last Thread'.

Returns:
the meta object for the reference 'Last Thread'.
See Also:
TRCCollectionBoundary.getLastThread(), getTRCCollectionBoundary()

getTRCCollectionBoundary_LastObject

public org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastObject()
Returns the meta object for the reference 'Last Object'.

Returns:
the meta object for the reference 'Last Object'.
See Also:
TRCCollectionBoundary.getLastObject(), getTRCCollectionBoundary()

getTRCCollectionBoundary_LastPackage

public org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastPackage()
Returns the meta object for the reference 'Last Package'.

Returns:
the meta object for the reference 'Last Package'.
See Also:
TRCCollectionBoundary.getLastPackage(), getTRCCollectionBoundary()

getTRCCollectionBoundary_LastMethod

public org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_LastMethod()
Returns the meta object for the reference 'Last Method'.

Returns:
the meta object for the reference 'Last Method'.
See Also:
TRCCollectionBoundary.getLastMethod(), getTRCCollectionBoundary()

getTRCCollectionBoundary_HeapDump

public org.eclipse.emf.ecore.EReference getTRCCollectionBoundary_HeapDump()
Returns the meta object for the reference 'Heap Dump'.

Returns:
the meta object for the reference 'Heap Dump'.
See Also:
TRCCollectionBoundary.getHeapDump(), getTRCCollectionBoundary()

getTRCClassLoader

public org.eclipse.emf.ecore.EClass getTRCClassLoader()
Returns the meta object for class 'TRC Class Loader'.

Returns:
the meta object for class 'TRC Class Loader'.
See Also:
TRCClassLoader

getTRCClassLoader_Process

public org.eclipse.emf.ecore.EReference getTRCClassLoader_Process()
Returns the meta object for the container reference 'Process'.

Returns:
the meta object for the container reference 'Process'.
See Also:
TRCClassLoader.getProcess(), getTRCClassLoader()

getTRCClassLoader_ClassLoaderInstance

public org.eclipse.emf.ecore.EReference getTRCClassLoader_ClassLoaderInstance()
Returns the meta object for the reference 'Class Loader Instance'.

Returns:
the meta object for the reference 'Class Loader Instance'.
See Also:
TRCClassLoader.getClassLoaderInstance(), getTRCClassLoader()

getTRCSourceInfo

public org.eclipse.emf.ecore.EClass getTRCSourceInfo()
Returns the meta object for class 'TRC Source Info'.

Returns:
the meta object for class 'TRC Source Info'.
See Also:
TRCSourceInfo

getTRCSourceInfo_Location

public org.eclipse.emf.ecore.EAttribute getTRCSourceInfo_Location()
Returns the meta object for the attribute 'Location'.

Returns:
the meta object for the attribute 'Location'.
See Also:
TRCSourceInfo.getLocation(), getTRCSourceInfo()

getTRCSourceInfo_Language

public org.eclipse.emf.ecore.EAttribute getTRCSourceInfo_Language()
Returns the meta object for the attribute 'Language'.

Returns:
the meta object for the attribute 'Language'.
See Also:
TRCSourceInfo.getLanguage(), getTRCSourceInfo()

getTRCHeapObject

public org.eclipse.emf.ecore.EClass getTRCHeapObject()
Returns the meta object for class 'TRC Heap Object'.

Returns:
the meta object for class 'TRC Heap Object'.
See Also:
TRCHeapObject

getTRCHeapObject_RefOwner

public org.eclipse.emf.ecore.EReference getTRCHeapObject_RefOwner()
Returns the meta object for the reference list 'Ref Owner'.

Returns:
the meta object for the reference list 'Ref Owner'.
See Also:
TRCHeapObject.getRefOwner(), getTRCHeapObject()

getTRCHeapObject_RefTarget

public org.eclipse.emf.ecore.EReference getTRCHeapObject_RefTarget()
Returns the meta object for the reference list 'Ref Target'.

Returns:
the meta object for the reference list 'Ref Target'.
See Also:
TRCHeapObject.getRefTarget(), getTRCHeapObject()

getTRCFullTraceObject

public org.eclipse.emf.ecore.EClass getTRCFullTraceObject()
Returns the meta object for class 'TRC Full Trace Object'.

Returns:
the meta object for class 'TRC Full Trace Object'.
See Also:
TRCFullTraceObject

getTRCFullTraceObject_CreateTime

public org.eclipse.emf.ecore.EAttribute getTRCFullTraceObject_CreateTime()
Returns the meta object for the attribute 'Create Time'.

Returns:
the meta object for the attribute 'Create Time'.
See Also:
TRCFullTraceObject.getCreateTime(), getTRCFullTraceObject()

getTRCFullTraceObject_CollectTime

public org.eclipse.emf.ecore.EAttribute getTRCFullTraceObject_CollectTime()
Returns the meta object for the attribute 'Collect Time'.

Returns:
the meta object for the attribute 'Collect Time'.
See Also:
TRCFullTraceObject.getCollectTime(), getTRCFullTraceObject()

getTRCFullTraceObject_BaseTime

public org.eclipse.emf.ecore.EAttribute getTRCFullTraceObject_BaseTime()
Returns the meta object for the attribute 'Base Time'.

Returns:
the meta object for the attribute 'Base Time'.
See Also:
TRCFullTraceObject.getBaseTime(), getTRCFullTraceObject()

getTRCFullTraceObject_CumulativeTime

public org.eclipse.emf.ecore.EAttribute getTRCFullTraceObject_CumulativeTime()
Returns the meta object for the attribute 'Cumulative Time'.

Returns:
the meta object for the attribute 'Cumulative Time'.
See Also:
TRCFullTraceObject.getCumulativeTime(), getTRCFullTraceObject()

getTRCFullTraceObject_Calls

public org.eclipse.emf.ecore.EAttribute getTRCFullTraceObject_Calls()
Returns the meta object for the attribute 'Calls'.

Returns:
the meta object for the attribute 'Calls'.
See Also:
TRCFullTraceObject.getCalls(), getTRCFullTraceObject()

getTRCTraceObject

public org.eclipse.emf.ecore.EClass getTRCTraceObject()
Returns the meta object for class 'TRC Trace Object'.

Returns:
the meta object for class 'TRC Trace Object'.
See Also:
TRCTraceObject

getTRCTraceObject_Invocations

public org.eclipse.emf.ecore.EReference getTRCTraceObject_Invocations()
Returns the meta object for the reference list 'Invocations'.

Returns:
the meta object for the reference list 'Invocations'.
See Also:
TRCTraceObject.getInvocations(), getTRCTraceObject()

getTRCTraceObject_Thread

public org.eclipse.emf.ecore.EReference getTRCTraceObject_Thread()
Returns the meta object for the reference 'Thread'.

Returns:
the meta object for the reference 'Thread'.
See Also:
TRCTraceObject.getThread(), getTRCTraceObject()

getTRCFullHeapObject

public org.eclipse.emf.ecore.EClass getTRCFullHeapObject()
Returns the meta object for class 'TRC Full Heap Object'.

Returns:
the meta object for class 'TRC Full Heap Object'.
See Also:
TRCFullHeapObject

getTRCFullHeapObject_HeapDumpFirstSeen

public org.eclipse.emf.ecore.EAttribute getTRCFullHeapObject_HeapDumpFirstSeen()
Returns the meta object for the attribute 'Heap Dump First Seen'.

Returns:
the meta object for the attribute 'Heap Dump First Seen'.
See Also:
TRCFullHeapObject.getHeapDumpFirstSeen(), getTRCFullHeapObject()

getTRCObjectReference

public org.eclipse.emf.ecore.EClass getTRCObjectReference()
Returns the meta object for class 'TRC Object Reference'.

Returns:
the meta object for class 'TRC Object Reference'.
See Also:
TRCObjectReference

getTRCObjectReference_HeapDump

public org.eclipse.emf.ecore.EReference getTRCObjectReference_HeapDump()
Returns the meta object for the container reference 'Heap Dump'.

Returns:
the meta object for the container reference 'Heap Dump'.
See Also:
TRCObjectReference.getHeapDump(), getTRCObjectReference()

getTRCObjectReference_Owner

public org.eclipse.emf.ecore.EReference getTRCObjectReference_Owner()
Returns the meta object for the reference 'Owner'.

Returns:
the meta object for the reference 'Owner'.
See Also:
TRCObjectReference.getOwner(), getTRCObjectReference()

getTRCObjectReference_Target

public org.eclipse.emf.ecore.EReference getTRCObjectReference_Target()
Returns the meta object for the reference 'Target'.

Returns:
the meta object for the reference 'Target'.
See Also:
TRCObjectReference.getTarget(), getTRCObjectReference()

getTRCHeapDump

public org.eclipse.emf.ecore.EClass getTRCHeapDump()
Returns the meta object for class 'TRC Heap Dump'.

Returns:
the meta object for class 'TRC Heap Dump'.
See Also:
TRCHeapDump

getTRCHeapDump_Id

public org.eclipse.emf.ecore.EAttribute getTRCHeapDump_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
TRCHeapDump.getId(), getTRCHeapDump()

getTRCHeapDump_EntryTime

public org.eclipse.emf.ecore.EAttribute getTRCHeapDump_EntryTime()
Returns the meta object for the attribute 'Entry Time'.

Returns:
the meta object for the attribute 'Entry Time'.
See Also:
TRCHeapDump.getEntryTime(), getTRCHeapDump()

getTRCHeapDump_ExitTime

public org.eclipse.emf.ecore.EAttribute getTRCHeapDump_ExitTime()
Returns the meta object for the attribute 'Exit Time'.

Returns:
the meta object for the attribute 'Exit Time'.
See Also:
TRCHeapDump.getExitTime(), getTRCHeapDump()

getTRCHeapDump_Name

public org.eclipse.emf.ecore.EAttribute getTRCHeapDump_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
TRCHeapDump.getName(), getTRCHeapDump()

getTRCHeapDump_References

public org.eclipse.emf.ecore.EReference getTRCHeapDump_References()
Returns the meta object for the containment reference list 'References'.

Returns:
the meta object for the containment reference list 'References'.
See Also:
TRCHeapDump.getReferences(), getTRCHeapDump()

getTRCHeapDump_Process

public org.eclipse.emf.ecore.EReference getTRCHeapDump_Process()
Returns the meta object for the container reference 'Process'.

Returns:
the meta object for the container reference 'Process'.
See Also:
TRCHeapDump.getProcess(), getTRCHeapDump()

getTRCHeapDump_GcRoots

public org.eclipse.emf.ecore.EReference getTRCHeapDump_GcRoots()
Returns the meta object for the containment reference list 'Gc Roots'.

Returns:
the meta object for the containment reference list 'Gc Roots'.
See Also:
TRCHeapDump.getGcRoots(), getTRCHeapDump()

getTRCAggregatedMethodInvocation

public org.eclipse.emf.ecore.EClass getTRCAggregatedMethodInvocation()
Returns the meta object for class 'TRC Aggregated Method Invocation'.

Returns:
the meta object for class 'TRC Aggregated Method Invocation'.
See Also:
TRCAggregatedMethodInvocation

getTRCAggregatedMethodInvocation_Count

public org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_Count()
Returns the meta object for the attribute 'Count'.

Returns:
the meta object for the attribute 'Count'.
See Also:
TRCAggregatedMethodInvocation.getCount(), getTRCAggregatedMethodInvocation()

getTRCAggregatedMethodInvocation_BaseTime

public org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_BaseTime()
Returns the meta object for the attribute 'Base Time'.

Returns:
the meta object for the attribute 'Base Time'.
See Also:
TRCAggregatedMethodInvocation.getBaseTime(), getTRCAggregatedMethodInvocation()

getTRCAggregatedMethodInvocation_CumulativeTime

public org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_CumulativeTime()
Returns the meta object for the attribute 'Cumulative Time'.

Returns:
the meta object for the attribute 'Cumulative Time'.
See Also:
TRCAggregatedMethodInvocation.getCumulativeTime(), getTRCAggregatedMethodInvocation()

getTRCAggregatedMethodInvocation_MinTime

public org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_MinTime()
Returns the meta object for the attribute 'Min Time'.

Returns:
the meta object for the attribute 'Min Time'.
See Also:
TRCAggregatedMethodInvocation.getMinTime(), getTRCAggregatedMethodInvocation()

getTRCAggregatedMethodInvocation_MaxTime

public org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_MaxTime()
Returns the meta object for the attribute 'Max Time'.

Returns:
the meta object for the attribute 'Max Time'.
See Also:
TRCAggregatedMethodInvocation.getMaxTime(), getTRCAggregatedMethodInvocation()

getTRCAggregatedMethodInvocation_CallerLineNo

public org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_CallerLineNo()
Returns the meta object for the attribute 'Caller Line No'.

Returns:
the meta object for the attribute 'Caller Line No'.
See Also:
TRCAggregatedMethodInvocation.getCallerLineNo(), getTRCAggregatedMethodInvocation()

getTRCAggregatedMethodInvocation_TotalCpuTime

public org.eclipse.emf.ecore.EAttribute getTRCAggregatedMethodInvocation_TotalCpuTime()
Returns the meta object for the attribute 'Total Cpu Time'.

Returns:
the meta object for the attribute 'Total Cpu Time'.
See Also:
TRCAggregatedMethodInvocation.getTotalCpuTime(), getTRCAggregatedMethodInvocation()

getTRCFullMethodInvocation

public org.eclipse.emf.ecore.EClass getTRCFullMethodInvocation()
Returns the meta object for class 'TRC Full Method Invocation'.

Returns:
the meta object for class 'TRC Full Method Invocation'.
See Also:
TRCFullMethodInvocation

getTRCFullMethodInvocation_StackDepth

public org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_StackDepth()
Returns the meta object for the attribute 'Stack Depth'.

Returns:
the meta object for the attribute 'Stack Depth'.
See Also:
TRCFullMethodInvocation.getStackDepth(), getTRCFullMethodInvocation()

getTRCFullMethodInvocation_EntryTime

public org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_EntryTime()
Returns the meta object for the attribute 'Entry Time'.

Returns:
the meta object for the attribute 'Entry Time'.
See Also:
TRCFullMethodInvocation.getEntryTime(), getTRCFullMethodInvocation()

getTRCFullMethodInvocation_ExitTime

public org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_ExitTime()
Returns the meta object for the attribute 'Exit Time'.

Returns:
the meta object for the attribute 'Exit Time'.
See Also:
TRCFullMethodInvocation.getExitTime(), getTRCFullMethodInvocation()

getTRCFullMethodInvocation_Ticket

public org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_Ticket()
Returns the meta object for the attribute 'Ticket'.

Returns:
the meta object for the attribute 'Ticket'.
See Also:
TRCFullMethodInvocation.getTicket(), getTRCFullMethodInvocation()

getTRCFullMethodInvocation_Overhead

public org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_Overhead()
Returns the meta object for the attribute 'Overhead'.

Returns:
the meta object for the attribute 'Overhead'.
See Also:
TRCFullMethodInvocation.getOverhead(), getTRCFullMethodInvocation()

getTRCFullMethodInvocation_CallerLineNo

public org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_CallerLineNo()
Returns the meta object for the attribute 'Caller Line No'.

Returns:
the meta object for the attribute 'Caller Line No'.
See Also:
TRCFullMethodInvocation.getCallerLineNo(), getTRCFullMethodInvocation()

getTRCFullMethodInvocation_CpuTime

public org.eclipse.emf.ecore.EAttribute getTRCFullMethodInvocation_CpuTime()
Returns the meta object for the attribute 'Cpu Time'.

Returns:
the meta object for the attribute 'Cpu Time'.
See Also:
TRCFullMethodInvocation.getCpuTime(), getTRCFullMethodInvocation()

getTRCHeapRoot

public org.eclipse.emf.ecore.EClass getTRCHeapRoot()
Returns the meta object for class 'TRC Heap Root'.

Returns:
the meta object for class 'TRC Heap Root'.
See Also:
TRCHeapRoot

getTRCHeapRoot_Type

public org.eclipse.emf.ecore.EAttribute getTRCHeapRoot_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
TRCHeapRoot.getType(), getTRCHeapRoot()

getTRCHeapRoot_Frame

public org.eclipse.emf.ecore.EAttribute getTRCHeapRoot_Frame()
Returns the meta object for the attribute 'Frame'.

Returns:
the meta object for the attribute 'Frame'.
See Also:
TRCHeapRoot.getFrame(), getTRCHeapRoot()

getTRCHeapRoot_HeapDump

public org.eclipse.emf.ecore.EReference getTRCHeapRoot_HeapDump()
Returns the meta object for the container reference 'Heap Dump'.

Returns:
the meta object for the container reference 'Heap Dump'.
See Also:
TRCHeapRoot.getHeapDump(), getTRCHeapRoot()

getTRCHeapRoot_Thread

public org.eclipse.emf.ecore.EReference getTRCHeapRoot_Thread()
Returns the meta object for the reference 'Thread'.

Returns:
the meta object for the reference 'Thread'.
See Also:
TRCHeapRoot.getThread(), getTRCHeapRoot()

getTRCHeapRoot_Object

public org.eclipse.emf.ecore.EReference getTRCHeapRoot_Object()
Returns the meta object for the reference 'Object'.

Returns:
the meta object for the reference 'Object'.
See Also:
TRCHeapRoot.getObject(), getTRCHeapRoot()

getTRCArrayClass

public org.eclipse.emf.ecore.EClass getTRCArrayClass()
Returns the meta object for class 'TRC Array Class'.

Returns:
the meta object for class 'TRC Array Class'.
See Also:
TRCArrayClass

getTRCArrayClass_ArrayType

public org.eclipse.emf.ecore.EAttribute getTRCArrayClass_ArrayType()
Returns the meta object for the attribute 'Array Type'.

Returns:
the meta object for the attribute 'Array Type'.
See Also:
TRCArrayClass.getArrayType(), getTRCArrayClass()

getTRCArrayClass_ElementType

public org.eclipse.emf.ecore.EReference getTRCArrayClass_ElementType()
Returns the meta object for the reference 'Element Type'.

Returns:
the meta object for the reference 'Element Type'.
See Also:
TRCArrayClass.getElementType(), getTRCArrayClass()

getTRCAggregatedObjectReference

public org.eclipse.emf.ecore.EClass getTRCAggregatedObjectReference()
Returns the meta object for class 'TRC Aggregated Object Reference'.

Returns:
the meta object for class 'TRC Aggregated Object Reference'.
See Also:
TRCAggregatedObjectReference

getTRCAggregatedObjectReference_OwnerSize

public org.eclipse.emf.ecore.EAttribute getTRCAggregatedObjectReference_OwnerSize()
Returns the meta object for the attribute 'Owner Size'.

Returns:
the meta object for the attribute 'Owner Size'.
See Also:
TRCAggregatedObjectReference.getOwnerSize(), getTRCAggregatedObjectReference()

getTRCAggregatedObjectReference_TargetSize

public org.eclipse.emf.ecore.EAttribute getTRCAggregatedObjectReference_TargetSize()
Returns the meta object for the attribute 'Target Size'.

Returns:
the meta object for the attribute 'Target Size'.
See Also:
TRCAggregatedObjectReference.getTargetSize(), getTRCAggregatedObjectReference()

getTRCAggregatedObjectReference_Count

public org.eclipse.emf.ecore.EAttribute getTRCAggregatedObjectReference_Count()
Returns the meta object for the attribute 'Count'.

Returns:
the meta object for the attribute 'Count'.
See Also:
TRCAggregatedObjectReference.getCount(), getTRCAggregatedObjectReference()

getTRCThreadEvent

public org.eclipse.emf.ecore.EClass getTRCThreadEvent()
Returns the meta object for class 'TRC Thread Event'.

Returns:
the meta object for class 'TRC Thread Event'.
See Also:
TRCThreadEvent

getTRCThreadEvent_Time

public org.eclipse.emf.ecore.EAttribute getTRCThreadEvent_Time()
Returns the meta object for the attribute 'Time'.

Returns:
the meta object for the attribute 'Time'.
See Also:
TRCThreadEvent.getTime(), getTRCThreadEvent()

getTRCThreadEvent_Thread

public org.eclipse.emf.ecore.EReference getTRCThreadEvent_Thread()
Returns the meta object for the container reference 'Thread'.

Returns:
the meta object for the container reference 'Thread'.
See Also:
TRCThreadEvent.getThread(), getTRCThreadEvent()

getTRCThreadSleepingEvent

public org.eclipse.emf.ecore.EClass getTRCThreadSleepingEvent()
Returns the meta object for class 'TRC Thread Sleeping Event'.

Returns:
the meta object for class 'TRC Thread Sleeping Event'.
See Also:
TRCThreadSleepingEvent

getTRCThreadSleepingEvent_SleepingTime

public org.eclipse.emf.ecore.EAttribute getTRCThreadSleepingEvent_SleepingTime()
Returns the meta object for the attribute 'Sleeping Time'.

Returns:
the meta object for the attribute 'Sleeping Time'.
See Also:
TRCThreadSleepingEvent.getSleepingTime(), getTRCThreadSleepingEvent()

getTRCThreadWaitingForObjectEvent

public org.eclipse.emf.ecore.EClass getTRCThreadWaitingForObjectEvent()
Returns the meta object for class 'TRC Thread Waiting For Object Event'.

Returns:
the meta object for class 'TRC Thread Waiting For Object Event'.
See Also:
TRCThreadWaitingForObjectEvent

getTRCThreadWaitingForObjectEvent_Timeout

public org.eclipse.emf.ecore.EAttribute getTRCThreadWaitingForObjectEvent_Timeout()
Returns the meta object for the attribute 'Timeout'.

Returns:
the meta object for the attribute 'Timeout'.
See Also:
TRCThreadWaitingForObjectEvent.getTimeout(), getTRCThreadWaitingForObjectEvent()

getTRCThreadWaitingForObjectEvent_ObjectWaitingFor

public org.eclipse.emf.ecore.EReference getTRCThreadWaitingForObjectEvent_ObjectWaitingFor()
Returns the meta object for the reference 'Object Waiting For'.

Returns:
the meta object for the reference 'Object Waiting For'.
See Also:
TRCThreadWaitingForObjectEvent.getObjectWaitingFor(), getTRCThreadWaitingForObjectEvent()

getTRCThreadWaitingForLockEvent

public org.eclipse.emf.ecore.EClass getTRCThreadWaitingForLockEvent()
Returns the meta object for class 'TRC Thread Waiting For Lock Event'.

Returns:
the meta object for class 'TRC Thread Waiting For Lock Event'.
See Also:
TRCThreadWaitingForLockEvent

getTRCThreadWaitingForLockEvent_LockedObject

public org.eclipse.emf.ecore.EReference getTRCThreadWaitingForLockEvent_LockedObject()
Returns the meta object for the reference 'Locked Object'.

Returns:
the meta object for the reference 'Locked Object'.
See Also:
TRCThreadWaitingForLockEvent.getLockedObject(), getTRCThreadWaitingForLockEvent()

getTRCThreadWaitingForLockEvent_LockingThread

public org.eclipse.emf.ecore.EReference getTRCThreadWaitingForLockEvent_LockingThread()
Returns the meta object for the reference 'Locking Thread'.

Returns:
the meta object for the reference 'Locking Thread'.
See Also:
TRCThreadWaitingForLockEvent.getLockingThread(), getTRCThreadWaitingForLockEvent()

getTRCThreadRunningEvent

public org.eclipse.emf.ecore.EClass getTRCThreadRunningEvent()
Returns the meta object for class 'TRC Thread Running Event'.

Returns:
the meta object for class 'TRC Thread Running Event'.
See Also:
TRCThreadRunningEvent

getTRCThreadDeadEvent

public org.eclipse.emf.ecore.EClass getTRCThreadDeadEvent()
Returns the meta object for class 'TRC Thread Dead Event'.

Returns:
the meta object for class 'TRC Thread Dead Event'.
See Also:
TRCThreadDeadEvent

getTRCMethodWithLLData

public org.eclipse.emf.ecore.EClass getTRCMethodWithLLData()
Returns the meta object for class 'TRC Method With LL Data'.

Returns:
the meta object for class 'TRC Method With LL Data'.
See Also:
TRCMethodWithLLData

getTRCMethodWithLLData_LLData

public org.eclipse.emf.ecore.EReference getTRCMethodWithLLData_LLData()
Returns the meta object for the containment reference 'LL Data'.

Returns:
the meta object for the containment reference 'LL Data'.
See Also:
TRCMethodWithLLData.getLLData(), getTRCMethodWithLLData()

getTRCLLData

public org.eclipse.emf.ecore.EClass getTRCLLData()
Returns the meta object for class 'TRCLL Data'.

Returns:
the meta object for class 'TRCLL Data'.
See Also:
TRCLLData

getTRCLLData_SummaryUnits

public org.eclipse.emf.ecore.EAttribute getTRCLLData_SummaryUnits()
Returns the meta object for the attribute 'Summary Units'.

Returns:
the meta object for the attribute 'Summary Units'.
See Also:
TRCLLData.getSummaryUnits(), getTRCLLData()

getTRCLLData_SummaryNonzero

public org.eclipse.emf.ecore.EAttribute getTRCLLData_SummaryNonzero()
Returns the meta object for the attribute 'Summary Nonzero'.

Returns:
the meta object for the attribute 'Summary Nonzero'.
See Also:
TRCLLData.getSummaryNonzero(), getTRCLLData()

getTRCLLData_TypeId

public org.eclipse.emf.ecore.EAttribute getTRCLLData_TypeId()
Returns the meta object for the attribute 'Type Id'.

Returns:
the meta object for the attribute 'Type Id'.
See Also:
TRCLLData.getTypeId(), getTRCLLData()

getTRCLLData_Headings

public org.eclipse.emf.ecore.EAttribute getTRCLLData_Headings()
Returns the meta object for the attribute 'Headings'.

Returns:
the meta object for the attribute 'Headings'.
See Also:
TRCLLData.getHeadings(), getTRCLLData()

getTRCLLData_Method

public org.eclipse.emf.ecore.EReference getTRCLLData_Method()
Returns the meta object for the container reference 'Method'.

Returns:
the meta object for the container reference 'Method'.
See Also:
TRCLLData.getMethod(), getTRCLLData()

getTRCSourceInfoWithLLData

public org.eclipse.emf.ecore.EClass getTRCSourceInfoWithLLData()
Returns the meta object for class 'TRC Source Info With LL Data'.

Returns:
the meta object for class 'TRC Source Info With LL Data'.
See Also:
TRCSourceInfoWithLLData

getTRCSourceInfoWithLLData_LLDatas

public org.eclipse.emf.ecore.EReference getTRCSourceInfoWithLLData_LLDatas()
Returns the meta object for the reference list 'LL Datas'.

Returns:
the meta object for the reference list 'LL Datas'.
See Also:
TRCSourceInfoWithLLData.getLLDatas(), getTRCSourceInfoWithLLData()

getTRCLineCoverageData

public org.eclipse.emf.ecore.EClass getTRCLineCoverageData()
Returns the meta object for class 'TRC Line Coverage Data'.

Returns:
the meta object for class 'TRC Line Coverage Data'.
See Also:
TRCLineCoverageData

getTRCLineCoverageData_LineTable

public org.eclipse.emf.ecore.EAttribute getTRCLineCoverageData_LineTable()
Returns the meta object for the attribute 'Line Table'.

Returns:
the meta object for the attribute 'Line Table'.
See Also:
TRCLineCoverageData.getLineTable(), getTRCLineCoverageData()

getTRCLineCoverageData_HitTable

public org.eclipse.emf.ecore.EAttribute getTRCLineCoverageData_HitTable()
Returns the meta object for the attribute 'Hit Table'.

Returns:
the meta object for the attribute 'Hit Table'.
See Also:
TRCLineCoverageData.getHitTable(), getTRCLineCoverageData()

getTRCLineCoverageData_CountTable

public org.eclipse.emf.ecore.EAttribute getTRCLineCoverageData_CountTable()
Returns the meta object for the attribute 'Count Table'.

Returns:
the meta object for the attribute 'Count Table'.
See Also:
TRCLineCoverageData.getCountTable(), getTRCLineCoverageData()

getTRCLineCoverageData_SourceInfo

public org.eclipse.emf.ecore.EReference getTRCLineCoverageData_SourceInfo()
Returns the meta object for the reference 'Source Info'.

Returns:
the meta object for the reference 'Source Info'.
See Also:
TRCLineCoverageData.getSourceInfo(), getTRCLineCoverageData()

getTRCObjectValue

public org.eclipse.emf.ecore.EClass getTRCObjectValue()
Returns the meta object for class 'TRC Object Value'.

Returns:
the meta object for class 'TRC Object Value'.
See Also:
TRCObjectValue

getTRCObjectValue_StringValue

public org.eclipse.emf.ecore.EAttribute getTRCObjectValue_StringValue()
Returns the meta object for the attribute 'String Value'.

Returns:
the meta object for the attribute 'String Value'.
See Also:
TRCObjectValue.getStringValue(), getTRCObjectValue()

getTRCObjectValue_TRCInputOutputEntry

public org.eclipse.emf.ecore.EReference getTRCObjectValue_TRCInputOutputEntry()
Returns the meta object for the container reference 'TRC Input Output Entry'.

Returns:
the meta object for the container reference 'TRC Input Output Entry'.
See Also:
TRCObjectValue.getTRCInputOutputEntry(), getTRCObjectValue()

getTRCObjectValue_Container

public org.eclipse.emf.ecore.EReference getTRCObjectValue_Container()
Returns the meta object for the reference 'Container'.

Returns:
the meta object for the reference 'Container'.
See Also:
TRCObjectValue.getContainer(), getTRCObjectValue()

getTRCInputOutputEntry

public org.eclipse.emf.ecore.EClass getTRCInputOutputEntry()
Returns the meta object for class 'TRC Input Output Entry'.

Returns:
the meta object for class 'TRC Input Output Entry'.
See Also:
Map.Entry

getTRCInputOutputEntry_Value

public org.eclipse.emf.ecore.EReference getTRCInputOutputEntry_Value()
Returns the meta object for the containment reference list 'Value'.

Returns:
the meta object for the containment reference list 'Value'.
See Also:
Map.Entry, getTRCInputOutputEntry()

getTRCInputOutputEntry_Container

public org.eclipse.emf.ecore.EReference getTRCInputOutputEntry_Container()
Returns the meta object for the container reference 'Container'.

Returns:
the meta object for the container reference 'Container'.
See Also:
Map.Entry, getTRCInputOutputEntry()

getTRCInputOutputEntry_Key

public org.eclipse.emf.ecore.EReference getTRCInputOutputEntry_Key()
Returns the meta object for the reference 'Key'.

Returns:
the meta object for the reference 'Key'.
See Also:
Map.Entry, getTRCInputOutputEntry()

getTRCInputOutputContainer

public org.eclipse.emf.ecore.EClass getTRCInputOutputContainer()
Returns the meta object for class 'TRC Input Output Container'.

Returns:
the meta object for class 'TRC Input Output Container'.
See Also:
TRCInputOutputContainer

getTRCInputOutputContainer_Process

public org.eclipse.emf.ecore.EReference getTRCInputOutputContainer_Process()
Returns the meta object for the reference 'Process'.

Returns:
the meta object for the reference 'Process'.
See Also:
TRCInputOutputContainer.getProcess(), getTRCInputOutputContainer()

getTRCInputOutputContainer_Entries

public org.eclipse.emf.ecore.EReference getTRCInputOutputContainer_Entries()
Returns the meta object for the map 'Entries'.

Returns:
the meta object for the map 'Entries'.
See Also:
TRCInputOutputContainer.getEntries(), getTRCInputOutputContainer()

getTRCInputOutputContainer_InputOutputValues

public org.eclipse.emf.ecore.EReference getTRCInputOutputContainer_InputOutputValues()
Returns the meta object for the reference list 'Input Output Values'.

Returns:
the meta object for the reference list 'Input Output Values'.
See Also:
TRCInputOutputContainer.getInputOutputValues(), getTRCInputOutputContainer()

getTRCCallerCalleeInvocationInfo

public org.eclipse.emf.ecore.EClass getTRCCallerCalleeInvocationInfo()
Returns the meta object for class 'TRC Caller Callee Invocation Info'.

Returns:
the meta object for class 'TRC Caller Callee Invocation Info'.
See Also:
TRCCallerCalleeInvocationInfo

getTRCCallerCalleeInvocationInfo_CallTime

public org.eclipse.emf.ecore.EAttribute getTRCCallerCalleeInvocationInfo_CallTime()
Returns the meta object for the attribute 'Call Time'.

Returns:
the meta object for the attribute 'Call Time'.
See Also:
TRCCallerCalleeInvocationInfo.getCallTime(), getTRCCallerCalleeInvocationInfo()

getTRCCallerCalleeInvocationInfo_ReturnTime

public org.eclipse.emf.ecore.EAttribute getTRCCallerCalleeInvocationInfo_ReturnTime()
Returns the meta object for the attribute 'Return Time'.

Returns:
the meta object for the attribute 'Return Time'.
See Also:
TRCCallerCalleeInvocationInfo.getReturnTime(), getTRCCallerCalleeInvocationInfo()

getTRCCallerCalleeInvocationInfo_CallOverhead

public org.eclipse.emf.ecore.EAttribute getTRCCallerCalleeInvocationInfo_CallOverhead()
Returns the meta object for the attribute 'Call Overhead'.

Returns:
the meta object for the attribute 'Call Overhead'.
See Also:
TRCCallerCalleeInvocationInfo.getCallOverhead(), getTRCCallerCalleeInvocationInfo()

getTRCTypedObjectValue

public org.eclipse.emf.ecore.EClass getTRCTypedObjectValue()
Returns the meta object for class 'TRC Typed Object Value'.

Returns:
the meta object for class 'TRC Typed Object Value'.
See Also:
TRCTypedObjectValue

getTRCTypedObjectValue_ValueKind

public org.eclipse.emf.ecore.EAttribute getTRCTypedObjectValue_ValueKind()
Returns the meta object for the attribute 'Value Kind'.

Returns:
the meta object for the attribute 'Value Kind'.
See Also:
TRCTypedObjectValue.getValueKind(), getTRCTypedObjectValue()

getTRCTypedObjectValue_PositionKind

public org.eclipse.emf.ecore.EAttribute getTRCTypedObjectValue_PositionKind()
Returns the meta object for the attribute 'Position Kind'.

Returns:
the meta object for the attribute 'Position Kind'.
See Also:
TRCTypedObjectValue.getPositionKind(), getTRCTypedObjectValue()

getTRCTypedObjectValue_Position

public org.eclipse.emf.ecore.EAttribute getTRCTypedObjectValue_Position()
Returns the meta object for the attribute 'Position'.

Returns:
the meta object for the attribute 'Position'.
See Also:
TRCTypedObjectValue.getPosition(), getTRCTypedObjectValue()

getTRCTypedObjectValue_Object

public org.eclipse.emf.ecore.EReference getTRCTypedObjectValue_Object()
Returns the meta object for the reference 'Object'.

Returns:
the meta object for the reference 'Object'.
See Also:
TRCTypedObjectValue.getObject(), getTRCTypedObjectValue()

getTRCMthdLckAccEntry

public org.eclipse.emf.ecore.EClass getTRCMthdLckAccEntry()
Returns the meta object for class 'TRC Mthd Lck Acc Entry'.

Returns:
the meta object for class 'TRC Mthd Lck Acc Entry'.
See Also:
Map.Entry

getTRCMthdLckAccEntry_Process

public org.eclipse.emf.ecore.EReference getTRCMthdLckAccEntry_Process()
Returns the meta object for the container reference 'Process'.

Returns:
the meta object for the container reference 'Process'.
See Also:
Map.Entry, getTRCMthdLckAccEntry()

getTRCMthdLckAccEntry_Value

public org.eclipse.emf.ecore.EReference getTRCMthdLckAccEntry_Value()
Returns the meta object for the containment reference list 'Value'.

Returns:
the meta object for the containment reference list 'Value'.
See Also:
Map.Entry, getTRCMthdLckAccEntry()

getTRCMthdLckAccEntry_Key

public org.eclipse.emf.ecore.EReference getTRCMthdLckAccEntry_Key()
Returns the meta object for the reference 'Key'.

Returns:
the meta object for the reference 'Key'.
See Also:
Map.Entry, getTRCMthdLckAccEntry()

getTRCLockAccess

public org.eclipse.emf.ecore.EClass getTRCLockAccess()
Returns the meta object for class 'TRC Lock Access'.

Returns:
the meta object for class 'TRC Lock Access'.
See Also:
TRCLockAccess

getTRCLockAccess_RequireTime

public org.eclipse.emf.ecore.EAttribute getTRCLockAccess_RequireTime()
Returns the meta object for the attribute 'Require Time'.

Returns:
the meta object for the attribute 'Require Time'.
See Also:
TRCLockAccess.getRequireTime(), getTRCLockAccess()

getTRCLockAccess_RequestTime

public org.eclipse.emf.ecore.EAttribute getTRCLockAccess_RequestTime()
Returns the meta object for the attribute 'Request Time'.

Returns:
the meta object for the attribute 'Request Time'.
See Also:
TRCLockAccess.getRequestTime(), getTRCLockAccess()

getTRCLockAccess_ReleaseTime

public org.eclipse.emf.ecore.EAttribute getTRCLockAccess_ReleaseTime()
Returns the meta object for the attribute 'Release Time'.

Returns:
the meta object for the attribute 'Release Time'.
See Also:
TRCLockAccess.getReleaseTime(), getTRCLockAccess()

getTRCLockAccess_AtLine

public org.eclipse.emf.ecore.EAttribute getTRCLockAccess_AtLine()
Returns the meta object for the attribute 'At Line'.

Returns:
the meta object for the attribute 'At Line'.
See Also:
TRCLockAccess.getAtLine(), getTRCLockAccess()

getTRCLockAccess_OnObject

public org.eclipse.emf.ecore.EReference getTRCLockAccess_OnObject()
Returns the meta object for the reference 'On Object'.

Returns:
the meta object for the reference 'On Object'.
See Also:
TRCLockAccess.getOnObject(), getTRCLockAccess()

getTRCLinePerformanceData

public org.eclipse.emf.ecore.EClass getTRCLinePerformanceData()
Returns the meta object for class 'TRC Line Performance Data'.

Returns:
the meta object for class 'TRC Line Performance Data'.
See Also:
TRCLinePerformanceData

getTRCLinePerformanceData_AccumulatedTimeTable

public org.eclipse.emf.ecore.EAttribute getTRCLinePerformanceData_AccumulatedTimeTable()
Returns the meta object for the attribute 'Accumulated Time Table'.

Returns:
the meta object for the attribute 'Accumulated Time Table'.
See Also:
TRCLinePerformanceData.getAccumulatedTimeTable(), getTRCLinePerformanceData()

getTRCObjectAllocationSitesEntry

public org.eclipse.emf.ecore.EClass getTRCObjectAllocationSitesEntry()
Returns the meta object for class 'TRC Object Allocation Sites Entry'.

Returns:
the meta object for class 'TRC Object Allocation Sites Entry'.
See Also:
Map.Entry

getTRCObjectAllocationSitesEntry_Value

public org.eclipse.emf.ecore.EReference getTRCObjectAllocationSitesEntry_Value()
Returns the meta object for the containment reference list 'Value'.

Returns:
the meta object for the containment reference list 'Value'.
See Also:
Map.Entry, getTRCObjectAllocationSitesEntry()

getTRCObjectAllocationSitesEntry_Key

public org.eclipse.emf.ecore.EReference getTRCObjectAllocationSitesEntry_Key()
Returns the meta object for the reference 'Key'.

Returns:
the meta object for the reference 'Key'.
See Also:
Map.Entry, getTRCObjectAllocationSitesEntry()

getTRCObjectAllocationSitesEntry_Process

public org.eclipse.emf.ecore.EReference getTRCObjectAllocationSitesEntry_Process()
Returns the meta object for the container reference 'Process'.

Returns:
the meta object for the container reference 'Process'.
See Also:
Map.Entry, getTRCObjectAllocationSitesEntry()

getTRCObjectAllocationSite

public org.eclipse.emf.ecore.EClass getTRCObjectAllocationSite()
Returns the meta object for class 'TRC Object Allocation Site'.

Returns:
the meta object for class 'TRC Object Allocation Site'.
See Also:
TRCObjectAllocationSite

getTRCObjectAllocationSite_AtLine

public org.eclipse.emf.ecore.EAttribute getTRCObjectAllocationSite_AtLine()
Returns the meta object for the attribute 'At Line'.

Returns:
the meta object for the attribute 'At Line'.
See Also:
TRCObjectAllocationSite.getAtLine(), getTRCObjectAllocationSite()

getTRCObjectAllocationSite_TRCObjectAllocationSitesEntry

public org.eclipse.emf.ecore.EReference getTRCObjectAllocationSite_TRCObjectAllocationSitesEntry()
Returns the meta object for the container reference 'TRC Object Allocation Sites Entry'.

Returns:
the meta object for the container reference 'TRC Object Allocation Sites Entry'.
See Also:
TRCObjectAllocationSite.getTRCObjectAllocationSitesEntry(), getTRCObjectAllocationSite()

getTRCObjectAllocationSite_AllocatedObject

public org.eclipse.emf.ecore.EReference getTRCObjectAllocationSite_AllocatedObject()
Returns the meta object for the reference 'Allocated Object'.

Returns:
the meta object for the reference 'Allocated Object'.
See Also:
TRCObjectAllocationSite.getAllocatedObject(), getTRCObjectAllocationSite()

getTRCThreadDeadLockEvent

public org.eclipse.emf.ecore.EClass getTRCThreadDeadLockEvent()
Returns the meta object for class 'TRC Thread Dead Lock Event'.

Returns:
the meta object for class 'TRC Thread Dead Lock Event'.
See Also:
TRCThreadDeadLockEvent

getTRCThreadDeadLockEvent_NextDeadLockEvent

public org.eclipse.emf.ecore.EReference getTRCThreadDeadLockEvent_NextDeadLockEvent()
Returns the meta object for the reference 'Next Dead Lock Event'.

Returns:
the meta object for the reference 'Next Dead Lock Event'.
See Also:
TRCThreadDeadLockEvent.getNextDeadLockEvent(), getTRCThreadDeadLockEvent()

getTRCLanguageElement

public org.eclipse.emf.ecore.EClass getTRCLanguageElement()
Returns the meta object for class 'TRC Language Element'.

Returns:
the meta object for class 'TRC Language Element'.
See Also:
TRCLanguageElement

getTRCLanguageElement_SourceInfo

public org.eclipse.emf.ecore.EReference getTRCLanguageElement_SourceInfo()
Returns the meta object for the reference 'Source Info'.

Returns:
the meta object for the reference 'Source Info'.
See Also:
TRCLanguageElement.getSourceInfo(), getTRCLanguageElement()

getTRCLanguageElement_Annotations

public org.eclipse.emf.ecore.EReference getTRCLanguageElement_Annotations()
Returns the meta object for the containment reference list 'Annotations'.

Returns:
the meta object for the containment reference list 'Annotations'.
See Also:
TRCLanguageElement.getAnnotations(), getTRCLanguageElement()

getTRCPrimitiveType

public org.eclipse.emf.ecore.EEnum getTRCPrimitiveType()
Returns the meta object for enum 'TRC Primitive Type'.

Returns:
the meta object for enum 'TRC Primitive Type'.
See Also:
TRCPrimitiveType

getTRCSignatureNotation

public org.eclipse.emf.ecore.EEnum getTRCSignatureNotation()
Returns the meta object for enum 'TRC Signature Notation'.

Returns:
the meta object for enum 'TRC Signature Notation'.
See Also:
TRCSignatureNotation

getTRCMethodProperties

public org.eclipse.emf.ecore.EEnum getTRCMethodProperties()
Returns the meta object for enum 'TRC Method Properties'.

Returns:
the meta object for enum 'TRC Method Properties'.
See Also:
TRCMethodProperties

getTRCGCRootType

public org.eclipse.emf.ecore.EEnum getTRCGCRootType()
Returns the meta object for enum 'TRCGC Root Type'.

Returns:
the meta object for enum 'TRCGC Root Type'.
See Also:
TRCGCRootType

getTRCObjectValueKind

public org.eclipse.emf.ecore.EEnum getTRCObjectValueKind()
Returns the meta object for enum 'TRC Object Value Kind'.

Returns:
the meta object for enum 'TRC Object Value Kind'.
See Also:
TRCObjectValueKind

getTRCObjectValuePosition

public org.eclipse.emf.ecore.EEnum getTRCObjectValuePosition()
Returns the meta object for enum 'TRC Object Value Position'.

Returns:
the meta object for enum 'TRC Object Value Position'.
See Also:
TRCObjectValuePosition

getEObjectID

public org.eclipse.emf.ecore.EDataType getEObjectID()
Returns the meta object for data type 'EObject ID'.

Returns:
the meta object for data type 'EObject ID'.

getEMethodID

public org.eclipse.emf.ecore.EDataType getEMethodID()
Returns the meta object for data type 'EMethod ID'.

Returns:
the meta object for data type 'EMethod ID'.

getEClassID

public org.eclipse.emf.ecore.EDataType getEClassID()
Returns the meta object for data type 'EClass ID'.

Returns:
the meta object for data type 'EClass ID'.

getLLUnitData

public org.eclipse.emf.ecore.EDataType getLLUnitData()
Returns the meta object for data type 'LL Unit Data'.

Returns:
the meta object for data type 'LL Unit Data'.
See Also:
LLUnitData

getTraceFactory

public TraceFactory getTraceFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

TPTP 4.1.0 Platform Project
Public API Specification