Class EPS

java.lang.Object
  |
  +--Predicate
        |
        +--EPS

public class EPS
extends Predicate


Inner classes inherited from class Predicate
Predicate.PossibleKeys
 
Field Summary
(package private) static boolean DEBUG
           
(package private) static java.lang.String em
           
(package private) static java.lang.String loc
           
(package private)  java.lang.Object symbol
           
(package private)  java.lang.Object value
           
(package private) static java.lang.String wm
           
 
Fields inherited from class Predicate
arg1, arg2, DEBUG, em, isDummy, isPlannable, keys, loc, name, newPredicateNames, objectiveCell, plannedFor, wm
 
Constructor Summary
EPS(java.lang.String stockSymbol, double stockEpsValue)
           
EPS(java.lang.String stockSymbol, java.lang.Double value)
           
EPS(java.lang.String stockSymbol, java.lang.String stockEpsValue)
           
EPS(java.lang.String stockSymbol, Variable stockEpsValue)
           
EPS(Variable stockSymbol, double stockEpsValue)
           
EPS(Variable stockSymbol, java.lang.Double value)
           
EPS(Variable stockSymbol, java.lang.String stockEpsValue)
           
EPS(Variable stockSymbol, Variable stockEpsValue)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void say()
           
 
Methods inherited from class Predicate
equals, getCorrespondingObject, getFirstArg, getMoreSpecificOrNull, getName, getSecondArg, getVariables, isDummyPredicate, isFullyInstantiated, isPlannable, isSameOrMoreGeneralThan, isSameOrMoreGeneralThan, isSimple, makeDummy, removeDuplicates, store, subMakeDummy, subSameOrMoreGeneralThan, toString, verify
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

symbol

java.lang.Object symbol

value

java.lang.Object value

DEBUG

static boolean DEBUG

em

static java.lang.String em

wm

static java.lang.String wm

loc

static java.lang.String loc
Constructor Detail

EPS

public EPS(java.lang.String stockSymbol,
           java.lang.String stockEpsValue)

EPS

public EPS(java.lang.String stockSymbol,
           java.lang.Double value)

EPS

public EPS(Variable stockSymbol,
           java.lang.Double value)

EPS

public EPS(java.lang.String stockSymbol,
           double stockEpsValue)

EPS

public EPS(Variable stockSymbol,
           Variable stockEpsValue)

EPS

public EPS(java.lang.String stockSymbol,
           Variable stockEpsValue)

EPS

public EPS(Variable stockSymbol,
           double stockEpsValue)

EPS

public EPS(Variable stockSymbol,
           java.lang.String stockEpsValue)
Method Detail

say

public void say()

main

public static void main(java.lang.String[] args)