public class ServiceGraph extends Object
Constructor and Description |
---|
ServiceGraph()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
This method returns the description.
|
InvocationLink |
getInvocationLink(OperationNode source,
OperationNode target)
This method returns the invocation link associated with the supplied
source and target operation nodes.
|
Set<InvocationLink> |
getInvocationLinks()
This method returns the service invocation links.
|
Map<String,Object> |
getProperties()
This method returns the properties associated with
the graph.
|
ServiceNode |
getServiceNode(String serviceType)
This method returns the service node associated with
the supplied service interface.
|
ServiceNode |
getServiceNodeForInterface(String intf)
This method returns the service node associated with
the supplied service interface.
|
Set<ServiceNode> |
getServiceNodes()
This method returns the service nodes.
|
UsageLink |
getUsageLink(ServiceNode source,
ServiceNode target)
This method returns the usage link associated with the supplied
source and target service nodes.
|
Set<UsageLink> |
getUsageLinks()
This method returns the service usage links.
|
void |
setDescription(String description)
This method sets the description.
|
public String getDescription()
public void setDescription(String description)
description
- The descriptionpublic Set<ServiceNode> getServiceNodes()
public ServiceNode getServiceNode(String serviceType)
serviceType
- The service typepublic ServiceNode getServiceNodeForInterface(String intf)
intf
- The interfacepublic Set<InvocationLink> getInvocationLinks()
public InvocationLink getInvocationLink(OperationNode source, OperationNode target)
source
- The sourcetarget
- The targetpublic Set<UsageLink> getUsageLinks()
public UsageLink getUsageLink(ServiceNode source, ServiceNode target)
source
- The sourcetarget
- The targetCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.