Uses of Enum Class
kieker.model.analysismodel.execution.EDirection
Packages that use EDirection
Package
Description
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.
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.
-
Uses of EDirection in kieker.analysis.architecture.recovery.events
Methods in kieker.analysis.architecture.recovery.events that return EDirectionConstructors in kieker.analysis.architecture.recovery.events with parameters of type EDirectionModifierConstructorDescriptionDataflowEvent(GenericElementEvent source, GenericElementEvent target, EDirection direction, 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 EDirectionModifier and TypeMethodDescriptionstatic EDirectionCodeUtils.merge(EDirection left, EDirection right) Merge two direction values.Methods in kieker.analysis.code with parameters of type EDirectionModifier and TypeMethodDescriptionstatic EDirectionCodeUtils.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 EDirectionMethods in kieker.analysis.code.data with parameters of type EDirectionConstructors in kieker.analysis.code.data with parameters of type EDirectionModifierConstructorDescriptionDataflowEntry(String sourcePath, String sourceModule, String sourceOperation, String targetPath, String targetModule, String targetOperatio, EDirection direction) -
Uses of EDirection in kieker.model.analysismodel.execution
Fields in kieker.model.analysismodel.execution with type parameters of type EDirectionModifier and TypeFieldDescriptionstatic final List<EDirection>EDirection.VALUESA public read-only list of all the 'EDirection' enumerators.Methods in kieker.model.analysismodel.execution that return EDirectionModifier and TypeMethodDescriptionstatic EDirectionEDirection.get(int value) Returns the 'EDirection' literal with the specified integer value.static EDirectionReturns the 'EDirection' literal with the specified literal value.static EDirectionReturns the 'EDirection' literal with the specified name.OperationDataflow.getDirection()Returns the value of the 'Direction' attribute.StorageDataflow.getDirection()Returns the value of the 'Direction' attribute.static EDirectionReturns the enum constant of this class with the specified name.static EDirection[]EDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in kieker.model.analysismodel.execution with parameters of type EDirectionModifier and TypeMethodDescriptionvoidOperationDataflow.setDirection(EDirection value) Sets the value of the 'Direction' attribute.voidStorageDataflow.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 EDirectionModifier and TypeFieldDescriptionprotected EDirectionOperationDataflowImpl.directionThe cached value of the 'Direction' attribute.protected EDirectionStorageDataflowImpl.directionThe cached value of the 'Direction' attribute.protected static final EDirectionOperationDataflowImpl.DIRECTION_EDEFAULTThe default value of the 'Direction' attribute.protected static final EDirectionStorageDataflowImpl.DIRECTION_EDEFAULTThe default value of the 'Direction' attribute.Methods in kieker.model.analysismodel.execution.impl that return EDirectionModifier and TypeMethodDescriptionExecutionFactoryImpl.createEDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) OperationDataflowImpl.getDirection()StorageDataflowImpl.getDirection()Methods in kieker.model.analysismodel.execution.impl with parameters of type EDirectionModifier and TypeMethodDescriptionvoidOperationDataflowImpl.setDirection(EDirection newDirection) voidStorageDataflowImpl.setDirection(EDirection newDirection)