Class VariableUsageSerialiser
java.lang.Object
org.palladiosimulator.editors.commons.tabs.parameters.VariableUsageSerialiser
Utility class for serialising (parts of)
VariableUsage
elements.-
Method Summary
Modifier and TypeMethodDescriptionstatic String
serialiseVariableName
(org.palladiosimulator.pcm.parameter.VariableUsage variableUsage) Serialise the variable name specified by theVariableUsage
.
-
Method Details
-
serialiseVariableName
public static String serialiseVariableName(org.palladiosimulator.pcm.parameter.VariableUsage variableUsage) Serialise the variable name specified by theVariableUsage
. This consists of the variable name and the characterisation type.- Parameters:
variableUsage
- The variable usage holding the name to be serialised.- Returns:
- The serialised variable name.
-