Class Services
- java.lang.Object
-
- org.palladiosimulator.indirections.editor.sirius.Services
-
public class Services extends Object
The services class used by VSM for theIndirectionsPackage
.
-
-
Constructor Summary
Constructors Constructor Description Services()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullName(de.uka.ipd.sdq.stoex.VariableReference variableReference)
Transforms aVariableReference
to a textual representation.
-
-
-
Method Detail
-
getFullName
public String getFullName(de.uka.ipd.sdq.stoex.VariableReference variableReference)
Transforms aVariableReference
to a textual representation.- Parameters:
variableReference
- The reference to get the full name from.- Returns:
- The full name.
-
-