Uses of Interface
net.automatalib.util.automaton.copy.LowLevelAutomatonCopier
-
Packages that use LowLevelAutomatonCopier Package Description net.automatalib.util.automaton.copy -
-
Uses of LowLevelAutomatonCopier in net.automatalib.util.automaton.copy
Classes in net.automatalib.util.automaton.copy that implement LowLevelAutomatonCopier Modifier and Type Class Description class
AbstractLowLevelAutomatonCopier<S1,I1,T1,S2,I2,T2,SP2,TP2,TS1 extends TransitionSystem<S1,? super I1,T1>>
Methods in net.automatalib.util.automaton.copy that return LowLevelAutomatonCopier Modifier and Type Method Description <S1,I1,T1,S2,I2,T2,SP2,TP2>
LowLevelAutomatonCopier<S1,S2>AutomatonCopyMethod. createLowLevelCopier(Automaton<S1,? super I1,T1> in, Collection<? extends I1> inputs, MutableAutomaton<S2,I2,T2,? super SP2,? super TP2> out, Function<? super I1,? extends I2> inputsMapping, Function<? super S1,? extends SP2> spMapping, Function<? super T1,? extends TP2> tpMapping, Predicate<? super S1> stateFilter, TransitionPredicate<? super S1,? super I1,? super T1> transitionFilter)
-