public class UsageLink extends Object
Constructor and Description |
---|
UsageLink()
This is the default constructor.
|
UsageLink(ServiceNode source,
ServiceNode target)
This constructor sets the source and target service nodes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<InvocationDefinition> |
getInvocations()
This method returns the invocation definitions for
the service being used.
|
ServiceNode |
getSource()
This method returns the source service node.
|
ServiceNode |
getTarget()
This method returns the target service node.
|
int |
hashCode() |
void |
setSource(ServiceNode node)
This method sets the source service node.
|
void |
setTarget(ServiceNode node)
This method sets the target service node.
|
public UsageLink()
public UsageLink(ServiceNode source, ServiceNode target)
source
- The source service nodetarget
- The target service nodepublic List<InvocationDefinition> getInvocations()
public ServiceNode getSource()
public void setSource(ServiceNode node)
node
- The source service nodepublic ServiceNode getTarget()
public void setTarget(ServiceNode node)
node
- The target service nodeCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.