public interface TracePackage
extends org.eclipse.emf.ecore.EPackage
TraceFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
TracePackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CALL
The meta object id for the '
Call' class. |
static int |
CALL__CPU_TIME
The feature id for the 'CPU Time' attribute.
|
static int |
CALL__DB_ACCESSES_NUMBER
The feature id for the 'DB Accesses Number' attribute.
|
static int |
CALL__DB_ROWS_NUMBER
The feature id for the 'DB Rows Number' attribute.
|
static int |
CALL__INDEXES
The feature id for the 'Indexes' containment reference list.
|
static int |
CALL__LEVEL
The feature id for the 'Level' container reference.
|
static int |
CALL__METHOD_NAME
The feature id for the 'Method Name' attribute.
|
static int |
CALL_FEATURE_COUNT
The number of structural features of the 'Call' class.
|
static int |
CALL_OPERATION_COUNT
The number of operations of the 'Call' class.
|
static TracePackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
INDEX
The meta object id for the '
Index' class. |
static int |
INDEX__VALUE
The feature id for the 'Value' attribute.
|
static int |
INDEX_FEATURE_COUNT
The number of structural features of the 'Index' class.
|
static int |
INDEX_OPERATION_COUNT
The number of operations of the 'Index' class.
|
static int |
LEVEL
The meta object id for the '
Level' class. |
static int |
LEVEL__CALLS
The feature id for the 'Calls' containment reference list.
|
static int |
LEVEL__TRACE
The feature id for the 'Trace' container reference.
|
static int |
LEVEL_FEATURE_COUNT
The number of structural features of the 'Level' class.
|
static int |
LEVEL_OPERATION_COUNT
The number of operations of the 'Level' class.
|
static int |
TRACE
The meta object id for the '
Trace' class. |
static int |
TRACE__LEVELS
The feature id for the 'Levels' containment reference list.
|
static int |
TRACE__NAME
The feature id for the 'Name' attribute.
|
static int |
TRACE_FEATURE_COUNT
The number of structural features of the 'Trace' class.
|
static int |
TRACE_OPERATION_COUNT
The number of operations of the 'Trace' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getCall_CPUTime()
Returns the meta object for the attribute '
CPU Time'. |
org.eclipse.emf.ecore.EAttribute |
getCall_DBAccessesNumber()
Returns the meta object for the attribute '
DB Accesses Number'. |
org.eclipse.emf.ecore.EAttribute |
getCall_DBRowsNumber()
Returns the meta object for the attribute '
DB Rows Number'. |
org.eclipse.emf.ecore.EReference |
getCall_Indexes()
Returns the meta object for the containment reference list '
Indexes'. |
org.eclipse.emf.ecore.EReference |
getCall_Level()
Returns the meta object for the container reference '
Level'. |
org.eclipse.emf.ecore.EAttribute |
getCall_MethodName()
Returns the meta object for the attribute '
Method Name'. |
org.eclipse.emf.ecore.EClass |
getCall()
Returns the meta object for class '
Call'. |
org.eclipse.emf.ecore.EAttribute |
getIndex_Value()
Returns the meta object for the attribute '
Value'. |
org.eclipse.emf.ecore.EClass |
getIndex()
Returns the meta object for class '
Index'. |
org.eclipse.emf.ecore.EReference |
getLevel_Calls()
Returns the meta object for the containment reference list '
Calls'. |
org.eclipse.emf.ecore.EReference |
getLevel_Trace()
Returns the meta object for the container reference '
Trace'. |
org.eclipse.emf.ecore.EClass |
getLevel()
Returns the meta object for class '
Level'. |
org.eclipse.emf.ecore.EReference |
getTrace_Levels()
Returns the meta object for the containment reference list '
Levels'. |
org.eclipse.emf.ecore.EAttribute |
getTrace_Name()
Returns the meta object for the attribute '
Name'. |
org.eclipse.emf.ecore.EClass |
getTrace()
Returns the meta object for class '
Trace'. |
TraceFactory |
getTraceFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final TracePackage eINSTANCE
static final int TRACE
Trace' class.
static final int TRACE__LEVELS
static final int TRACE__NAME
static final int TRACE_FEATURE_COUNT
static final int TRACE_OPERATION_COUNT
static final int LEVEL
Level' class.
static final int LEVEL__TRACE
static final int LEVEL__CALLS
static final int LEVEL_FEATURE_COUNT
static final int LEVEL_OPERATION_COUNT
static final int CALL
Call' class.
CallImpl,
TracePackageImpl.getCall(),
Constant Field Valuesstatic final int CALL__LEVEL
static final int CALL__INDEXES
static final int CALL__METHOD_NAME
static final int CALL__DB_ACCESSES_NUMBER
static final int CALL__DB_ROWS_NUMBER
static final int CALL__CPU_TIME
static final int CALL_FEATURE_COUNT
static final int CALL_OPERATION_COUNT
static final int INDEX
Index' class.
static final int INDEX__VALUE
static final int INDEX_FEATURE_COUNT
static final int INDEX_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getTrace()
Trace'.
Traceorg.eclipse.emf.ecore.EReference getTrace_Levels()
Levels'.
Trace.getLevels(),
getTrace()org.eclipse.emf.ecore.EAttribute getTrace_Name()
Name'.
Trace.getName(),
getTrace()org.eclipse.emf.ecore.EClass getLevel()
Level'.
Levelorg.eclipse.emf.ecore.EReference getLevel_Trace()
Trace'.
Level.getTrace(),
getLevel()org.eclipse.emf.ecore.EReference getLevel_Calls()
Calls'.
Level.getCalls(),
getLevel()org.eclipse.emf.ecore.EClass getCall()
Call'.
Callorg.eclipse.emf.ecore.EReference getCall_Level()
Level'.
Call.getLevel(),
getCall()org.eclipse.emf.ecore.EReference getCall_Indexes()
Indexes'.
Call.getIndexes(),
getCall()org.eclipse.emf.ecore.EAttribute getCall_MethodName()
Method Name'.
Call.getMethodName(),
getCall()org.eclipse.emf.ecore.EAttribute getCall_DBAccessesNumber()
DB Accesses Number'.
Call.getDBAccessesNumber(),
getCall()org.eclipse.emf.ecore.EAttribute getCall_DBRowsNumber()
DB Rows Number'.
Call.getDBRowsNumber(),
getCall()org.eclipse.emf.ecore.EAttribute getCall_CPUTime()
CPU Time'.
Call.getCPUTime(),
getCall()org.eclipse.emf.ecore.EClass getIndex()
Index'.
Indexorg.eclipse.emf.ecore.EAttribute getIndex_Value()
Value'.
Index.getValue(),
getIndex()TraceFactory getTraceFactory()
Copyright © 2018–2019 Atlanmod. All rights reserved.