Class InputReader

java.lang.Object
  extended by InputReader

 class InputReader
extends Object

This is the computational core of the package. It introduces subspaces and enables basic operations with them, using all the other classes for that.

Since:
2014-12-01
Version:
1.0
Author:
Jakub Klejch <323464@mail.muni.cz>

Constructor Summary
InputReader()
          Constructor for objects of class InputReader
 
Method Summary
(package private)  Subspace getSubspace(String input)
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputReader

InputReader()
Constructor for objects of class InputReader

Method Detail

getSubspace

Subspace getSubspace(String input)