- canonize() - Method in class Automata.Automaton
-
Sorts states in Q based on their breadth-first order.
- clone() - Method in class Automata.Automaton
-
returns a deep copy of this automaton.
- clone() - Method in class dk.brics.automaton.Automaton
-
Returns a clone of this automaton.
- clone() - Method in class dk.brics.automaton.Transition
-
Clones this transition.
- compare(Automaton, String) - Method in class Automata.Automaton
-
The operator can be one of "<" ">" "=" "!=" "<=" ">=".
- compare(int, String) - Method in class Automata.Automaton
-
The operator can be one of "<" ">" "=" "!=" "<=" ">=".
- compareTo(State) - Method in class dk.brics.automaton.State
-
Compares this object with the specified object for order.
- comparison(String, String, String) - Method in class Automata.NumberSystem
-
- comparison(String, int, String) - Method in class Automata.NumberSystem
-
- comparison(int, String, String) - Method in class Automata.NumberSystem
-
- complement() - Method in class dk.brics.automaton.Automaton
-
- complement(Automaton) - Static method in class dk.brics.automaton.BasicOperations
-
Returns a (deterministic) automaton that accepts the complement of the
language of the given automaton.
- COMPLEMENT - Static variable in class dk.brics.automaton.RegExp
-
Syntax flag, enables complement (~).
- complete() - Method in class dk.brics.automaton.StringUnionOperations
-
Finalize the automaton and return the root state.
- compress(String, char) - Method in class dk.brics.automaton.Automaton
-
- compress(Automaton, String, char) - Static method in class dk.brics.automaton.SpecialOperations
-
Returns an automaton that accepts the compressed language of the given
automaton.
- Computer - Class in Main
-
- Computer(String, List<List<String>>, boolean) - Constructor for class Main.Computer
-
- concatenate(Automaton) - Method in class dk.brics.automaton.Automaton
-
- concatenate(List<Automaton>) - Static method in class dk.brics.automaton.Automaton
-
- concatenate(Automaton, Automaton) - Static method in class dk.brics.automaton.BasicOperations
-
Returns an automaton that accepts the concatenation of the languages of
the given automata.
- concatenate(List<Automaton>) - Static method in class dk.brics.automaton.BasicOperations
-
Returns an automaton that accepts the concatenation of the languages of
the given automata.
- constant - Variable in class Main.Expression
-
- createTestCases() - Method in class Main.IntegrationTest
-