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 EDirectionDataflowEvent. 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 EDirectionCodeUtils. 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 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 EDirection Modifier and Type Method Description EDirectionDataflowEntry. getDirection()Methods in kieker.analysis.code.data with parameters of type EDirection Modifier and Type Method Description voidDataflowEntry. 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. VALUESA public read-only list of all the 'EDirection' enumerators.Methods in kieker.model.analysismodel.execution that return EDirection Modifier and Type Method Description static EDirectionEDirection. get(int value)Returns the 'EDirection' literal with the specified integer value.static EDirectionEDirection. get(java.lang.String literal)Returns the 'EDirection' literal with the specified literal value.static EDirectionEDirection. getByName(java.lang.String name)Returns the 'EDirection' literal with the specified name.EDirectionOperationDataflow. getDirection()Returns the value of the 'Direction' attribute.EDirectionStorageDataflow. getDirection()Returns the value of the 'Direction' attribute.static EDirectionEDirection. 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 voidOperationDataflow. 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 EDirection Modifier and Type Field Description protected EDirectionOperationDataflowImpl. directionThe cached value of the 'Direction' attribute.protected EDirectionStorageDataflowImpl. directionThe cached value of the 'Direction' attribute.protected static EDirectionOperationDataflowImpl. DIRECTION_EDEFAULTThe default value of the 'Direction' attribute.protected static EDirectionStorageDataflowImpl. DIRECTION_EDEFAULTThe default value of the 'Direction' attribute.Methods in kieker.model.analysismodel.execution.impl that return EDirection Modifier and Type Method Description EDirectionExecutionFactoryImpl. createEDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)EDirectionOperationDataflowImpl. getDirection()EDirectionStorageDataflowImpl. getDirection()Methods in kieker.model.analysismodel.execution.impl with parameters of type EDirection Modifier and Type Method Description voidOperationDataflowImpl. setDirection(EDirection newDirection)voidStorageDataflowImpl. setDirection(EDirection newDirection)