public interface Synchronization
| Modifier and Type | Method and Description |
|---|---|
<T> Set<T> |
synchronizable(Collection<Set<T>> alphl)
Construct the synchronization alphabet from a collection of alphabets.
|
<T> Set<T> |
synchronizable(Set<T> a,
Set<T> b)
Compute the synchronizable letters from two alphabets.
|
Object |
synchronize(Object t1,
Object t2)
Synchronize two transitions.
|
boolean |
synchronizeWith(Object object,
Set<Object> alph)
Checks whether or not the given letter is synchronizable in the given
automaton's alphabet.
|
Object synchronize(Object t1, Object t2)
null, then no synchronization occurs.t1 - first label to synchronizet2 - second label to synchronize<T> Set<T> synchronizable(Set<T> a, Set<T> b)
T - typea - an alphabetb - another alphabet<T> Set<T> synchronizable(Collection<Set<T>> alphl)
T - typealphl - alphlalphl that could be synchronized.boolean synchronizeWith(Object object, Set<Object> alph)
object - the letter to checkalph - the alphabetalph, false otherwise.Copyright © 2020. All rights reserved.