Package org.evrete.api
Class FactHandleVersioned
- java.lang.Object
-
- org.evrete.api.FactHandleVersioned
-
- All Implemented Interfaces:
Serializable
public final class FactHandleVersioned extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FactHandleVersioned(FactHandle handle, int version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FactHandlegetHandle()intgetVersion()StringtoString()
-
-
-
Constructor Detail
-
FactHandleVersioned
public FactHandleVersioned(FactHandle handle, int version)
-
-
Method Detail
-
getVersion
public int getVersion()
-
getHandle
public FactHandle getHandle()
-
-