Class AuxiliarVariables

java.lang.Object
es.uam.eps.ir.relison.examples.AuxiliarVariables

public class AuxiliarVariables
extends java.lang.Object
Auxiliar variables for the execution examples.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String FALSE
    String representation of false values.
    static java.lang.String TRUE
    String representation of true values.
  • Constructor Summary

    Constructors 
    Constructor Description
    AuxiliarVariables()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TRUE

      public static java.lang.String TRUE
      String representation of true values.
    • FALSE

      public static java.lang.String FALSE
      String representation of false values.
  • Constructor Details