| Package | Description |
|---|---|
| ca.appsimulations.models.model.application |
| Modifier and Type | Method and Description |
|---|---|
static Call |
AppBuilder.CallBuilder.build(String callName,
App app,
String sourceName,
String destinationName,
String sourceEntryName,
String destinationEntryName,
double numCalls) |
| Modifier and Type | Method and Description |
|---|---|
List<Call> |
ServiceEntry.calledBy() |
List<Call> |
Service.calledBy() |
List<Call> |
CallResolver.calledBy() |
List<Call> |
ServiceEntry.callsTo() |
List<Call> |
Service.callsTo() |
List<Call> |
CallResolver.callsTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceEntry.calledBy(String entryName,
Call call) |
void |
Service.calledBy(String serviceName,
Call call) |
void |
CallResolver.calledBy(String name,
Call call) |
void |
ServiceEntry.calls(String entryName,
Call call) |
void |
Service.calls(String serviceName,
Call call) |
void |
CallResolver.calls(String name,
Call call) |
Copyright © 2019. All rights reserved.