public interface FactHandleLookup
| Modifier and Type | Interface and Description |
|---|---|
static class |
FactHandleLookup.Double |
static class |
FactHandleLookup.Empty |
static class |
FactHandleLookup.Multi |
static class |
FactHandleLookup.Single |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
static FactHandleLookup |
create(int arity) |
org.drools.core.common.InternalFactHandle |
get(Object obj) |
void |
put(Object obj,
org.drools.core.common.InternalFactHandle fh) |
void put(Object obj, org.drools.core.common.InternalFactHandle fh)
org.drools.core.common.InternalFactHandle get(Object obj)
void clear()
static FactHandleLookup create(int arity)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.