Uses of Class
kieker.model.analysismodel.execution.EDirection
Package | Description |
---|---|
kieker.analysis.architecture.recovery.events | |
kieker.analysis.code |
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.code.data |
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.model.analysismodel.execution | |
kieker.model.analysismodel.execution.impl |
-
Uses of EDirection in kieker.analysis.architecture.recovery.events
Methods in kieker.analysis.architecture.recovery.events that return EDirection Modifier and Type Method Description EDirection
DataflowEvent. getDirection()
Constructors in kieker.analysis.architecture.recovery.events with parameters of type EDirection Constructor Description DataflowEvent(GenericElementEvent source, GenericElementEvent target, EDirection direction, java.time.Duration duration)
Create a new dataflow event between two operations or between one operation and one storage. -
Uses of EDirection in kieker.analysis.code
Methods in kieker.analysis.code that return EDirection Modifier and Type Method Description static EDirection
CodeUtils. merge(EDirection left, EDirection right)
Merge two direction values.Methods in kieker.analysis.code with parameters of type EDirection Modifier and Type Method Description static EDirection
CodeUtils. merge(EDirection left, EDirection right)
Merge two direction values. -
Uses of EDirection in kieker.analysis.code.data
Methods in kieker.analysis.code.data that return EDirection Modifier and Type Method Description EDirection
DataflowEntry. getDirection()
Methods in kieker.analysis.code.data with parameters of type EDirection Modifier and Type Method Description void
DataflowEntry. setDirection(EDirection direction)
Constructors in kieker.analysis.code.data with parameters of type EDirection Constructor Description DataflowEntry(java.lang.String sourcePath, java.lang.String sourceModule, java.lang.String sourceOperation, java.lang.String targetPath, java.lang.String targetModule, java.lang.String targetOperatio, EDirection direction)
-
Uses of EDirection in kieker.model.analysismodel.execution
Fields in kieker.model.analysismodel.execution with type parameters of type EDirection Modifier and Type Field Description static java.util.List<EDirection>
EDirection. VALUES
A public read-only list of all the 'EDirection' enumerators.Methods in kieker.model.analysismodel.execution that return EDirection Modifier and Type Method Description static EDirection
EDirection. get(int value)
Returns the 'EDirection' literal with the specified integer value.static EDirection
EDirection. get(java.lang.String literal)
Returns the 'EDirection' literal with the specified literal value.static EDirection
EDirection. getByName(java.lang.String name)
Returns the 'EDirection' literal with the specified name.EDirection
OperationDataflow. getDirection()
Returns the value of the 'Direction' attribute.EDirection
StorageDataflow. getDirection()
Returns the value of the 'Direction' attribute.static EDirection
EDirection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EDirection[]
EDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in kieker.model.analysismodel.execution with parameters of type EDirection Modifier and Type Method Description void
OperationDataflow. setDirection(EDirection value)
Sets the value of the 'Direction
' attribute.void
StorageDataflow. setDirection(EDirection value)
Sets the value of the 'Direction
' attribute. -
Uses of EDirection in kieker.model.analysismodel.execution.impl
Fields in kieker.model.analysismodel.execution.impl declared as EDirection Modifier and Type Field Description protected EDirection
OperationDataflowImpl. direction
The cached value of the 'Direction
' attribute.protected EDirection
StorageDataflowImpl. direction
The cached value of the 'Direction
' attribute.protected static EDirection
OperationDataflowImpl. DIRECTION_EDEFAULT
The default value of the 'Direction
' attribute.protected static EDirection
StorageDataflowImpl. DIRECTION_EDEFAULT
The default value of the 'Direction
' attribute.Methods in kieker.model.analysismodel.execution.impl that return EDirection Modifier and Type Method Description EDirection
ExecutionFactoryImpl. createEDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
EDirection
OperationDataflowImpl. getDirection()
EDirection
StorageDataflowImpl. getDirection()
Methods in kieker.model.analysismodel.execution.impl with parameters of type EDirection Modifier and Type Method Description void
OperationDataflowImpl. setDirection(EDirection newDirection)
void
StorageDataflowImpl. setDirection(EDirection newDirection)