| Package | Description |
|---|---|
| org.eclipse.incquery.runtime.rete.boundary | |
| org.eclipse.incquery.runtime.rete.network | |
| org.eclipse.incquery.runtime.rete.single |
| Modifier and Type | Method and Description |
|---|---|
Address<? extends Production> |
ReteBoundary.accessProductionNode(PQuery query)
accesses the production node for specified pattern; builds pattern matcher if it doesn't exist yet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
ReteContainer.remotePosMapping(Address<? extends Production> production)
Proxies for the getPosMapping() of Production nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProductionNode
Default implementation of the Production node, based on UniquenessEnforcerNode
|