public class JourneyCallIntermediateContainer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JourneyCallIntermediateContainer.ReversedCallHelper
A small helper for calculation of duplicates.
|
| Constructor and Description |
|---|
JourneyCallIntermediateContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TracedCallStepAO step)
Adds a new TracedCallStepAO.
|
List<TracedCallStepAO> |
getElements() |
Map<String,JourneyCallIntermediateContainer.ReversedCallHelper> |
getReversedSteps()
Returns the map with collected steps.
|
public void add(TracedCallStepAO step)
step - public List<TracedCallStepAO> getElements()
public Map<String,JourneyCallIntermediateContainer.ReversedCallHelper> getReversedSteps()
Copyright © 2010-2015 anotheria.net. All Rights Reserved.