orc.lib.comp
Class Greq

java.lang.Object
  extended by orc.runtime.values.Value
      extended by orc.runtime.sites.Site
          extended by orc.runtime.sites.EvalSite
              extended by orc.lib.comp.ComparisonSite
                  extended by orc.lib.comp.Greq
All Implemented Interfaces:
Callable

public class Greq
extends ComparisonSite

Author:
dkitchin

Field Summary
 
Fields inherited from class orc.runtime.values.Value
futureNotReady
 
Constructor Summary
Greq()
           
 
Method Summary
 boolean compare(int a)
           
 
Methods inherited from class orc.lib.comp.ComparisonSite
evaluate, type
 
Methods inherited from class orc.runtime.sites.EvalSite
callSite
 
Methods inherited from class orc.runtime.sites.Site
accept, createCall
 
Methods inherited from class orc.runtime.values.Value
forceArg, forceCall, signal, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Greq

public Greq()
Method Detail

compare

public boolean compare(int a)
Specified by:
compare in class ComparisonSite