Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: db9558dcacbd23cdced66dc6864eb1a620122c34 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?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" name="IsNameLongerThanQueryConfiguration2" query="query:JavaModelQuery CoreQueriesTest.querySet#IsNameLongerThan">
  <parameterValues xsi:type="configuration:ConstantParameterValue" parameter="CoreQueriesTest.querySet#isTrueWhenEqual">
    <valueInstance xsi:type="uml:LiteralBoolean" name=""/>
  </parameterValues>
  <parameterValues xsi:type="configuration:ConstantParameterValue" parameter="CoreQueriesTest.querySet#length">
    <valueInstance xsi:type="uml:LiteralInteger" value="10"/>
  </parameterValues>
</configuration:ModiscoQueryConfiguration>

Back to the top