Package | Description |
---|---|
org.overlord.rtgov.service.dependency | |
org.overlord.rtgov.service.dependency.layout | |
org.overlord.rtgov.service.dependency.svg |
Modifier and Type | Method and Description |
---|---|
static ServiceGraph |
ServiceDependencyBuilder.buildGraph(Set<ServiceDefinition> sds,
List<Situation> sits)
This method builds a service graph from a collection of service
definitions.
|
static ServiceGraph |
ServiceDependencyBuilder.buildGraph(Set<ServiceDefinition> sds,
List<Situation> sits,
String focusServiceType)
This method builds a service graph from a collection of service
definitions.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ServiceDependencyBuilder.filter(ServiceGraph sg,
String focusServiceType)
This method filters out any service node that is not a client, or
direct/indirect service provider, to the supplied service type.
|
protected static boolean |
ServiceDependencyBuilder.isServiceProvider(ServiceGraph sg,
ServiceNode node,
ServiceNode focus,
Set<ServiceNode> visited)
This method determines whether the supplied
|
protected static void |
ServiceDependencyBuilder.linkOperationNodes(ServiceGraph sg,
ServiceNode sn,
OperationNode opn,
List<InvocationDefinition> ids)
This method links the source operation node with the invoked
operation nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceGraphLayoutImpl.layout(ServiceGraph sg)
This method establishes the layout of the
nodes and links within the supplied service
graph.
|
void |
ServiceGraphLayout.layout(ServiceGraph sg)
This method establishes the layout of the
nodes and links within the supplied service
graph.
|
protected void |
ServiceGraphLayoutImpl.layoutService(ServiceGraph sg,
ServiceNode sn,
int x,
int y)
This method performs the layout of the supplied service
node.
|
Modifier and Type | Method and Description |
---|---|
void |
SVGServiceGraphGenerator.generate(ServiceGraph sg,
int maxWidth,
OutputStream os)
This method generates the SVG representation of the supplied
service graph to the output stream.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.