Class BatchTransformationRuleFactory
- java.lang.Object
-
- org.eclipse.viatra.transformation.runtime.emf.rules.batch.BatchTransformationRuleFactory
-
public class BatchTransformationRuleFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
BatchTransformationRuleFactory.BatchTransformationRuleBuilder<Match extends IPatternMatch,Matcher extends ViatraQueryMatcher<Match>>
-
Constructor Summary
Constructors Constructor Description BatchTransformationRuleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <Match extends IPatternMatch,Matcher extends ViatraQueryMatcher<Match>>
BatchTransformationRuleFactory.BatchTransformationRuleBuilder<Match,Matcher>createRule()
Deprecated.UsecreateRule(IQuerySpecification)
instead<Match extends IPatternMatch,Matcher extends ViatraQueryMatcher<Match>>
BatchTransformationRuleFactory.BatchTransformationRuleBuilder<Match,Matcher>createRule(IQuerySpecification<Matcher> precondition)
-
-
-
Method Detail
-
createRule
@Deprecated public <Match extends IPatternMatch,Matcher extends ViatraQueryMatcher<Match>> BatchTransformationRuleFactory.BatchTransformationRuleBuilder<Match,Matcher> createRule()
Deprecated.UsecreateRule(IQuerySpecification)
instead
-
createRule
public <Match extends IPatternMatch,Matcher extends ViatraQueryMatcher<Match>> BatchTransformationRuleFactory.BatchTransformationRuleBuilder<Match,Matcher> createRule(IQuerySpecification<Matcher> precondition)
- Since:
- 2.1
-
-