time_constraint.constr_eval
Class RFile

java.lang.Object
  |
  +--time_constraint.constr_eval.RFile

public class RFile
extends java.lang.Object

The RFile class represents the constraints file.

Since:
Version 1.2
Version:
1.0
Author:
Daniela Olivieri

Constructor Summary
RFile()
           
 
Method Summary
 java.lang.String readfile(java.lang.String name)
          Converts the name file into a String.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFile

public RFile()
Method Detail

readfile

public java.lang.String readfile(java.lang.String name)
Converts the name file into a String. Returns this String.
Parameters:
name - Represents the constraints file.
Since:
Version 1.0