Class Timestamp
java.lang.Object
tools.refinery.interpreter.rete.network.communication.Timestamp
- All Implemented Interfaces:
Comparable<Timestamp>, MessageSelector
A timestamp associated with update messages in timely evaluation.
- Since:
- 2.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAMapimplementation that associates the zero timestamp with every key. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected final int value -
ZERO
-
INSERT_AT_ZERO_TIMELINE
-
-
Constructor Details
-
Timestamp
public Timestamp(int value)
-
-
Method Details
-
getValue
public int getValue() -
max
-
min
-
compareTo
- Specified by:
compareToin interfaceComparable<Timestamp>
-
equals
-
hashCode
-
toString
-