Class LevelGuesser

java.lang.Object
pl.gdela.socomo.composition.LevelGuesser

public final class LevelGuesser
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String guessLevel​(Codemap codemap)
    Returns the level name which is most interesting for this codemap.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • guessLevel

      public static java.lang.String guessLevel​(Codemap codemap)
      Returns the level name which is most interesting for this codemap. This will be the java package under which most of the code is defined.