Match - A VIATRA Query pattern match - left hand side of the ruleMatcher - A VIATRA Query pattern matcher - left hand side of the rule@Deprecated public class DSETransformationRule<Match extends IPatternMatch,Matcher extends ViatraQueryMatcher<Match>> extends BatchTransformationRule<Match,Matcher>
IQuerySpecification and a right hand side (RHS),
which is specified by an IMatchProcessor.ruleName, STATEFUL_RULE_LIFECYCLE, STATELESS_RULE_LIFECYCLE| Constructor and Description |
|---|
DSETransformationRule(IQuerySpecification<Matcher> querySpec,
IMatchProcessor<Match> action)
Deprecated.
|
DSETransformationRule(java.lang.String name,
IQuerySpecification<Matcher> querySpec,
IMatchProcessor<Match> action)
Deprecated.
|
getAction, getFilter, getName, getPrecondition, getRuleSpecificationpublic DSETransformationRule(java.lang.String name,
IQuerySpecification<Matcher> querySpec,
IMatchProcessor<Match> action)
public DSETransformationRule(IQuerySpecification<Matcher> querySpec, IMatchProcessor<Match> action)