public class SaveConcernLinkSMart
extends java.lang.Object
Constructor and Description |
---|
SaveConcernLinkSMart() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getDiscardedVariability(Architecture architecture)
this function get the list of discarded variability to not be used to save concern
discarded variability will be ignored
|
static SaveConcernLinkSMart |
getInstance() |
void |
Save(Architecture architecture,
java.io.PrintWriter printWriter)
This class save the relation with concern and element of architecture
This function verify stereotypes of variability and normal stereotypes of element
|
public static SaveConcernLinkSMart getInstance()
public void Save(Architecture architecture, java.io.PrintWriter printWriter)
architecture
- - architecture to be decodedprintWriter
- - used to save a string in filepublic java.util.ArrayList<java.lang.String> getDiscardedVariability(Architecture architecture)
architecture
-