Package | Description |
---|---|
org.eclipse.incquery.runtime.rete.index |
Modifier and Type | Method and Description |
---|---|
DualInputNode.Side |
DualInputNode.Side.opposite() |
static DualInputNode.Side |
DualInputNode.Side.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DualInputNode.Side[] |
DualInputNode.Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OuterJoinNode.notifyUpdate(DualInputNode.Side side,
Direction direction,
Tuple updateElement,
Tuple signature,
boolean change) |
void |
JoinNode.notifyUpdate(DualInputNode.Side side,
Direction direction,
Tuple updateElement,
Tuple signature,
boolean change) |
void |
ExistenceNode.notifyUpdate(DualInputNode.Side side,
Direction direction,
Tuple updateElement,
Tuple signature,
boolean change) |
abstract void |
DualInputNode.notifyUpdate(DualInputNode.Side side,
Direction direction,
Tuple updateElement,
Tuple signature,
boolean change)
Abstract handler for update event.
|