![]() | Description |
---|---|
An ASM rule invocation is an abstract term for a whole set of different invocations of ASM rule definitions and built-in ASM rules. |
![]() | Syntax |
---|---|
AsmRuleAST ::= SimpleRuleAST | CompoundRuleAST | ModelManipulationRuleAST AsmRulesAST ::= AsmRulesOptAST AsmRuleAST AsmRulesOptAST ::= $empty | AsmRulesOptAST AsmRuleAST Traditionally, an ASM rule invocation is a simple rule or a compound rule. In VIATRA, the set of ASM rule invocations is extended with model manipulation rules, which can modify the VIATRA model space. |