Package org.eclipse.emf.mwe.core.config
Interface ConfigurationModel
public interface ConfigurationModel
-
Method Summary
Modifier and TypeMethodDescriptionboolean
featureExists
(String featureName) getAttributeValue
(String featureName, String attributeName) getFeature
(String featureName) boolean
isFeatureSelected
(String featureName)
-
Method Details
-
getFeature
-
featureExists
-
isFeatureSelected
- Throws:
FeatureNotFound
-
getAttributeValue
Object getAttributeValue(String featureName, String attributeName) throws FeatureNotFound, AttributeNotFound - Throws:
FeatureNotFound
AttributeNotFound
-