Constructor and Description |
---|
ApplicationVertex(Application application,
int level) |
Modifier and Type | Method and Description |
---|---|
Application |
MockApplicationEdge.getApplication() |
Modifier and Type | Method and Description |
---|---|
void |
MockBusinessService.addApplicationEdge(Application application,
MapFunction mapFunction,
int weight) |
void |
MockApplicationEdge.setApplication(Application application) |
Constructor and Description |
---|
MockApplicationEdge(long id,
Application application) |
Modifier and Type | Method and Description |
---|---|
Application |
BusinessServiceManager.getApplicationById(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<Application> |
BusinessServiceManager.getAllApplications() |
Modifier and Type | Method and Description |
---|---|
boolean |
BusinessServiceManager.addApplicationEdge(BusinessService businessService,
Application application,
MapFunction mapFunction,
int weight) |
List<GraphVertex> |
BusinessServiceStateMachine.calculateImpact(Application application) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationImpl |
Modifier and Type | Method and Description |
---|---|
Application |
BusinessServiceManagerImpl.getApplicationById(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<Application> |
BusinessServiceManagerImpl.getAllApplications() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessServiceImpl.addApplicationEdge(Application application,
MapFunction mapFunction,
int weight) |
boolean |
BusinessServiceManagerImpl.addApplicationEdge(BusinessService businessService,
Application application,
MapFunction mapFunction,
int weight) |
List<GraphVertex> |
DefaultBusinessServiceStateMachine.calculateImpact(Application application) |
Modifier and Type | Method and Description |
---|---|
Application |
ApplicationEdgeImpl.getApplication() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationEdgeImpl.setApplication(Application application) |
Modifier and Type | Method and Description |
---|---|
void |
BusinessService.addApplicationEdge(Application application,
MapFunction mapFunction,
int weight) |
Modifier and Type | Method and Description |
---|---|
Application |
ApplicationEdge.getApplication() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationEdge.setApplication(Application application) |
Modifier and Type | Method and Description |
---|---|
Application |
GraphVertex.getApplication() |
Modifier and Type | Method and Description |
---|---|
Application |
GraphVertexImpl.getApplication() |
Constructor and Description |
---|
GraphVertexImpl(ReductionFunction reduceFunction,
Application application) |
GraphVertexImpl(ReductionFunction reduceFunction,
BusinessService businessService,
IpService ipService,
Application application,
String reductionKey) |
Modifier and Type | Method and Description |
---|---|
static String |
BusinessServiceEditWindow.describeApplication(Application application) |
Modifier and Type | Method and Description |
---|---|
BusinessServiceVertex.BusinessServiceVertexBuilder |
BusinessServiceVertex.BusinessServiceVertexBuilder.application(Application application) |
Copyright © 2021. All rights reserved.