org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark
Interface BenchmarkPackage.Literals

Enclosing interface:
BenchmarkPackage

public static interface BenchmarkPackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EClass BEGIN_EVENT
          The meta object literal for the 'Begin Event' class.
static EClass BENCHMARK
          The meta object literal for the 'Benchmark' class.
static EReference BENCHMARK__DISCOVERIES
          The meta object literal for the 'Discoveries' containment reference list feature.
static EAttribute BENCHMARK__JVM_MAX_HEAP_IN_MI_B
          The meta object literal for the 'Jvm Max Heap In Mi B' attribute feature.
static EAttribute BENCHMARK__OS_ARCHITECTURE
          The meta object literal for the 'Os Architecture' attribute feature.
static EAttribute BENCHMARK__OS_NAME
          The meta object literal for the 'Os Name' attribute feature.
static EAttribute BENCHMARK__OS_VERSION
          The meta object literal for the 'Os Version' attribute feature.
static EAttribute BENCHMARK__PROCESSOR_CACHE_SIZE
          The meta object literal for the 'Processor Cache Size' attribute feature.
static EAttribute BENCHMARK__PROCESSOR_COUNT
          The meta object literal for the 'Processor Count' attribute feature.
static EAttribute BENCHMARK__PROCESSOR_DESCRIPTION
          The meta object literal for the 'Processor Description' attribute feature.
static EAttribute BENCHMARK__PROCESSOR_NAME
          The meta object literal for the 'Processor Name' attribute feature.
static EReference BENCHMARK__PROJECTS
          The meta object literal for the 'Projects' containment reference list feature.
static EAttribute BENCHMARK__SYSTEM_MEMORY
          The meta object literal for the 'System Memory' attribute feature.
static EClass DISCOVERY
          The meta object literal for the 'Discovery' class.
static EReference DISCOVERY__COPY_OF_DISCOVERER_DESCRIPTION
          The meta object literal for the 'Copy Of Discoverer Description' containment reference feature.
static EAttribute DISCOVERY__DISCOVERER_CLASS_NAME
          The meta object literal for the 'Discoverer Class Name' attribute feature.
static EAttribute DISCOVERY__DISCOVERER_ID
          The meta object literal for the 'Discoverer Id' attribute feature.
static EReference DISCOVERY__DISCOVERER_LAUNCH_CONFIGURATION
          The meta object literal for the 'Discoverer Launch Configuration' containment reference feature.
static EAttribute DISCOVERY__DISCOVERY_TIME_AVERAGE_IN_SECONDS
          The meta object literal for the 'Discovery Time Average In Seconds' attribute feature.
static EAttribute DISCOVERY__EXECUTION_TIME_STANDARD_DEVIATION
          The meta object literal for the 'Execution Time Standard Deviation' attribute feature.
static EReference DISCOVERY__ITERATIONS
          The meta object literal for the 'Iterations' containment reference list feature.
static EAttribute DISCOVERY__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute DISCOVERY__NUMBER_OF_MODEL_ELEMENTS
          The meta object literal for the 'Number Of Model Elements' attribute feature.
static EReference DISCOVERY__PROJECT
          The meta object literal for the 'Project' reference feature.
static EAttribute DISCOVERY__SAVE_TIME_AVERAGE_IN_SECONDS
          The meta object literal for the 'Save Time Average In Seconds' attribute feature.
static EAttribute DISCOVERY__SAVE_TIME_STANDARD_DEVIATION
          The meta object literal for the 'Save Time Standard Deviation' attribute feature.
static EAttribute DISCOVERY__XMI_SIZE_IN_BYTES
          The meta object literal for the 'Xmi Size In Bytes' attribute feature.
static EClass DISCOVERY_ITERATION
          The meta object literal for the 'Discovery Iteration' class.
static EAttribute DISCOVERY_ITERATION__DISCOVERY_DATE
          The meta object literal for the 'Discovery Date' attribute feature.
static EAttribute DISCOVERY_ITERATION__DISCOVERY_ERRORS
          The meta object literal for the 'Discovery Errors' attribute feature.
static EAttribute DISCOVERY_ITERATION__DISCOVERY_TIME_IN_SECONDS
          The meta object literal for the 'Discovery Time In Seconds' attribute feature.
static EReference DISCOVERY_ITERATION__EVENTS
          The meta object literal for the 'Events' containment reference list feature.
static EAttribute DISCOVERY_ITERATION__MAX_USED_MEMORY_IN_BYTES
          The meta object literal for the 'Max Used Memory In Bytes' attribute feature.
static EReference DISCOVERY_ITERATION__MEMORY_MEASUREMENTS
          The meta object literal for the 'Memory Measurements' reference list feature.
static EAttribute DISCOVERY_ITERATION__SAVE_TIME_IN_SECONDS
          The meta object literal for the 'Save Time In Seconds' attribute feature.
static EClass END_EVENT
          The meta object literal for the 'End Event' class.
static EReference END_EVENT__BEGINNING
          The meta object literal for the 'Beginning' reference feature.
static EClass EVENT
          The meta object literal for the 'Event' class.
static EReference EVENT__EVENT_TYPE
          The meta object literal for the 'Event Type' reference feature.
static EAttribute EVENT__TIME
          The meta object literal for the 'Time' attribute feature.
static EClass EVENT_TYPE
          The meta object literal for the 'Event Type' class.
static EAttribute EVENT_TYPE__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass FILE
          The meta object literal for the 'File' class.
static EAttribute FILE__FILEPATH
          The meta object literal for the 'Filepath' attribute feature.
static EAttribute FILE__LINES
          The meta object literal for the 'Lines' attribute feature.
static EAttribute FILE__SIZE_IN_BYTES
          The meta object literal for the 'Size In Bytes' attribute feature.
static EClass MEMORY_MEASUREMENT
          The meta object literal for the 'Memory Measurement' class.
static EAttribute MEMORY_MEASUREMENT__MEMORY_USED
          The meta object literal for the 'Memory Used' attribute feature.
static EClass PROJECT
          The meta object literal for the 'Project' class.
static EAttribute PROJECT__AVERAGE_FILE_SIZE_IN_BYTES
          The meta object literal for the 'Average File Size In Bytes' attribute feature.
static EAttribute PROJECT__AVERAGE_LINES_PER_FILE
          The meta object literal for the 'Average Lines Per File' attribute feature.
static EReference PROJECT__FILES
          The meta object literal for the 'Files' containment reference list feature.
static EAttribute PROJECT__TOTAL_LINES
          The meta object literal for the 'Total Lines' attribute feature.
static EClass RESOURCE
          The meta object literal for the 'Resource' class.
static EAttribute RESOURCE__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute RESOURCE__TOTAL_SIZE_IN_BYTES
          The meta object literal for the 'Total Size In Bytes' attribute feature.
 

Field Detail

MEMORY_MEASUREMENT

static final EClass MEMORY_MEASUREMENT
The meta object literal for the 'Memory Measurement' class.

See Also:
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.MemoryMeasurementImpl, org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkPackageImpl#getMemoryMeasurement()
Generated:

MEMORY_MEASUREMENT__MEMORY_USED

static final EAttribute MEMORY_MEASUREMENT__MEMORY_USED
The meta object literal for the 'Memory Used' attribute feature.

Generated:

EVENT

static final EClass EVENT
The meta object literal for the 'Event' class.

See Also:
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.EventImpl, org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkPackageImpl#getEvent()
Generated:

EVENT__TIME

static final EAttribute EVENT__TIME
The meta object literal for the 'Time' attribute feature.

Generated:

EVENT__EVENT_TYPE

static final EReference EVENT__EVENT_TYPE
The meta object literal for the 'Event Type' reference feature.

Generated:

EVENT_TYPE

static final EClass EVENT_TYPE
The meta object literal for the 'Event Type' class.

See Also:
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.EventTypeImpl, org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkPackageImpl#getEventType()
Generated:

EVENT_TYPE__NAME

static final EAttribute EVENT_TYPE__NAME
The meta object literal for the 'Name' attribute feature.

Generated:

BEGIN_EVENT

static final EClass BEGIN_EVENT
The meta object literal for the 'Begin Event' class.

See Also:
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BeginEventImpl, org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkPackageImpl#getBeginEvent()
Generated:

END_EVENT

static final EClass END_EVENT
The meta object literal for the 'End Event' class.

See Also:
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.EndEventImpl, org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkPackageImpl#getEndEvent()
Generated:

END_EVENT__BEGINNING

static final EReference END_EVENT__BEGINNING
The meta object literal for the 'Beginning' reference feature.

Generated:

FILE

static final EClass FILE
The meta object literal for the 'File' class.

See Also:
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.FileImpl, org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkPackageImpl#getFile()
Generated:

FILE__SIZE_IN_BYTES

static final EAttribute FILE__SIZE_IN_BYTES
The meta object literal for the 'Size In Bytes' attribute feature.

Generated:

FILE__LINES

static final EAttribute FILE__LINES
The meta object literal for the 'Lines' attribute feature.

Generated:

FILE__FILEPATH

static final EAttribute FILE__FILEPATH
The meta object literal for the 'Filepath' attribute feature.

Generated:

RESOURCE

static final EClass RESOURCE
The meta object literal for the 'Resource' class.

See Also:
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.ResourceImpl, org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkPackageImpl#getResource()
Generated:

RESOURCE__NAME

static final EAttribute RESOURCE__NAME
The meta object literal for the 'Name' attribute feature.

Generated:

RESOURCE__TOTAL_SIZE_IN_BYTES

static final EAttribute RESOURCE__TOTAL_SIZE_IN_BYTES
The meta object literal for the 'Total Size In Bytes' attribute feature.

Generated:

PROJECT

static final EClass PROJECT
The meta object literal for the 'Project' class.

See Also:
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.ProjectImpl, org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkPackageImpl#getProject()
Generated:

PROJECT__TOTAL_LINES

static final EAttribute PROJECT__TOTAL_LINES
The meta object literal for the 'Total Lines' attribute feature.

Generated:

PROJECT__AVERAGE_FILE_SIZE_IN_BYTES

static final EAttribute PROJECT__AVERAGE_FILE_SIZE_IN_BYTES
The meta object literal for the 'Average File Size In Bytes' attribute feature.

Generated:

PROJECT__AVERAGE_LINES_PER_FILE

static final EAttribute PROJECT__AVERAGE_LINES_PER_FILE
The meta object literal for the 'Average Lines Per File' attribute feature.

Generated:

PROJECT__FILES

static final EReference PROJECT__FILES
The meta object literal for the 'Files' containment reference list feature.

Generated:

BENCHMARK

static final EClass BENCHMARK
The meta object literal for the 'Benchmark' class.

See Also:
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkImpl, org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkPackageImpl#getBenchmark()
Generated:

BENCHMARK__JVM_MAX_HEAP_IN_MI_B

static final EAttribute BENCHMARK__JVM_MAX_HEAP_IN_MI_B
The meta object literal for the 'Jvm Max Heap In Mi B' attribute feature.

Generated:

BENCHMARK__PROCESSOR_NAME

static final EAttribute BENCHMARK__PROCESSOR_NAME
The meta object literal for the 'Processor Name' attribute feature.

Generated:

BENCHMARK__PROCESSOR_DESCRIPTION

static final EAttribute BENCHMARK__PROCESSOR_DESCRIPTION
The meta object literal for the 'Processor Description' attribute feature.

Generated:

BENCHMARK__PROCESSOR_COUNT

static final EAttribute BENCHMARK__PROCESSOR_COUNT
The meta object literal for the 'Processor Count' attribute feature.

Generated:

BENCHMARK__PROCESSOR_CACHE_SIZE

static final EAttribute BENCHMARK__PROCESSOR_CACHE_SIZE
The meta object literal for the 'Processor Cache Size' attribute feature.

Generated:

BENCHMARK__SYSTEM_MEMORY

static final EAttribute BENCHMARK__SYSTEM_MEMORY
The meta object literal for the 'System Memory' attribute feature.

Generated:

BENCHMARK__OS_NAME

static final EAttribute BENCHMARK__OS_NAME
The meta object literal for the 'Os Name' attribute feature.

Generated:

BENCHMARK__OS_VERSION

static final EAttribute BENCHMARK__OS_VERSION
The meta object literal for the 'Os Version' attribute feature.

Generated:

BENCHMARK__OS_ARCHITECTURE

static final EAttribute BENCHMARK__OS_ARCHITECTURE
The meta object literal for the 'Os Architecture' attribute feature.

Generated:

BENCHMARK__PROJECTS

static final EReference BENCHMARK__PROJECTS
The meta object literal for the 'Projects' containment reference list feature.

Generated:

BENCHMARK__DISCOVERIES

static final EReference BENCHMARK__DISCOVERIES
The meta object literal for the 'Discoveries' containment reference list feature.

Generated:

DISCOVERY

static final EClass DISCOVERY
The meta object literal for the 'Discovery' class.

See Also:
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.DiscoveryImpl, org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkPackageImpl#getDiscovery()
Generated:

DISCOVERY__NAME

static final EAttribute DISCOVERY__NAME
The meta object literal for the 'Name' attribute feature.

Generated:

DISCOVERY__DISCOVERER_ID

static final EAttribute DISCOVERY__DISCOVERER_ID
The meta object literal for the 'Discoverer Id' attribute feature.

Generated:

DISCOVERY__DISCOVERER_CLASS_NAME

static final EAttribute DISCOVERY__DISCOVERER_CLASS_NAME
The meta object literal for the 'Discoverer Class Name' attribute feature.

Generated:

DISCOVERY__DISCOVERY_TIME_AVERAGE_IN_SECONDS

static final EAttribute DISCOVERY__DISCOVERY_TIME_AVERAGE_IN_SECONDS
The meta object literal for the 'Discovery Time Average In Seconds' attribute feature.

Generated:

DISCOVERY__SAVE_TIME_AVERAGE_IN_SECONDS

static final EAttribute DISCOVERY__SAVE_TIME_AVERAGE_IN_SECONDS
The meta object literal for the 'Save Time Average In Seconds' attribute feature.

Generated:

DISCOVERY__EXECUTION_TIME_STANDARD_DEVIATION

static final EAttribute DISCOVERY__EXECUTION_TIME_STANDARD_DEVIATION
The meta object literal for the 'Execution Time Standard Deviation' attribute feature.

Generated:

DISCOVERY__SAVE_TIME_STANDARD_DEVIATION

static final EAttribute DISCOVERY__SAVE_TIME_STANDARD_DEVIATION
The meta object literal for the 'Save Time Standard Deviation' attribute feature.

Generated:

DISCOVERY__NUMBER_OF_MODEL_ELEMENTS

static final EAttribute DISCOVERY__NUMBER_OF_MODEL_ELEMENTS
The meta object literal for the 'Number Of Model Elements' attribute feature.

Generated:

DISCOVERY__XMI_SIZE_IN_BYTES

static final EAttribute DISCOVERY__XMI_SIZE_IN_BYTES
The meta object literal for the 'Xmi Size In Bytes' attribute feature.

Generated:

DISCOVERY__PROJECT

static final EReference DISCOVERY__PROJECT
The meta object literal for the 'Project' reference feature.

Generated:

DISCOVERY__ITERATIONS

static final EReference DISCOVERY__ITERATIONS
The meta object literal for the 'Iterations' containment reference list feature.

Generated:

DISCOVERY__DISCOVERER_LAUNCH_CONFIGURATION

static final EReference DISCOVERY__DISCOVERER_LAUNCH_CONFIGURATION
The meta object literal for the 'Discoverer Launch Configuration' containment reference feature.

Generated:

DISCOVERY__COPY_OF_DISCOVERER_DESCRIPTION

static final EReference DISCOVERY__COPY_OF_DISCOVERER_DESCRIPTION
The meta object literal for the 'Copy Of Discoverer Description' containment reference feature.

Generated:

DISCOVERY_ITERATION

static final EClass DISCOVERY_ITERATION
The meta object literal for the 'Discovery Iteration' class.

See Also:
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.DiscoveryIterationImpl, org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.impl.BenchmarkPackageImpl#getDiscoveryIteration()
Generated:

DISCOVERY_ITERATION__DISCOVERY_DATE

static final EAttribute DISCOVERY_ITERATION__DISCOVERY_DATE
The meta object literal for the 'Discovery Date' attribute feature.

Generated:

DISCOVERY_ITERATION__DISCOVERY_TIME_IN_SECONDS

static final EAttribute DISCOVERY_ITERATION__DISCOVERY_TIME_IN_SECONDS
The meta object literal for the 'Discovery Time In Seconds' attribute feature.

Generated:

DISCOVERY_ITERATION__SAVE_TIME_IN_SECONDS

static final EAttribute DISCOVERY_ITERATION__SAVE_TIME_IN_SECONDS
The meta object literal for the 'Save Time In Seconds' attribute feature.

Generated:

DISCOVERY_ITERATION__MAX_USED_MEMORY_IN_BYTES

static final EAttribute DISCOVERY_ITERATION__MAX_USED_MEMORY_IN_BYTES
The meta object literal for the 'Max Used Memory In Bytes' attribute feature.

Generated:

DISCOVERY_ITERATION__DISCOVERY_ERRORS

static final EAttribute DISCOVERY_ITERATION__DISCOVERY_ERRORS
The meta object literal for the 'Discovery Errors' attribute feature.

Generated:

DISCOVERY_ITERATION__EVENTS

static final EReference DISCOVERY_ITERATION__EVENTS
The meta object literal for the 'Events' containment reference list feature.

Generated:

DISCOVERY_ITERATION__MEMORY_MEASUREMENTS

static final EReference DISCOVERY_ITERATION__MEMORY_MEASUREMENTS
The meta object literal for the 'Memory Measurements' reference list feature.

Generated: