Class PlaceUtils.Mapper

  • Enclosing class:
    PlaceUtils

    public static class PlaceUtils.Mapper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Mapper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.lang.String getStringRepresentation​(java.util.Set<T> inputTransitions, java.util.Set<T> outputTransitions)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Mapper

        public Mapper()
    • Method Detail

      • getStringRepresentation

        public static <T> java.lang.String getStringRepresentation​(java.util.Set<T> inputTransitions,
                                                                   java.util.Set<T> outputTransitions)