Enum Class TimelyConfiguration.TimelineRepresentation
java.lang.Object
java.lang.Enum<TimelyConfiguration.TimelineRepresentation>
tools.refinery.interpreter.rete.matcher.TimelyConfiguration.TimelineRepresentation
- All Implemented Interfaces:
Serializable
,Comparable<TimelyConfiguration.TimelineRepresentation>
,Constable
- Enclosing class:
TimelyConfiguration
public static enum TimelyConfiguration.TimelineRepresentation
extends Enum<TimelyConfiguration.TimelineRepresentation>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionComplete timeline (series of appearance invalid input: '&' disappearance) is maintained per tuple.Only the first moment (timestamp) of appearance is maintained per tuple. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FIRST_ONLY
Only the first moment (timestamp) of appearance is maintained per tuple. -
FAITHFUL
Complete timeline (series of appearance invalid input: '&' disappearance) is maintained per tuple.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-