org.drools.reteoo
Class FactHandleImpl
java.lang.Object
org.drools.reteoo.FactHandleImpl
- All Implemented Interfaces:
- FactHandle, Serializable
- Direct Known Subclasses:
- Jsr94FactHandle
- public class FactHandleImpl
- extends Object
- implements FactHandle
Implementation of FactHandle
.
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
FactHandleImpl
protected FactHandleImpl(long id)
FactHandleImpl
protected FactHandleImpl(long id,
long recency)
- Construct.
- Parameters:
id
- Handle id.
equals
public boolean equals(Object object)
- See Also:
Object
hashCode
public int hashCode()
- See Also:
Object
toExternalForm
public String toExternalForm()
- Description copied from interface:
FactHandle
- Convert this handle to an external representation.
- Specified by:
toExternalForm
in interface FactHandle
- Returns:
- The external string form.
- See Also:
FactHandle
toString
public String toString()
- See Also:
Object
getRecency
public long getRecency()
getId
public long getId()
invalidate
void invalidate()
Copyright © 2001-2004 The Codehaus. All Rights Reserved.