public class Complement extends Object implements UnaryTransformation
This transformation computes the complement of an automaton: Terminal states are inverted and missing transitions are added.
| Constructor and Description |
|---|
Complement() |
public Automaton transform(Automaton a)
transform in interface UnaryTransformationa - aCopyright © 2020. All rights reserved.