Class ConfigurerHelper
- java.lang.Object
-
- org.palladiosimulator.textual.tpcm.generator.pcm.ConfigurerHelper
-
public class ConfigurerHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurerHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EObject
getInitPropertyExpression(Initialization init, String propertyName)
static boolean
hasEmptyName(org.palladiosimulator.pcm.core.entity.NamedElement entity)
-
-
-
Method Detail
-
hasEmptyName
public static boolean hasEmptyName(org.palladiosimulator.pcm.core.entity.NamedElement entity)
-
getInitPropertyExpression
public static EObject getInitPropertyExpression(Initialization init, String propertyName)
-
-