| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc (1.8.0_60) on Thu Dec 03 17:18:51 CET 2015 --> |
| <title>Deprecated List</title> |
| <meta name="date" content="2015-12-03"> |
| <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| <script type="text/javascript" src="script.js"></script> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| try { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Deprecated List"; |
| } |
| } |
| catch(err) { |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar.top"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.top.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li class="navBarCell1Rev">Deprecated</li> |
| <li><a href="index-files/index-1.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> |
| <li><a href="deprecated-list.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <div class="header"> |
| <h1 title="Deprecated API" class="title">Deprecated API</h1> |
| <h2 title="Contents">Contents</h2> |
| <ul> |
| <li><a href="#interface">Deprecated Interfaces</a></li> |
| <li><a href="#class">Deprecated Classes</a></li> |
| <li><a href="#field">Deprecated Fields</a></li> |
| <li><a href="#method">Deprecated Methods</a></li> |
| <li><a href="#constructor">Deprecated Constructors</a></li> |
| </ul> |
| </div> |
| <div class="contentContainer"><a name="interface"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Interfaces table, listing deprecated interfaces, and an explanation"> |
| <caption><span>Deprecated Interfaces</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colOne" scope="col">Interface and Description</th> |
| </tr> |
| <tbody> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/localsearch/planner/cost/ICostEstimator.html" title="interface in org.eclipse.incquery.runtime.localsearch.planner.cost">org.eclipse.incquery.runtime.localsearch.planner.cost.ICostEstimator</a> |
| <div class="block"><span class="deprecationComment">This is used by <a href="org/eclipse/incquery/runtime/localsearch/planner/LocalSearchPlannerStrategy.html" title="class in org.eclipse.incquery.runtime.localsearch.planner"><code>LocalSearchPlannerStrategy</code></a>. |
| Use the <a href="org/eclipse/incquery/runtime/localsearch/planner/LocalSearchRuntimeBasedStrategy.html" title="class in org.eclipse.incquery.runtime.localsearch.planner"><code>LocalSearchRuntimeBasedStrategy</code></a> and its belonging components instead.</span></div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </li> |
| </ul> |
| <a name="class"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation"> |
| <caption><span>Deprecated Classes</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colOne" scope="col">Class and Description</th> |
| </tr> |
| <tbody> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/rete/eval/AbstractEvaluator.html" title="class in org.eclipse.incquery.runtime.rete.eval">org.eclipse.incquery.runtime.rete.eval.AbstractEvaluator</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/runtime/matchers/psystem/IExpressionEvaluator.html" title="interface in org.eclipse.incquery.runtime.matchers.psystem"><code>IExpressionEvaluator</code></a> with an <a href="org/eclipse/incquery/runtime/matchers/psystem/IValueProvider.html" title="interface in org.eclipse.incquery.runtime.matchers.psystem"><code>IValueProvider</code></a> instead.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/matchers/psystem/rewriters/CachingPDisjunctionRewriter.html" title="class in org.eclipse.incquery.runtime.matchers.psystem.rewriters">org.eclipse.incquery.runtime.matchers.psystem.rewriters.CachingPDisjunctionRewriter</a> |
| <div class="block"><span class="deprecationComment">Use the <a href="org/eclipse/incquery/runtime/matchers/psystem/rewriters/PDisjunctionRewriterCacher.html" title="class in org.eclipse.incquery.runtime.matchers.psystem.rewriters"><code>PDisjunctionRewriterCacher</code></a> implementation instead.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/patternlanguage/emf/specification/GenericPatternMatcher.html" title="class in org.eclipse.incquery.patternlanguage.emf.specification">org.eclipse.incquery.patternlanguage.emf.specification.GenericPatternMatcher</a> |
| <div class="block"><span class="deprecationComment">direct reference not recommended. As of 0.9, clients should use |
| <a href="org/eclipse/incquery/patternlanguage/emf/specification/SpecificationBuilder.html" title="class in org.eclipse.incquery.patternlanguage.emf.specification"><code>SpecificationBuilder</code></a> to convert EMF patterns to |
| <a href="org/eclipse/incquery/runtime/api/IQuerySpecification.html" title="interface in org.eclipse.incquery.runtime.api"><code>IQuerySpecification</code></a>s, or |
| <a href="org/eclipse/incquery/runtime/api/GenericPatternMatcher.html" title="class in org.eclipse.incquery.runtime.api"><code>GenericPatternMatcher</code></a> |
| for other purposes. Note that the class |
| <a href="org/eclipse/incquery/runtime/api/GenericPatternMatch.html" title="class in org.eclipse.incquery.runtime.api"><code>GenericPatternMatch</code></a> has also been moved.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/localsearch/planner/LocalSearchPlannerStrategy.html" title="class in org.eclipse.incquery.runtime.localsearch.planner">org.eclipse.incquery.runtime.localsearch.planner.LocalSearchPlannerStrategy</a> |
| <div class="block"><span class="deprecationComment">Use the <a href="org/eclipse/incquery/runtime/localsearch/planner/LocalSearchRuntimeBasedStrategy.html" title="class in org.eclipse.incquery.runtime.localsearch.planner"><code>LocalSearchRuntimeBasedStrategy</code></a> and its belonging components instead.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/localsearch/planner/util/OrderingHeuristics.html" title="class in org.eclipse.incquery.runtime.localsearch.planner.util">org.eclipse.incquery.runtime.localsearch.planner.util.OrderingHeuristics</a> |
| <div class="block"><span class="deprecationComment">This is used by <a href="org/eclipse/incquery/runtime/localsearch/planner/LocalSearchPlannerStrategy.html" title="class in org.eclipse.incquery.runtime.localsearch.planner"><code>LocalSearchPlannerStrategy</code></a>. |
| Use the <a href="org/eclipse/incquery/runtime/localsearch/planner/LocalSearchRuntimeBasedStrategy.html" title="class in org.eclipse.incquery.runtime.localsearch.planner"><code>LocalSearchRuntimeBasedStrategy</code></a> and its belonging components instead.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/matchers/psystem/basicenumerables/TypeBinary.html" title="class in org.eclipse.incquery.runtime.matchers.psystem.basicenumerables">org.eclipse.incquery.runtime.matchers.psystem.basicenumerables.TypeBinary</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/matchers/psystem/basicenumerables/TypeConstraint.html" title="class in org.eclipse.incquery.runtime.matchers.psystem.basicenumerables"><code>TypeConstraint</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/matchers/psystem/basicenumerables/TypeUnary.html" title="class in org.eclipse.incquery.runtime.matchers.psystem.basicenumerables">org.eclipse.incquery.runtime.matchers.psystem.basicenumerables.TypeUnary</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/matchers/psystem/basicenumerables/TypeConstraint.html" title="class in org.eclipse.incquery.runtime.matchers.psystem.basicenumerables"><code>TypeConstraint</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/matchers/util/UnionFind.html" title="class in org.eclipse.incquery.runtime.matchers.util">org.eclipse.incquery.runtime.matchers.util.UnionFind</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/runtime/base/itc/alg/incscc/UnionFind.html" title="class in org.eclipse.incquery.runtime.base.itc.alg.incscc"><code>UnionFind</code></a> instead.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/patternlanguage/validation/UnionFindForVariables.html" title="class in org.eclipse.incquery.patternlanguage.validation">org.eclipse.incquery.patternlanguage.validation.UnionFindForVariables</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/runtime/base/itc/alg/incscc/UnionFind.html" title="class in org.eclipse.incquery.runtime.base.itc.alg.incscc"><code>UnionFind</code></a> instead.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/validation/runtime/ValidationManager.html" title="class in org.eclipse.incquery.validation.runtime">org.eclipse.incquery.validation.runtime.ValidationManager</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/validation/runtime/ConstraintExtensionRegistry.html" title="class in org.eclipse.incquery.validation.runtime"><code>ConstraintExtensionRegistry</code></a> and <a href="org/eclipse/incquery/validation/runtime/ValidationInitializerUtil.html" title="class in org.eclipse.incquery.validation.runtime"><code>ValidationInitializerUtil</code></a> instead.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/localsearch/planner/cost/impl/VariableBindingBasedCostEstimator.html" title="class in org.eclipse.incquery.runtime.localsearch.planner.cost.impl">org.eclipse.incquery.runtime.localsearch.planner.cost.impl.VariableBindingBasedCostEstimator</a> |
| <div class="block"><span class="deprecationComment">This is used by <a href="org/eclipse/incquery/runtime/localsearch/planner/LocalSearchPlannerStrategy.html" title="class in org.eclipse.incquery.runtime.localsearch.planner"><code>LocalSearchPlannerStrategy</code></a>. |
| Use the <a href="org/eclipse/incquery/runtime/localsearch/planner/LocalSearchRuntimeBasedStrategy.html" title="class in org.eclipse.incquery.runtime.localsearch.planner"><code>LocalSearchRuntimeBasedStrategy</code></a> and its belonging components instead.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/util/ViewersConflictResolver.html" title="class in org.eclipse.incquery.viewers.runtime.util">org.eclipse.incquery.viewers.runtime.util.ViewersConflictResolver</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/runtime/evm/specific/resolver/InvertedDisappearancePriorityConflictResolver.html" title="class in org.eclipse.incquery.runtime.evm.specific.resolver"><code>InvertedDisappearancePriorityConflictResolver</code></a> instead</span></div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </li> |
| </ul> |
| <a name="field"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Fields table, listing deprecated fields, and an explanation"> |
| <caption><span>Deprecated Fields</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colOne" scope="col">Field and Description</th> |
| </tr> |
| <tbody> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/evm/specific/lifecycle/DefaultActivationLifeCycle.html#DEFAULT">org.eclipse.incquery.runtime.evm.specific.lifecycle.DefaultActivationLifeCycle.DEFAULT</a> |
| <div class="block"><span class="deprecationComment">Use <code>Lifecycles#getDefault(true, true)</code> instead.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/evm/specific/lifecycle/DefaultActivationLifeCycle.html#DEFAULT_NO_DISAPPEAR">org.eclipse.incquery.runtime.evm.specific.lifecycle.DefaultActivationLifeCycle.DEFAULT_NO_DISAPPEAR</a> |
| <div class="block"><span class="deprecationComment">Use <code>Lifecycles#getDefault(true, false)</code> instead.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/evm/specific/lifecycle/DefaultActivationLifeCycle.html#DEFAULT_NO_UPDATE">org.eclipse.incquery.runtime.evm.specific.lifecycle.DefaultActivationLifeCycle.DEFAULT_NO_UPDATE</a> |
| <div class="block"><span class="deprecationComment">Use <code>Lifecycles#getDefault(false, true)</code> instead.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/evm/specific/lifecycle/DefaultActivationLifeCycle.html#DEFAULT_NO_UPDATE_AND_DISAPPEAR">org.eclipse.incquery.runtime.evm.specific.lifecycle.DefaultActivationLifeCycle.DEFAULT_NO_UPDATE_AND_DISAPPEAR</a> |
| <div class="block"><span class="deprecationComment">Use <code>Lifecycles#getDefault(false, false)</code> instead.</span></div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </li> |
| </ul> |
| <a name="method"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation"> |
| <caption><span>Deprecated Methods</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colOne" scope="col">Method and Description</th> |
| </tr> |
| <tbody> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/IncQueryViewerSupport.html#bind-org.eclipse.jface.viewers.AbstractListViewer-org.eclipse.incquery.viewers.runtime.model.ViewerDataModel-">org.eclipse.incquery.viewers.runtime.IncQueryViewerSupport.bind(AbstractListViewer, ViewerDataModel)</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/viewers/runtime/IncQueryViewerSupport.html#bind-org.eclipse.jface.viewers.AbstractListViewer-org.eclipse.incquery.viewers.runtime.model.ViewerState-"><code>IncQueryViewerSupport.bind(AbstractListViewer, ViewerState)</code></a> where |
| <code>ViewerStateSet</code> consists of the shared data between |
| various viewers.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/IncQueryViewerSupport.html#bind-org.eclipse.jface.viewers.AbstractListViewer-org.eclipse.incquery.viewers.runtime.model.ViewerDataModel-org.eclipse.incquery.viewers.runtime.model.ViewerDataFilter-">org.eclipse.incquery.viewers.runtime.IncQueryViewerSupport.bind(AbstractListViewer, ViewerDataModel, ViewerDataFilter)</a> |
| <div class="block"><span class="deprecationComment">Use <code>#bind(AbstractListViewer, ViewerStateSet)</code> where |
| <code>ViewerStateSet</code> consists of the shared data between |
| various viewers.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/IncQueryViewerSupport.html#bind-org.eclipse.jface.viewers.AbstractTreeViewer-org.eclipse.incquery.viewers.runtime.model.ViewerDataModel-">org.eclipse.incquery.viewers.runtime.IncQueryViewerSupport.bind(AbstractTreeViewer, ViewerDataModel)</a> |
| <div class="block"><span class="deprecationComment">Use <code>#bind(AbstractTreeViewer, ViewerStateSet)</code> where |
| <code>ViewerStateSet</code> consists of the shared data between |
| various viewers.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/IncQueryViewerSupport.html#bind-org.eclipse.jface.viewers.AbstractTreeViewer-org.eclipse.incquery.viewers.runtime.model.ViewerDataModel-org.eclipse.incquery.viewers.runtime.model.ViewerDataFilter-">org.eclipse.incquery.viewers.runtime.IncQueryViewerSupport.bind(AbstractTreeViewer, ViewerDataModel, ViewerDataFilter)</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/viewers/runtime/IncQueryViewerSupport.html#bind-org.eclipse.jface.viewers.AbstractTreeViewer-org.eclipse.incquery.viewers.runtime.model.ViewerState-"><code>IncQueryViewerSupport.bind(AbstractTreeViewer, ViewerState)</code></a> where |
| <a href="org/eclipse/incquery/viewers/runtime/model/ViewerState.html" title="class in org.eclipse.incquery.viewers.runtime.model"><code>ViewerState</code></a> consists of the shared data between |
| various viewers.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/api/AdvancedIncQueryEngine.html#createUnmanagedEngine-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.runtime.api.AdvancedIncQueryEngine.createUnmanagedEngine(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/api/AdvancedIncQueryEngine.html#createUnmanagedEngine-org.eclipse.incquery.runtime.api.scope.IncQueryScope-"><code>AdvancedIncQueryEngine.createUnmanagedEngine(IncQueryScope)</code></a> instead to evaluate queries on both EMF and non-EMF scopes.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/api/AdvancedIncQueryEngine.html#createUnmanagedEngine-org.eclipse.emf.common.notify.Notifier-org.eclipse.incquery.runtime.base.api.BaseIndexOptions-">org.eclipse.incquery.runtime.api.AdvancedIncQueryEngine.createUnmanagedEngine(Notifier, BaseIndexOptions)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/api/AdvancedIncQueryEngine.html#createUnmanagedEngine-org.eclipse.incquery.runtime.api.scope.IncQueryScope-"><code>AdvancedIncQueryEngine.createUnmanagedEngine(IncQueryScope)</code></a> instead to evaluate queries on both EMF and non-EMF scopes.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/api/AdvancedIncQueryEngine.html#createUnmanagedEngine-org.eclipse.emf.common.notify.Notifier-boolean-">org.eclipse.incquery.runtime.api.AdvancedIncQueryEngine.createUnmanagedEngine(Notifier, boolean)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/api/AdvancedIncQueryEngine.html#createUnmanagedEngine-org.eclipse.incquery.runtime.api.scope.IncQueryScope-"><code>AdvancedIncQueryEngine.createUnmanagedEngine(IncQueryScope)</code></a> instead to evaluate queries on both EMF and non-EMF scopes.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/api/AdvancedIncQueryEngine.html#createUnmanagedEngine-org.eclipse.emf.common.notify.Notifier-boolean-boolean-">org.eclipse.incquery.runtime.api.AdvancedIncQueryEngine.createUnmanagedEngine(Notifier, boolean, boolean)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/api/AdvancedIncQueryEngine.html#createUnmanagedEngine-org.eclipse.incquery.runtime.api.scope.IncQueryScope-"><code>AdvancedIncQueryEngine.createUnmanagedEngine(IncQueryScope)</code></a> instead to evaluate queries on both EMF and non-EMF scopes.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/model/IncQueryViewerDataModel.html#dispose--">org.eclipse.incquery.viewers.runtime.model.IncQueryViewerDataModel.dispose()</a> |
| <div class="block"><span class="deprecationComment">Due to independence from databinding |
| Dispose of this <a href="org/eclipse/incquery/viewers/runtime/model/IncQueryViewerDataModel.html" title="class in org.eclipse.incquery.viewers.runtime.model"><code>IncQueryViewerDataModel</code></a> instance.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/matchers/psystem/rewriters/PQueryFlattener.html#flatten-org.eclipse.incquery.runtime.matchers.psystem.queries.PQuery-">org.eclipse.incquery.runtime.matchers.psystem.rewriters.PQueryFlattener.flatten(PQuery)</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/runtime/matchers/psystem/rewriters/PQueryFlattener.html#rewrite-org.eclipse.incquery.runtime.matchers.psystem.queries.PDisjunction-"><code>PQueryFlattener.rewrite(PDisjunction)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/matchers/context/surrogate/SurrogateQueryRegistry.html#getAllSurrogateQueryFQNMap--">org.eclipse.incquery.runtime.matchers.context.surrogate.SurrogateQueryRegistry.getAllSurrogateQueryFQNMap()</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/matchers/context/surrogate/SurrogateQueryRegistry.html#getAllSurrogateQueries--"><code>SurrogateQueryRegistry.getAllSurrogateQueries()</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/validation/runtime/ValidationManager.html#getConstraintSpecificationsForEditorId-java.lang.String-">org.eclipse.incquery.validation.runtime.ValidationManager.getConstraintSpecificationsForEditorId(String)</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/validation/runtime/ConstraintExtensionRegistry.html#getConstraintSpecificationsForEditorId-java.lang.String-"><code>ConstraintExtensionRegistry.getConstraintSpecificationsForEditorId(String)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/matchers/context/surrogate/SurrogateQueryRegistry.html#getDynamicSurrogateQueryFQNMap--">org.eclipse.incquery.runtime.matchers.context.surrogate.SurrogateQueryRegistry.getDynamicSurrogateQueryFQNMap()</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/matchers/context/surrogate/SurrogateQueryRegistry.html#getDynamicSurrogateQueries--"><code>SurrogateQueryRegistry.getDynamicSurrogateQueries()</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/validation/runtime/ValidationManager.html#getEditorConstraintSpecificationMap--">org.eclipse.incquery.validation.runtime.ValidationManager.getEditorConstraintSpecificationMap()</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/validation/runtime/ConstraintExtensionRegistry.html#getEditorConstraintSpecificationMap--"><code>ConstraintExtensionRegistry.getEditorConstraintSpecificationMap()</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#getEMFRoot--">org.eclipse.incquery.runtime.api.IncQueryEngine.getEMFRoot()</a> |
| <div class="block"><span class="deprecationComment">only valid for EMF scopes; use <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#getScope--"><code>IncQueryEngine.getScope()</code></a> to get scope information in the general case.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/api/IQuerySpecification.html#getMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.runtime.api.IQuerySpecification.getMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/api/IQuerySpecification.html#getMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>IQuerySpecification.getMatcher(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a>.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/patternlanguage/emf/eMFPatternLanguage/impl/EMFPatternLanguageFactoryImpl.html#getPackage--">org.eclipse.incquery.patternlanguage.emf.eMFPatternLanguage.impl.EMFPatternLanguageFactoryImpl.getPackage()</a> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/patternlanguage/patternLanguage/impl/PatternLanguageFactoryImpl.html#getPackage--">org.eclipse.incquery.patternlanguage.patternLanguage.impl.PatternLanguageFactoryImpl.getPackage()</a> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/model/impl/NotationFactoryImpl.html#getPackage--">org.eclipse.incquery.viewers.runtime.model.impl.NotationFactoryImpl.getPackage()</a> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/rete/recipes/impl/RecipesFactoryImpl.html#getPackage--">org.eclipse.incquery.runtime.rete.recipes.impl.RecipesFactoryImpl.getPackage()</a> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/impl/TraceabilityFactoryImpl.html#getPackage--">org.eclipse.incquery.viewmodel.traceability.impl.TraceabilityFactoryImpl.getPackage()</a> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/rete/boundary/ReteBoundary.html#getParentPlansOfReceiver-org.eclipse.incquery.runtime.rete.remote.Address-">org.eclipse.incquery.runtime.rete.boundary.ReteBoundary.getParentPlansOfReceiver(Address<? extends Receiver>)</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/runtime/rete/network/Node.html#getTraceInfos--"><code>Node.getTraceInfos()</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/base/itc/igraph/ITcDataSource.html#getReachabilityPath-V-V-">org.eclipse.incquery.runtime.base.itc.igraph.ITcDataSource.getReachabilityPath(V, V)</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/runtime/base/itc/igraph/ITcDataSource.html#getPathFinder--"><code>ITcDataSource.getPathFinder()</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/matchers/context/surrogate/SurrogateQueryRegistry.html#getRegisteredSurrogateQueryFQNMap--">org.eclipse.incquery.runtime.matchers.context.surrogate.SurrogateQueryRegistry.getRegisteredSurrogateQueryFQNMap()</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/matchers/context/surrogate/SurrogateQueryRegistry.html#getRegisteredSurrogateQueries--"><code>SurrogateQueryRegistry.getRegisteredSurrogateQueries()</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/emf/EMFScope.html#getScopeRoot--">org.eclipse.incquery.runtime.emf.EMFScope.getScopeRoot()</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/emf/EMFScope.html#getScopeRoots--"><code>EMFScope.getScopeRoots()</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/validation/runtime/ValidationManager.html#initializeValidationEngine-org.eclipse.emf.common.notify.Notifier-java.lang.String-">org.eclipse.incquery.validation.runtime.ValidationManager.initializeValidationEngine(Notifier, String)</a> |
| <div class="block"><span class="deprecationComment">Use <code>ValidationInitializerUtil#initializeValidationWithRegisteredConstraintsOnNotifier</code> instead.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/validation/runtime/ValidationManager.html#isConstraintSpecificationsRegisteredForEditorId-java.lang.String-">org.eclipse.incquery.validation.runtime.ValidationManager.isConstraintSpecificationsRegisteredForEditorId(String)</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/validation/runtime/ConstraintExtensionRegistry.html#isConstraintSpecificationsRegisteredForEditorId-java.lang.String-"><code>ConstraintExtensionRegistry.isConstraintSpecificationsRegisteredForEditorId(String)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.runtime.api.IncQueryEngine.on(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.incquery.runtime.api.scope.IncQueryScope-"><code>IncQueryEngine.on(IncQueryScope)</code></a> instead to evaluate queries on both EMF and non-EMF scopes.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/api/IQueryGroup.html#prepare-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.runtime.api.IQueryGroup.prepare(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/runtime/api/IQueryGroup.html#prepare-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>IQueryGroup.prepare(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/rete/boundary/ReteBoundary.html#registerParentPlanForReceiver-org.eclipse.incquery.runtime.rete.remote.Address-org.eclipse.incquery.runtime.matchers.planning.SubPlan-">org.eclipse.incquery.runtime.rete.boundary.ReteBoundary.registerParentPlanForReceiver(Address<? extends Receiver>, SubPlan)</a> |
| <div class="block"><span class="deprecationComment">Use <a href="org/eclipse/incquery/runtime/rete/network/Node.html#assignTraceInfo-org.eclipse.incquery.runtime.rete.traceability.TraceInfo-"><code>Node.assignTraceInfo(org.eclipse.incquery.runtime.rete.traceability.TraceInfo)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/base/api/BaseIndexOptions.html#setDynamicEMFMode-boolean-">org.eclipse.incquery.runtime.base.api.BaseIndexOptions.setDynamicEMFMode(boolean)</a> |
| <div class="block"><span class="deprecationComment">Unsafe to use as setting it after the engine has been is undefined; use <a href="org/eclipse/incquery/runtime/base/api/BaseIndexOptions.html#withDynamicEMFMode-boolean-"><code>BaseIndexOptions.withDynamicEMFMode(boolean)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/matchers/psystem/PBody.html#setExportedParameters-java.util.List-">org.eclipse.incquery.runtime.matchers.psystem.PBody.setExportedParameters(List<ExportedParameter>)</a> |
| <div class="block"><span class="deprecationComment">Use <code>#setSymbolicParameters(List<ExportedParameter>)</code> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/base/api/BaseIndexOptions.html#setObjectFilterConfiguration-org.eclipse.incquery.runtime.base.api.filters.IBaseIndexObjectFilter-">org.eclipse.incquery.runtime.base.api.BaseIndexOptions.setObjectFilterConfiguration(IBaseIndexObjectFilter)</a> |
| <div class="block"><span class="deprecationComment">Unsafe to use as setting it after the engine has been is undefined; use <a href="org/eclipse/incquery/runtime/base/api/BaseIndexOptions.html#withResourceFilterConfiguration-org.eclipse.incquery.runtime.base.api.filters.IBaseIndexResourceFilter-"><code>BaseIndexOptions.withResourceFilterConfiguration(IBaseIndexResourceFilter)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/base/api/BaseIndexOptions.html#setResourceFilter-org.eclipse.incquery.runtime.base.api.filters.IBaseIndexResourceFilter-">org.eclipse.incquery.runtime.base.api.BaseIndexOptions.setResourceFilter(IBaseIndexResourceFilter)</a> |
| <div class="block"><span class="deprecationComment">Unsafe to use as setting it after the engine has been is undefined; use <a href="org/eclipse/incquery/runtime/base/api/BaseIndexOptions.html#withResourceFilterConfiguration-org.eclipse.incquery.runtime.base.api.filters.IBaseIndexResourceFilter-"><code>BaseIndexOptions.withResourceFilterConfiguration(IBaseIndexResourceFilter)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/base/api/BaseIndexOptions.html#setWildcardMode-boolean-">org.eclipse.incquery.runtime.base.api.BaseIndexOptions.setWildcardMode(boolean)</a> |
| <div class="block"><span class="deprecationComment">Unsafe to use as setting it after the engine has been is undefined; use <a href="org/eclipse/incquery/runtime/base/api/BaseIndexOptions.html#withWildcardMode-boolean-"><code>BaseIndexOptions.withWildcardMode(boolean)</code></a> instead</span></div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </li> |
| </ul> |
| <a name="constructor"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Constructors table, listing deprecated constructors, and an explanation"> |
| <caption><span>Deprecated Constructors</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colOne" scope="col">Constructor and Description</th> |
| </tr> |
| <tbody> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActionContextMatcher.html#ActionContextMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActionContextMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActionContextMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActionContextMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActionContextMatcher.html#ActionContextMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActionContextMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActionContextMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActionContextMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActionInputMatcher.html#ActionInputMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActionInputMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActionInputMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActionInputMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActionInputMatcher.html#ActionInputMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActionInputMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActionInputMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActionInputMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActionOutputMatcher.html#ActionOutputMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActionOutputMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActionOutputMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActionOutputMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActionOutputMatcher.html#ActionOutputMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActionOutputMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActionOutputMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActionOutputMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityEdgeInGroupMatcher.html#ActivityEdgeInGroupMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActivityEdgeInGroupMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityEdgeInGroupMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityEdgeInGroupMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityEdgeInGroupMatcher.html#ActivityEdgeInGroupMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActivityEdgeInGroupMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityEdgeInGroupMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityEdgeInGroupMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupContainedEdgeMatcher.html#ActivityGroupContainedEdgeMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupContainedEdgeMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupContainedEdgeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupContainedEdgeMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupContainedEdgeMatcher.html#ActivityGroupContainedEdgeMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupContainedEdgeMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupContainedEdgeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupContainedEdgeMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupContainedNodeMatcher.html#ActivityGroupContainedNodeMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupContainedNodeMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupContainedNodeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupContainedNodeMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupContainedNodeMatcher.html#ActivityGroupContainedNodeMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupContainedNodeMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupContainedNodeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupContainedNodeMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupInActivityMatcher.html#ActivityGroupInActivityMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupInActivityMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupInActivityMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupInActivityMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupInActivityMatcher.html#ActivityGroupInActivityMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupInActivityMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupInActivityMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupInActivityMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupMatcher.html#ActivityGroupMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupMatcher.html#ActivityGroupMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupSubgroupMatcher.html#ActivityGroupSubgroupMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupSubgroupMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupSubgroupMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupSubgroupMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupSubgroupMatcher.html#ActivityGroupSubgroupMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupSubgroupMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupSubgroupMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupSubgroupMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupSuperGroupMatcher.html#ActivityGroupSuperGroupMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupSuperGroupMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupSuperGroupMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupSuperGroupMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupSuperGroupMatcher.html#ActivityGroupSuperGroupMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActivityGroupSuperGroupMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityGroupSuperGroupMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityGroupSuperGroupMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeActivityMatcher.html#ActivityNodeActivityMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActivityNodeActivityMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeActivityMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityNodeActivityMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeActivityMatcher.html#ActivityNodeActivityMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActivityNodeActivityMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeActivityMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityNodeActivityMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeInGroupMatcher.html#ActivityNodeInGroupMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActivityNodeInGroupMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeInGroupMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityNodeInGroupMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeInGroupMatcher.html#ActivityNodeInGroupMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActivityNodeInGroupMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeInGroupMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityNodeInGroupMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeMatcher.html#ActivityNodeMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ActivityNodeMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityNodeMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeMatcher.html#ActivityNodeMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ActivityNodeMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ActivityNodeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ActivityNodeMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/AssociationEndTypeMatcher.html#AssociationEndTypeMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.AssociationEndTypeMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/AssociationEndTypeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>AssociationEndTypeMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/AssociationEndTypeMatcher.html#AssociationEndTypeMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.AssociationEndTypeMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/AssociationEndTypeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>AssociationEndTypeMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/BehaviorContextMatcher.html#BehaviorContextMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.BehaviorContextMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/BehaviorContextMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>BehaviorContextMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/BehaviorContextMatcher.html#BehaviorContextMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.BehaviorContextMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/BehaviorContextMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>BehaviorContextMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/model/patterns/ChildrenMatcher.html#ChildrenMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.viewers.runtime.model.patterns.ChildrenMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewers/runtime/model/patterns/ChildrenMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ChildrenMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/model/patterns/ChildrenMatcher.html#ChildrenMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.viewers.runtime.model.patterns.ChildrenMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewers/runtime/model/patterns/ChildrenMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ChildrenMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassExtensionMatcher.html#ClassExtensionMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ClassExtensionMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassExtensionMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassExtensionMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassExtensionMatcher.html#ClassExtensionMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ClassExtensionMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassExtensionMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassExtensionMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierAllParentsMatcher.html#ClassifierAllParentsMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ClassifierAllParentsMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierAllParentsMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassifierAllParentsMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierAllParentsMatcher.html#ClassifierAllParentsMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ClassifierAllParentsMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierAllParentsMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassifierAllParentsMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierAttributeMatcher.html#ClassifierAttributeMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ClassifierAttributeMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierAttributeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassifierAttributeMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierAttributeMatcher.html#ClassifierAttributeMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ClassifierAttributeMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierAttributeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassifierAttributeMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierFeatureMatcher.html#ClassifierFeatureMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ClassifierFeatureMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierFeatureMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassifierFeatureMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierFeatureMatcher.html#ClassifierFeatureMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ClassifierFeatureMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierFeatureMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassifierFeatureMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierGeneralMatcher.html#ClassifierGeneralMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ClassifierGeneralMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierGeneralMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassifierGeneralMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierGeneralMatcher.html#ClassifierGeneralMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ClassifierGeneralMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierGeneralMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassifierGeneralMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierParentsMatcher.html#ClassifierParentsMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ClassifierParentsMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierParentsMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassifierParentsMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierParentsMatcher.html#ClassifierParentsMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ClassifierParentsMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassifierParentsMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassifierParentsMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassSuperClassMatcher.html#ClassSuperClassMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ClassSuperClassMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassSuperClassMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassSuperClassMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ClassSuperClassMatcher.html#ClassSuperClassMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ClassSuperClassMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ClassSuperClassMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ClassSuperClassMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ConnectableElementEndMatcher.html#ConnectableElementEndMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ConnectableElementEndMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ConnectableElementEndMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ConnectableElementEndMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ConnectableElementEndMatcher.html#ConnectableElementEndMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ConnectableElementEndMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ConnectableElementEndMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ConnectableElementEndMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ConnectorKindMatcher.html#ConnectorKindMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ConnectorKindMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ConnectorKindMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ConnectorKindMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ConnectorKindMatcher.html#ConnectorKindMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ConnectorKindMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ConnectorKindMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ConnectorKindMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/evm/specific/lifecycle/DefaultActivationLifeCycle.html#DefaultActivationLifeCycle--">org.eclipse.incquery.runtime.evm.specific.lifecycle.DefaultActivationLifeCycle()</a> |
| <div class="block"><span class="deprecationComment">Use <code>DefaultActivationLifeCycle(true, true, false)</code> instead.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/DeploymentTargetDeployedElementMatcher.html#DeploymentTargetDeployedElementMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.DeploymentTargetDeployedElementMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/DeploymentTargetDeployedElementMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>DeploymentTargetDeployedElementMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/DeploymentTargetDeployedElementMatcher.html#DeploymentTargetDeployedElementMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.DeploymentTargetDeployedElementMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/DeploymentTargetDeployedElementMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>DeploymentTargetDeployedElementMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/DirectedRelationshipSourceMatcher.html#DirectedRelationshipSourceMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.DirectedRelationshipSourceMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/DirectedRelationshipSourceMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>DirectedRelationshipSourceMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/DirectedRelationshipSourceMatcher.html#DirectedRelationshipSourceMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.DirectedRelationshipSourceMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/DirectedRelationshipSourceMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>DirectedRelationshipSourceMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/DirectedRelationshipTargetMatcher.html#DirectedRelationshipTargetMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.DirectedRelationshipTargetMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/DirectedRelationshipTargetMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>DirectedRelationshipTargetMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/DirectedRelationshipTargetMatcher.html#DirectedRelationshipTargetMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.DirectedRelationshipTargetMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/DirectedRelationshipTargetMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>DirectedRelationshipTargetMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ElementOwnedElementMatcher.html#ElementOwnedElementMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ElementOwnedElementMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ElementOwnedElementMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ElementOwnedElementMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ElementOwnedElementMatcher.html#ElementOwnedElementMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ElementOwnedElementMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ElementOwnedElementMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ElementOwnedElementMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ElementOwnerMatcher.html#ElementOwnerMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ElementOwnerMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ElementOwnerMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ElementOwnerMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ElementOwnerMatcher.html#ElementOwnerMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ElementOwnerMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ElementOwnerMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ElementOwnerMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/EmptyTraceMatcher.html#EmptyTraceMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.viewmodel.traceability.patterns.EmptyTraceMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/EmptyTraceMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>EmptyTraceMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/EmptyTraceMatcher.html#EmptyTraceMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.viewmodel.traceability.patterns.EmptyTraceMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/EmptyTraceMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>EmptyTraceMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/EncapsulatedClassifierOwnedPortMatcher.html#EncapsulatedClassifierOwnedPortMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.EncapsulatedClassifierOwnedPortMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/EncapsulatedClassifierOwnedPortMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>EncapsulatedClassifierOwnedPortMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/EncapsulatedClassifierOwnedPortMatcher.html#EncapsulatedClassifierOwnedPortMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.EncapsulatedClassifierOwnedPortMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/EncapsulatedClassifierOwnedPortMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>EncapsulatedClassifierOwnedPortMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ExtensionMetaclassEndMatcher.html#ExtensionMetaclassEndMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ExtensionMetaclassEndMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ExtensionMetaclassEndMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ExtensionMetaclassEndMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ExtensionMetaclassEndMatcher.html#ExtensionMetaclassEndMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ExtensionMetaclassEndMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ExtensionMetaclassEndMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ExtensionMetaclassEndMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ExtensionMetaclassMatcher.html#ExtensionMetaclassMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ExtensionMetaclassMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ExtensionMetaclassMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ExtensionMetaclassMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ExtensionMetaclassMatcher.html#ExtensionMetaclassMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ExtensionMetaclassMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ExtensionMetaclassMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ExtensionMetaclassMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/FeatureFeaturingClassifierMatcher.html#FeatureFeaturingClassifierMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.FeatureFeaturingClassifierMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/FeatureFeaturingClassifierMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>FeatureFeaturingClassifierMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/FeatureFeaturingClassifierMatcher.html#FeatureFeaturingClassifierMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.FeatureFeaturingClassifierMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/FeatureFeaturingClassifierMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>FeatureFeaturingClassifierMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/MessageMessageKindMatcher.html#MessageMessageKindMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.MessageMessageKindMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/MessageMessageKindMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>MessageMessageKindMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/MessageMessageKindMatcher.html#MessageMessageKindMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.MessageMessageKindMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/MessageMessageKindMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>MessageMessageKindMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementClientDependencyMatcher.html#NamedElementClientDependencyMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.NamedElementClientDependencyMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementClientDependencyMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamedElementClientDependencyMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementClientDependencyMatcher.html#NamedElementClientDependencyMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.NamedElementClientDependencyMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementClientDependencyMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamedElementClientDependencyMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementNamespaceMatcher.html#NamedElementNamespaceMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.NamedElementNamespaceMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementNamespaceMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamedElementNamespaceMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementNamespaceMatcher.html#NamedElementNamespaceMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.NamedElementNamespaceMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementNamespaceMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamedElementNamespaceMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementQualifiedNameMatcher.html#NamedElementQualifiedNameMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.NamedElementQualifiedNameMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementQualifiedNameMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamedElementQualifiedNameMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementQualifiedNameMatcher.html#NamedElementQualifiedNameMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.NamedElementQualifiedNameMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamedElementQualifiedNameMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamedElementQualifiedNameMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceImportedMemberMatcher.html#NamespaceImportedMemberMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.NamespaceImportedMemberMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceImportedMemberMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamespaceImportedMemberMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceImportedMemberMatcher.html#NamespaceImportedMemberMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.NamespaceImportedMemberMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceImportedMemberMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamespaceImportedMemberMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceMemberMatcher.html#NamespaceMemberMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.NamespaceMemberMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceMemberMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamespaceMemberMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceMemberMatcher.html#NamespaceMemberMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.NamespaceMemberMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceMemberMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamespaceMemberMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceOwnedMemberMatcher.html#NamespaceOwnedMemberMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.NamespaceOwnedMemberMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceOwnedMemberMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamespaceOwnedMemberMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceOwnedMemberMatcher.html#NamespaceOwnedMemberMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.NamespaceOwnedMemberMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/NamespaceOwnedMemberMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>NamespaceOwnedMemberMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/OpaqueExpressionResultMatcher.html#OpaqueExpressionResultMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.OpaqueExpressionResultMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/OpaqueExpressionResultMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>OpaqueExpressionResultMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/OpaqueExpressionResultMatcher.html#OpaqueExpressionResultMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.OpaqueExpressionResultMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/OpaqueExpressionResultMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>OpaqueExpressionResultMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/OperationReturnResultMatcher.html#OperationReturnResultMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.OperationReturnResultMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/OperationReturnResultMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>OperationReturnResultMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/OperationReturnResultMatcher.html#OperationReturnResultMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.OperationReturnResultMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/OperationReturnResultMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>OperationReturnResultMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PackageNestedPackageMatcher.html#PackageNestedPackageMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.PackageNestedPackageMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PackageNestedPackageMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PackageNestedPackageMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PackageNestedPackageMatcher.html#PackageNestedPackageMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.PackageNestedPackageMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PackageNestedPackageMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PackageNestedPackageMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PackageNestingPackageMatcher.html#PackageNestingPackageMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.PackageNestingPackageMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PackageNestingPackageMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PackageNestingPackageMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PackageNestingPackageMatcher.html#PackageNestingPackageMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.PackageNestingPackageMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PackageNestingPackageMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PackageNestingPackageMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PackageOwnedStereotypeMatcher.html#PackageOwnedStereotypeMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.PackageOwnedStereotypeMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PackageOwnedStereotypeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PackageOwnedStereotypeMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PackageOwnedStereotypeMatcher.html#PackageOwnedStereotypeMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.PackageOwnedStereotypeMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PackageOwnedStereotypeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PackageOwnedStereotypeMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PackageOwnedTypeMatcher.html#PackageOwnedTypeMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.PackageOwnedTypeMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PackageOwnedTypeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PackageOwnedTypeMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PackageOwnedTypeMatcher.html#PackageOwnedTypeMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.PackageOwnedTypeMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PackageOwnedTypeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PackageOwnedTypeMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PackageVisibleMemberMatcher.html#PackageVisibleMemberMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.PackageVisibleMemberMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PackageVisibleMemberMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PackageVisibleMemberMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PackageVisibleMemberMatcher.html#PackageVisibleMemberMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.PackageVisibleMemberMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PackageVisibleMemberMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PackageVisibleMemberMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2containmentMatcher.html#Param2containmentMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.viewers.runtime.model.patterns.Param2containmentMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2containmentMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Param2containmentMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2containmentMatcher.html#Param2containmentMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.viewers.runtime.model.patterns.Param2containmentMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2containmentMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Param2containmentMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2edgeMatcher.html#Param2edgeMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.viewers.runtime.model.patterns.Param2edgeMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2edgeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Param2edgeMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2edgeMatcher.html#Param2edgeMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.viewers.runtime.model.patterns.Param2edgeMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2edgeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Param2edgeMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2itemMatcher.html#Param2itemMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.viewers.runtime.model.patterns.Param2itemMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2itemMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Param2itemMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2itemMatcher.html#Param2itemMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.viewers.runtime.model.patterns.Param2itemMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewers/runtime/model/patterns/Param2itemMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Param2itemMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/Param2targetMatcher.html#Param2targetMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.viewmodel.traceability.patterns.Param2targetMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/Param2targetMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Param2targetMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/Param2targetMatcher.html#Param2targetMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.viewmodel.traceability.patterns.Param2targetMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/Param2targetMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Param2targetMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PropertyIsCompositeMatcher.html#PropertyIsCompositeMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.PropertyIsCompositeMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PropertyIsCompositeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PropertyIsCompositeMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/PropertyIsCompositeMatcher.html#PropertyIsCompositeMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.PropertyIsCompositeMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/PropertyIsCompositeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>PropertyIsCompositeMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ProtocolTransitionReferredMatcher.html#ProtocolTransitionReferredMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.ProtocolTransitionReferredMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ProtocolTransitionReferredMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ProtocolTransitionReferredMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/ProtocolTransitionReferredMatcher.html#ProtocolTransitionReferredMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.ProtocolTransitionReferredMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/ProtocolTransitionReferredMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>ProtocolTransitionReferredMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableElementRedefinedElementMatcher.html#RedefinableElementRedefinedElementMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.RedefinableElementRedefinedElementMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableElementRedefinedElementMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>RedefinableElementRedefinedElementMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableElementRedefinedElementMatcher.html#RedefinableElementRedefinedElementMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.RedefinableElementRedefinedElementMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableElementRedefinedElementMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>RedefinableElementRedefinedElementMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableElementRedefinitionContextMatcher.html#RedefinableElementRedefinitionContextMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.RedefinableElementRedefinitionContextMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableElementRedefinitionContextMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>RedefinableElementRedefinitionContextMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableElementRedefinitionContextMatcher.html#RedefinableElementRedefinitionContextMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.RedefinableElementRedefinitionContextMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableElementRedefinitionContextMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>RedefinableElementRedefinitionContextMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableTemplateSignatureInheritedParameterMatcher.html#RedefinableTemplateSignatureInheritedParameterMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.RedefinableTemplateSignatureInheritedParameterMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableTemplateSignatureInheritedParameterMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>RedefinableTemplateSignatureInheritedParameterMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableTemplateSignatureInheritedParameterMatcher.html#RedefinableTemplateSignatureInheritedParameterMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.RedefinableTemplateSignatureInheritedParameterMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/RedefinableTemplateSignatureInheritedParameterMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>RedefinableTemplateSignatureInheritedParameterMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/RelationshipRelatedElementMatcher.html#RelationshipRelatedElementMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.RelationshipRelatedElementMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/RelationshipRelatedElementMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>RelationshipRelatedElementMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/RelationshipRelatedElementMatcher.html#RelationshipRelatedElementMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.RelationshipRelatedElementMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/RelationshipRelatedElementMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>RelationshipRelatedElementMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/StateIsCompositeMatcher.html#StateIsCompositeMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.StateIsCompositeMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/StateIsCompositeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>StateIsCompositeMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/StateIsCompositeMatcher.html#StateIsCompositeMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.StateIsCompositeMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/StateIsCompositeMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>StateIsCompositeMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/StateIsOrthogonalMatcher.html#StateIsOrthogonalMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.StateIsOrthogonalMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/StateIsOrthogonalMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>StateIsOrthogonalMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/StateIsOrthogonalMatcher.html#StateIsOrthogonalMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.StateIsOrthogonalMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/StateIsOrthogonalMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>StateIsOrthogonalMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/StructuredClassifierPartMatcher.html#StructuredClassifierPartMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.StructuredClassifierPartMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/StructuredClassifierPartMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>StructuredClassifierPartMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/StructuredClassifierPartMatcher.html#StructuredClassifierPartMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.StructuredClassifierPartMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/StructuredClassifierPartMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>StructuredClassifierPartMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/StructuredClassifierRoleMatcher.html#StructuredClassifierRoleMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.StructuredClassifierRoleMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/StructuredClassifierRoleMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>StructuredClassifierRoleMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/StructuredClassifierRoleMatcher.html#StructuredClassifierRoleMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.StructuredClassifierRoleMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/StructuredClassifierRoleMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>StructuredClassifierRoleMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2objectMatcher.html#Trace2objectMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.viewmodel.traceability.patterns.Trace2objectMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2objectMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Trace2objectMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2objectMatcher.html#Trace2objectMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.viewmodel.traceability.patterns.Trace2objectMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2objectMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Trace2objectMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2paramMatcher.html#Trace2paramMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.viewmodel.traceability.patterns.Trace2paramMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2paramMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Trace2paramMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2paramMatcher.html#Trace2paramMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.viewmodel.traceability.patterns.Trace2paramMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2paramMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Trace2paramMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2targetMatcher.html#Trace2targetMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.viewmodel.traceability.patterns.Trace2targetMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2targetMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Trace2targetMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2targetMatcher.html#Trace2targetMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.viewmodel.traceability.patterns.Trace2targetMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/Trace2targetMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>Trace2targetMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/TraceMatcher.html#TraceMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.viewmodel.traceability.patterns.TraceMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/TraceMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>TraceMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/viewmodel/traceability/patterns/TraceMatcher.html#TraceMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.viewmodel.traceability.patterns.TraceMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/viewmodel/traceability/patterns/TraceMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>TraceMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/matchers/psystem/basicenumerables/TypeBinary.html#TypeBinary-org.eclipse.incquery.runtime.matchers.psystem.PBody-java.lang.Object-org.eclipse.incquery.runtime.matchers.psystem.PVariable-org.eclipse.incquery.runtime.matchers.psystem.PVariable-org.eclipse.emf.ecore.EStructuralFeature-java.lang.String-">org.eclipse.incquery.runtime.matchers.psystem.basicenumerables.TypeBinary(PBody, Object, PVariable, PVariable, EStructuralFeature, String)</a></td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/TypePackageMatcher.html#TypePackageMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.TypePackageMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/TypePackageMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>TypePackageMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/TypePackageMatcher.html#TypePackageMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.TypePackageMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/TypePackageMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>TypePackageMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/runtime/matchers/psystem/basicenumerables/TypeUnary.html#TypeUnary-org.eclipse.incquery.runtime.matchers.psystem.PBody-org.eclipse.incquery.runtime.matchers.psystem.PVariable-org.eclipse.emf.ecore.EClassifier-java.lang.String-">org.eclipse.incquery.runtime.matchers.psystem.basicenumerables.TypeUnary(PBody, PVariable, EClassifier, String)</a></td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/validation/core/ValidationEngine.html#ValidationEngine-org.eclipse.emf.common.notify.Notifier-org.apache.log4j.Logger-">org.eclipse.incquery.validation.core.ValidationEngine(Notifier, Logger)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/validation/core/ValidationEngineBuilder.html" title="class in org.eclipse.incquery.validation.core"><code>ValidationEngineBuilder</code></a> instead.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/VertexIncomingMatcher.html#VertexIncomingMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.VertexIncomingMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/VertexIncomingMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>VertexIncomingMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/VertexIncomingMatcher.html#VertexIncomingMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.VertexIncomingMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/VertexIncomingMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>VertexIncomingMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/VertexOutgoingMatcher.html#VertexOutgoingMatcher-org.eclipse.incquery.runtime.api.IncQueryEngine-">org.eclipse.incquery.uml.derivedfeatures.VertexOutgoingMatcher(IncQueryEngine)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/VertexOutgoingMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>VertexOutgoingMatcher.on(IncQueryEngine)</code></a> instead</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/incquery/uml/derivedfeatures/VertexOutgoingMatcher.html#VertexOutgoingMatcher-org.eclipse.emf.common.notify.Notifier-">org.eclipse.incquery.uml.derivedfeatures.VertexOutgoingMatcher(Notifier)</a> |
| <div class="block"><span class="deprecationComment">use <a href="org/eclipse/incquery/uml/derivedfeatures/VertexOutgoingMatcher.html#on-org.eclipse.incquery.runtime.api.IncQueryEngine-"><code>VertexOutgoingMatcher.on(IncQueryEngine)</code></a> instead, e.g. in conjunction with <a href="org/eclipse/incquery/runtime/api/IncQueryEngine.html#on-org.eclipse.emf.common.notify.Notifier-"><code>IncQueryEngine.on(Notifier)</code></a></span></div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </li> |
| </ul> |
| </div> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar.bottom"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.bottom.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li class="navBarCell1Rev">Deprecated</li> |
| <li><a href="index-files/index-1.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> |
| <li><a href="deprecated-list.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| </body> |
| </html> |