Package | Description |
---|---|
org.overlord.rtgov.service.dependency | |
org.overlord.rtgov.service.dependency.svg |
Modifier and Type | Method and Description |
---|---|
OperationNode |
ServiceNode.getOperation(String name)
This method returns the operation node associated with
the supplied name.
|
OperationNode |
InvocationLink.getSource()
This method returns the source operation node.
|
OperationNode |
InvocationLink.getTarget()
This method returns the target operation node.
|
Modifier and Type | Method and Description |
---|---|
Set<OperationNode> |
ServiceNode.getOperations()
This method returns the operation nodes.
|
Modifier and Type | Method and Description |
---|---|
InvocationLink |
ServiceGraph.getInvocationLink(OperationNode source,
OperationNode target)
This method returns the invocation link associated with the supplied
source and target operation nodes.
|
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 |
InvocationLink.setSource(OperationNode node)
This method sets the source operation node.
|
void |
InvocationLink.setTarget(OperationNode node)
This method sets the target operation node.
|
Constructor and Description |
---|
InvocationLink(OperationNode source,
OperationNode target)
This constructor sets the source and target operation nodes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SVGServiceGraphGenerator.generateOperation(OperationNode opn,
double ratio,
Element container,
Node insertPoint)
This method generates the operation node.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.