public interface TransitionSet extends JsonConvertible
TransitionBuilder.
The set of NFA transitions implicitly also represents a set of NFA target states, which
should be used to determine equality between instances of this class.| Modifier and Type | Method and Description |
|---|---|
void |
addAll(TransitionSet other)
|
TransitionSet |
createMerged(TransitionSet other)
Create a merged set of
this and other by copying this and adding the
contents of other to the copy. |
boolean |
equals(Object obj)
Checks if this transition set is equal to another.
|
int |
hashCode()
Returns the hash code value for this object.
|
toJsonTransitionSet createMerged(TransitionSet other)
this and other by copying this and adding the
contents of other to the copy.other - the TransitionSet to be merged with the copy. Implementing classes may
accept objects of their own type only.this!void addAll(TransitionSet other)
other - the TransitionSet to be merged with this. Implementing classes
may accept objects of their own type only.int hashCode()