public class Association extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPENDS
Identifies a dependency to a resources.
|
static String |
USED_BY
Identifies a usage of a resource.
|
| Constructor and Description |
|---|
Association()
Default constructor for the Association Class.
|
Association(String sourcePath,
String destinationPath,
String associationType)
Construct an association by providing the source, target and the association type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociationType()
Method to get the association type.
|
String |
getDestinationPath()
Method to get the destination path.
|
String |
getSourcePath()
Method to get the source path.
|
void |
setAssociationType(String associationType)
Method to get the association type.
|
void |
setDestinationPath(String destinationPath)
Method to set the destination path.
|
void |
setSourcePath(String sourcePath)
Method to set the source path.
|
public static final String DEPENDS
public static final String USED_BY
public Association()
public Association(String sourcePath, String destinationPath, String associationType)
sourcePath - the source of the association.destinationPath - the destination of the association.associationType - the type of the association.public String getSourcePath()
public void setSourcePath(String sourcePath)
sourcePath - the source path.public String getDestinationPath()
public void setDestinationPath(String destinationPath)
destinationPath - the destination path.public String getAssociationType()
public void setAssociationType(String associationType)
associationType - the association type.Copyright © 2018 WSO2 Inc. All rights reserved.