Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

VIATRA2/Examples/VTCL/GraphPattern

< VIATRA2‎ | Examples‎ | VTCL
Revision as of 09:27, 25 May 2009 by Unnamed Poltroon (Talk) (Pattern Matching Semantics)

Overview: Graph patterns

Pattern Matching Semantics

pattern parentPattern1(X, Y, Z) = {
}
 
sharedvar pattern parentPattern2(X, Y, Z) = {
}
 
pattern childPattern1(A, B) = {
}
 
sharedvar pattern childPattern2(A, B) = {
 
}

Back to the top