Package de.uka.ipd.sdq.pcm.gmf.ui
Class ExtensionHelper
- java.lang.Object
-
- de.uka.ipd.sdq.pcm.gmf.ui.ExtensionHelper
-
public class ExtensionHelper extends Object
Helper class to access installed work-flow extensions.
-
-
Constructor Summary
Constructors Constructor Description ExtensionHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<PalladioTemplate>
getPalladioModelTemplates()
Build the set of palladio model templates registered for the according extension point.
-
-
-
Method Detail
-
getPalladioModelTemplates
public Set<PalladioTemplate> getPalladioModelTemplates()
Build the set of palladio model templates registered for the according extension point.- Returns:
- The list of identified palladio model templates.
-
-