Skip to main content
summaryrefslogtreecommitdiffstats
blob: b3a1cee35e0f2bb100580a6a1061d5d948854d29 (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<configuration:ModiscoQueryConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:configuration="http://www.eclipse.org/papyrus/core/queries/0.7" xmlns:query="http://www.eclipse.org/EmfFacet/infra/query/0.8.incubation" xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML" query="query:JavaModelQuery CoreQueriesConfigurationSet.querySet#IsNamed">
  <parameterValues parameter="CoreQueriesConfigurationSet.querySet#name">
    <valueInstance xsi:type="uml:LiteralString" name="TestModel"/>
  </parameterValues>
</configuration:ModiscoQueryConfiguration>

Back to the top