Class ActionProfileProvider
- java.lang.Object
-
- org.palladiosimulator.simulizar.action.interpreter.ActionProfileProvider
-
- All Implemented Interfaces:
org.modelversioning.emfprofile.registry.IProfileProvider
public class ActionProfileProvider extends Object implements org.modelversioning.emfprofile.registry.IProfileProvider
-
-
Constructor Summary
Constructors Constructor Description ActionProfileProvider(AdaptationBehavior action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.modelversioning.emfprofile.ProfilegetProfile()org.modelversioning.emfprofile.registry.IProfileProvider.ProfileLocationTypegetProfileLocationType()StringgetProfileName()StringgetProfileNsURI()
-
-
-
Constructor Detail
-
ActionProfileProvider
public ActionProfileProvider(AdaptationBehavior action)
-
-
Method Detail
-
getProfile
public org.modelversioning.emfprofile.Profile getProfile()
- Specified by:
getProfilein interfaceorg.modelversioning.emfprofile.registry.IProfileProvider
-
getProfileLocationType
public org.modelversioning.emfprofile.registry.IProfileProvider.ProfileLocationType getProfileLocationType()
- Specified by:
getProfileLocationTypein interfaceorg.modelversioning.emfprofile.registry.IProfileProvider
-
getProfileName
public String getProfileName()
- Specified by:
getProfileNamein interfaceorg.modelversioning.emfprofile.registry.IProfileProvider
-
getProfileNsURI
public String getProfileNsURI()
- Specified by:
getProfileNsURIin interfaceorg.modelversioning.emfprofile.registry.IProfileProvider
-
-