Interface ADSCalculator
-
- All Known Implementing Classes:
AbstractCalculator
,BestEffortCalculator
,MinLengthCalculator
,MinSizeCalculator
public interface ADSCalculator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <S,I,O>
Optional<ADTNode<S,I,O>>compute(MealyMachine<S,I,?,O> hypothesis, Alphabet<I> alphabet, Set<S> targets)
-
-
-
Method Detail
-
compute
<S,I,O> Optional<ADTNode<S,I,O>> compute(MealyMachine<S,I,?,O> hypothesis, Alphabet<I> alphabet, Set<S> targets)
-
-