Package dk.brics.automaton
Class ShuffleOperations.ShuffleConfiguration
- java.lang.Object
-
- dk.brics.automaton.ShuffleOperations.ShuffleConfiguration
-
- Enclosing class:
- ShuffleOperations
static class ShuffleOperations.ShuffleConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) State
a_state
(package private) State[]
ca_states
(package private) int
hash
(package private) char
min
(package private) ShuffleOperations.ShuffleConfiguration
prev
(package private) boolean
shuffle_suspended
(package private) boolean
surrogate
(package private) int
suspended1
-
Constructor Summary
Constructors Modifier Constructor Description private
ShuffleConfiguration()
(package private)
ShuffleConfiguration(ShuffleOperations.ShuffleConfiguration c, int i1, State s1, char min)
(package private)
ShuffleConfiguration(ShuffleOperations.ShuffleConfiguration c, int i1, State s1, State s2, char min)
(package private)
ShuffleConfiguration(java.util.Collection<Automaton> ca, Automaton a)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
computeHash()
boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
prev
ShuffleOperations.ShuffleConfiguration prev
-
ca_states
State[] ca_states
-
a_state
State a_state
-
min
char min
-
hash
int hash
-
shuffle_suspended
boolean shuffle_suspended
-
surrogate
boolean surrogate
-
suspended1
int suspended1
-
-
Constructor Detail
-
ShuffleConfiguration
private ShuffleConfiguration()
-
ShuffleConfiguration
ShuffleConfiguration(ShuffleOperations.ShuffleConfiguration c, int i1, State s1, char min)
-
ShuffleConfiguration
ShuffleConfiguration(ShuffleOperations.ShuffleConfiguration c, int i1, State s1, State s2, char min)
-
-