Package ui

Class CommandUI

Object
CommandUI

public class CommandUI
extends Object
CommandUI is the main executable of CASprzak. It opens a command line interface where user input is fed into KeywordInterface.useKeywords(String) until "exit" or "!" is called. The output from KeywordInterface is then printed to the command line.
  • Constructor Summary

    Constructors 
    Constructor Description
    CommandUI()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(String[] args)

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait