Class Services
java.lang.Object
org.palladiosimulator.indirections.editor.sirius.Services
The services class used by VSM for the
IndirectionsPackage
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFullName
(de.uka.ipd.sdq.stoex.VariableReference variableReference) Transforms aVariableReference
to a textual representation.
-
Constructor Details
-
Services
public Services()
-
-
Method Details
-
getFullName
Transforms aVariableReference
to a textual representation.- Parameters:
variableReference
- The reference to get the full name from.- Returns:
- The full name.
-