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 TracePackage |
eINSTANCE
The singleton instance of the package.
|
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 |
OPERATION_CALL
The meta object id for the '
Operation Call' class. |
static int |
OPERATION_CALL__CHILDREN
The feature id for the 'Children' reference list.
|
static int |
OPERATION_CALL__DUR_RATIO_TO_PARENT
The feature id for the 'Dur Ratio To Parent' attribute.
|
static int |
OPERATION_CALL__DUR_RATIO_TO_ROOT_PARENT
The feature id for the 'Dur Ratio To Root Parent' attribute.
|
static int |
OPERATION_CALL__DURATION
The feature id for the 'Duration' attribute.
|
static int |
OPERATION_CALL__FAILED
The feature id for the 'Failed' attribute.
|
static int |
OPERATION_CALL__FAILED_CAUSE
The feature id for the 'Failed Cause' attribute.
|
static int |
OPERATION_CALL__OPERATION
The feature id for the 'Operation' reference.
|
static int |
OPERATION_CALL__ORDER_INDEX
The feature id for the 'Order Index' attribute.
|
static int |
OPERATION_CALL__PARENT
The feature id for the 'Parent' reference.
|
static int |
OPERATION_CALL__STACK_DEPTH
The feature id for the 'Stack Depth' attribute.
|
static int |
OPERATION_CALL__START
The feature id for the 'Start' attribute.
|
static int |
OPERATION_CALL_FEATURE_COUNT
The number of structural features of the 'Operation Call' class.
|
static int |
OPERATION_CALL_OPERATION_COUNT
The number of operations of the 'Operation Call' class.
|
static int |
TRACE
The meta object id for the '
Trace' class. |
static int |
TRACE__ROOT_OPERATION_CALL
The feature id for the 'Root Operation Call' containment reference.
|
static int |
TRACE__TRACE_ID
The feature id for the 'Trace ID' 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.EReference |
getOperationCall_Children()
Returns the meta object for the reference list '
Children'. |
org.eclipse.emf.ecore.EAttribute |
getOperationCall_Duration()
Returns the meta object for the attribute '
Duration'. |
org.eclipse.emf.ecore.EAttribute |
getOperationCall_DurRatioToParent()
Returns the meta object for the attribute '
Dur Ratio To Parent'. |
org.eclipse.emf.ecore.EAttribute |
getOperationCall_DurRatioToRootParent()
Returns the meta object for the attribute '
Dur Ratio To Root Parent'. |
org.eclipse.emf.ecore.EAttribute |
getOperationCall_Failed()
Returns the meta object for the attribute '
Failed'. |
org.eclipse.emf.ecore.EAttribute |
getOperationCall_FailedCause()
Returns the meta object for the attribute '
Failed Cause'. |
org.eclipse.emf.ecore.EReference |
getOperationCall_Operation()
Returns the meta object for the reference '
Operation'. |
org.eclipse.emf.ecore.EAttribute |
getOperationCall_OrderIndex()
Returns the meta object for the attribute '
Order Index'. |
org.eclipse.emf.ecore.EReference |
getOperationCall_Parent()
Returns the meta object for the reference '
Parent'. |
org.eclipse.emf.ecore.EAttribute |
getOperationCall_StackDepth()
Returns the meta object for the attribute '
Stack Depth'. |
org.eclipse.emf.ecore.EAttribute |
getOperationCall_Start()
Returns the meta object for the attribute '
Start'. |
org.eclipse.emf.ecore.EClass |
getOperationCall()
Returns the meta object for class '
Operation Call'. |
org.eclipse.emf.ecore.EReference |
getTrace_RootOperationCall()
Returns the meta object for the containment reference '
Root Operation Call'. |
org.eclipse.emf.ecore.EAttribute |
getTrace_TraceID()
Returns the meta object for the attribute '
Trace ID'. |
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 java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final TracePackage eINSTANCE
static final int TRACE
Trace' class.
TraceImpl,
TracePackageImpl.getTrace(),
Constant Field Valuesstatic final int TRACE__TRACE_ID
static final int TRACE__ROOT_OPERATION_CALL
static final int TRACE_FEATURE_COUNT
static final int TRACE_OPERATION_COUNT
static final int OPERATION_CALL
Operation Call' class.
OperationCallImpl,
TracePackageImpl.getOperationCall(),
Constant Field Valuesstatic final int OPERATION_CALL__OPERATION
static final int OPERATION_CALL__PARENT
static final int OPERATION_CALL__CHILDREN
static final int OPERATION_CALL__DURATION
static final int OPERATION_CALL__START
static final int OPERATION_CALL__DUR_RATIO_TO_PARENT
static final int OPERATION_CALL__DUR_RATIO_TO_ROOT_PARENT
static final int OPERATION_CALL__STACK_DEPTH
static final int OPERATION_CALL__ORDER_INDEX
static final int OPERATION_CALL__FAILED
static final int OPERATION_CALL__FAILED_CAUSE
static final int OPERATION_CALL_FEATURE_COUNT
static final int OPERATION_CALL_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getTrace()
Trace'.
Traceorg.eclipse.emf.ecore.EAttribute getTrace_TraceID()
Trace ID'.
Trace.getTraceID(),
getTrace()org.eclipse.emf.ecore.EReference getTrace_RootOperationCall()
Root Operation Call'.
Trace.getRootOperationCall(),
getTrace()org.eclipse.emf.ecore.EClass getOperationCall()
Operation Call'.
OperationCallorg.eclipse.emf.ecore.EReference getOperationCall_Operation()
Operation'.
OperationCall.getOperation(),
getOperationCall()org.eclipse.emf.ecore.EReference getOperationCall_Parent()
Parent'.
OperationCall.getParent(),
getOperationCall()org.eclipse.emf.ecore.EReference getOperationCall_Children()
Children'.
OperationCall.getChildren(),
getOperationCall()org.eclipse.emf.ecore.EAttribute getOperationCall_Duration()
Duration'.
OperationCall.getDuration(),
getOperationCall()org.eclipse.emf.ecore.EAttribute getOperationCall_Start()
Start'.
OperationCall.getStart(),
getOperationCall()org.eclipse.emf.ecore.EAttribute getOperationCall_DurRatioToParent()
Dur Ratio To Parent'.
OperationCall.getDurRatioToParent(),
getOperationCall()org.eclipse.emf.ecore.EAttribute getOperationCall_DurRatioToRootParent()
Dur Ratio To Root Parent'.
OperationCall.getDurRatioToRootParent(),
getOperationCall()org.eclipse.emf.ecore.EAttribute getOperationCall_StackDepth()
Stack Depth'.
OperationCall.getStackDepth(),
getOperationCall()org.eclipse.emf.ecore.EAttribute getOperationCall_OrderIndex()
Order Index'.
OperationCall.getOrderIndex(),
getOperationCall()org.eclipse.emf.ecore.EAttribute getOperationCall_Failed()
Failed'.
OperationCall.isFailed(),
getOperationCall()org.eclipse.emf.ecore.EAttribute getOperationCall_FailedCause()
Failed Cause'.
OperationCall.getFailedCause(),
getOperationCall()TraceFactory getTraceFactory()
Copyright 2020 Kieker Project, http://kieker-monitoring.net