public interface ADSCalculator
Modifier and Type | Method and Description |
---|---|
<S,I,O> Optional<ADTNode<S,I,O>> |
compute(MealyMachine<S,I,?,O> hypothesis,
Alphabet<I> alphabet,
Set<S> targets) |
<S,I,O> Optional<ADTNode<S,I,O>> compute(MealyMachine<S,I,?,O> hypothesis, Alphabet<I> alphabet, Set<S> targets)
Copyright © 2020. All rights reserved.