Interface IUnknownInputResolver


public interface IUnknownInputResolver
Define a resolution system for input that could not be identified.
  • Method Details

    • askForHelp

      String askForHelp(String name, IInput input, IUnitCreator parent)
      Request help from the resolver.
      Parameters:
      name - the input name
      input - the input data
      parent - the parent
      Returns:
      a unit type string returned by the resolved, if any, or null if the resolution failed