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 |
---|---|
ServiceNode |
ServiceTree.getRootNode()
Deprecated.
This method returns the root node.
|
ServiceNode |
ServiceGraph.getServiceNode(String serviceType)
This method returns the service node associated with
the supplied service interface.
|
ServiceNode |
ServiceGraph.getServiceNodeForInterface(String intf)
This method returns the service node associated with
the supplied service interface.
|
ServiceNode |
UsageLink.getSource()
This method returns the source service node.
|
ServiceNode |
UsageLink.getTarget()
This method returns the target service node.
|
Modifier and Type | Method and Description |
---|---|
Set<ServiceNode> |
ServiceGraph.getServiceNodes()
This method returns the service nodes.
|
Modifier and Type | Method and Description |
---|---|
UsageLink |
ServiceGraph.getUsageLink(ServiceNode source,
ServiceNode target)
This method returns the usage link associated with the supplied
source and target service nodes.
|
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.
|
void |
ServiceTree.setRootNode(ServiceNode node)
Deprecated.
This method sets the root node.
|
void |
UsageLink.setSource(ServiceNode node)
This method sets the source service node.
|
void |
UsageLink.setTarget(ServiceNode node)
This method sets the target service node.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
ServiceDependencyBuilder.isServiceProvider(ServiceGraph sg,
ServiceNode node,
ServiceNode focus,
Set<ServiceNode> visited)
This method determines whether the supplied
|
Constructor and Description |
---|
UsageLink(ServiceNode source,
ServiceNode target)
This constructor sets the source and target service nodes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServiceGraphLayoutImpl.layoutService(ServiceGraph sg,
ServiceNode sn,
int x,
int y)
This method performs the layout of the supplied service
node.
|
protected boolean |
ServiceGraphLayoutImpl.requiresLayout(ServiceNode sn)
This method determines whether the supplied service node
requires layout.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SVGServiceGraphGenerator.generateService(ServiceNode sn,
double ratio,
Element container,
Node insertPoint)
This method generates the service node.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.