Class MyReader

java.lang.Object
  |
  +--MyReader

public class MyReader
extends java.lang.Object

A static class to simplify reading operations in ESFrameModelSwarm.java and in UnitParameters.java

Author:
Pietro Terna

Constructor Summary
MyReader()
           
 
Method Summary
static java.util.StringTokenizer check(java.lang.String fileUnit, java.io.BufferedReader file, java.lang.String line, java.util.StringTokenizer t)
          check if it is necessary to read a new line and do it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyReader

public MyReader()
Method Detail

check

public static java.util.StringTokenizer check(java.lang.String fileUnit,
                                              java.io.BufferedReader file,
                                              java.lang.String line,
                                              java.util.StringTokenizer t)
check if it is necessary to read a new line and do it