|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FactHandleFactory
Factory Interface to return new FactHandle
s
FactHandle
Method Summary | |
---|---|
void |
destroyFactHandle(InternalFactHandle factHandle)
|
java.lang.Class |
getFactHandleType()
|
void |
increaseFactHandleRecency(InternalFactHandle factHandle)
Increases the recency of the FactHandle |
InternalFactHandle |
newFactHandle(java.lang.Object object)
Construct a handle with a new id. |
FactHandleFactory |
newInstance()
|
Method Detail |
---|
InternalFactHandle newFactHandle(java.lang.Object object)
void increaseFactHandleRecency(InternalFactHandle factHandle)
factHandle
- The fact handle to have its recency increased.void destroyFactHandle(InternalFactHandle factHandle)
FactHandleFactory newInstance()
java.lang.Class getFactHandleType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |