SPY-Lab / java-fsm-library

GNU Lesser General Public License v3.0
1 stars 1 forks source link

Automata operation extension #15

Open VincenzoArceri opened 7 years ago

VincenzoArceri commented 7 years ago

Extend all the basic operation on automata to a Collection of Automaton. For example, we already have the intersect(Automaton a1, Automaton a2) function. We could add a new function intersect(Collection<Automaton> automata) performs the intersection between all the automaton in the Collection.