public class Mix extends Object implements BinaryTransformation
| Constructor and Description |
|---|
Mix()
Compute mix of two automata using default synchronization scheme which is
the equality of labels.
|
Mix(Synchronization synch)
Compute mix of two automata using given synchronization scheme.
|
public Mix()
DefaultSynchronization,
Synchronizationpublic Mix(Synchronization synch)
synch - a Synchronization object. Must not be null.public Automaton transform(Automaton a, Automaton b)
transform in interface BinaryTransformationa - ab - bCopyright © 2018. All rights reserved.