01_user_documentation:07_rgg_xl:03_query_graph:07_msgraph:03_predicate
This is an old revision of the document!
MS Predicate
The MSGraph have a specific predicate for the path patterns. It will try to implicitly match path pattern between the different scales of the other predicates.
Examples
// graph with two nodes connected by a refinement edges [Axiom ==> A /> B;] derive(); // application of waiting rules MSGraph msgraph = MSGraph.get (graph()) ; // get an instance of a MSGraph // use the MSGraph as query model msgraph.[A b:B ::> println(b);]; // the node B is found because Node "SPACE" Node look for refinement edges as well
01_user_documentation/07_rgg_xl/03_query_graph/07_msgraph/03_predicate.1770464843.txt.gz · Last modified: 2026/02/07 12:47 by gaetan
