Uses of Interface
org.eclipse.epsilon.hutn.model.config.hutnConfig.Rule
-
-
Uses of Rule in org.eclipse.epsilon.hutn.model.config.hutnConfig
Subinterfaces of Rule in org.eclipse.epsilon.hutn.model.config.hutnConfig Modifier and Type Interface Description interfaceDefaultValueRuleA representation of the model object 'Default Value Rule'.interfaceIdentifierRuleA representation of the model object 'Identifier Rule'.Methods in org.eclipse.epsilon.hutn.model.config.hutnConfig that return types with arguments of type Rule Modifier and Type Method Description org.eclipse.emf.common.util.EList<Rule>Configuration. getRules()Returns the value of the 'Rules' containment reference list. -
Uses of Rule in org.eclipse.epsilon.hutn.model.config.hutnConfig.impl
Classes in org.eclipse.epsilon.hutn.model.config.hutnConfig.impl that implement Rule Modifier and Type Class Description classDefaultValueRuleImplAn implementation of the model object 'Default Value Rule'.classIdentifierRuleImplAn implementation of the model object 'Identifier Rule'.classRuleImplAn implementation of the model object 'Rule'.Fields in org.eclipse.epsilon.hutn.model.config.hutnConfig.impl with type parameters of type Rule Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Rule>ConfigurationImpl. rulesThe cached value of the 'Rules' containment reference list.Methods in org.eclipse.epsilon.hutn.model.config.hutnConfig.impl that return types with arguments of type Rule Modifier and Type Method Description org.eclipse.emf.common.util.EList<Rule>ConfigurationImpl. getRules() -
Uses of Rule in org.eclipse.epsilon.hutn.model.config.hutnConfig.util
Methods in org.eclipse.epsilon.hutn.model.config.hutnConfig.util with parameters of type Rule Modifier and Type Method Description THutnConfigSwitch. caseRule(Rule object)Returns the result of interpreting the object as an instance of 'Rule'. -
Uses of Rule in org.eclipse.epsilon.hutn.validation.config
Methods in org.eclipse.epsilon.hutn.validation.config that return Rule Modifier and Type Method Description static RuleHutnConfigFileValidationTest. createDefaultValueRule(java.lang.String classifier, java.lang.String attribute, java.lang.String defaultValue)static RuleHutnConfigFileValidationTest. createIdentifierRule(java.lang.String classifier, java.lang.String attribute)Methods in org.eclipse.epsilon.hutn.validation.config with parameters of type Rule Modifier and Type Method Description static ConfigurationHutnConfigFileValidationTest. createConfiguration(Rule... rules)
-