Interface AlphabetCollection<E>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<E> getAlphabet()  
      org.processmining.plugins.graphviz.dot.Dot toGraphViz()  
      • Methods inherited from interface java.util.Collection

        add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Method Detail

      • getAlphabet

        java.util.Set<E> getAlphabet()
      • toGraphViz

        org.processmining.plugins.graphviz.dot.Dot toGraphViz()