Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2ced6113451f59bd92b2cb0947424bf4cf73afc8 (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/4.0.0/UML" name="isStrictInstanceOfPackage" query="query:JavaModelQuery CoreQueriesTest.querySet#isStrictInstanceOf">
  <parameterValues xsi:type="configuration:ConstantParameterValue" parameter="CoreQueriesTest.querySet#typeName">
    <valueInstance xsi:type="uml:LiteralString" name="" value="org.eclipse.uml2.uml.Package"/>
  </parameterValues>
</configuration:ModiscoQueryConfiguration>

Back to the top