Class Transition
Automaton transition.
A transition, which belongs to a source state, consists of a Unicode codepoint interval and a destination state.
@lucene.experimental
Inheritance
System.Object
Transition
Assembly: DistributedLucene.Net.dll
Syntax
public class Transition : object
Constructors
Name | Description |
---|---|
Transition(Int32, State) | Constructs a new singleton interval transition. |
Transition(Int32, Int32, State) | Constructs a new transition. Both end points are included in the interval. |
Fields
Name | Description |
---|---|
COMPARE_BY_DEST_THEN_MIN_MAX | |
COMPARE_BY_MIN_MAX_THEN_DEST |
Properties
Name | Description |
---|---|
Dest | Returns destination of this transition. |
Max | Returns maximum of this transition interval. |
Min | Returns minimum of this transition interval. |
Methods
Name | Description |
---|---|
Clone() | Clones this transition. |
Equals(Object) | Checks for equality. |
GetHashCode() | Returns hash code. The hash code is based on the character interval (not the destination state). |
ToString() | Returns a string describing this state. Normally invoked via ToString(). |