sdr 0.21

net.cscott.sdr.calls.lists
Class BasicList

java.lang.Object
  extended by net.cscott.sdr.calls.lists.BasicList

public abstract class BasicList
extends Object

The BasicList class contains complex call and concept definitions which are on the 'basic' program. Note that "simple" calls and concepts are defined in the resource file at net/cscott/sdr/calls/lists/basic.calls; this class contains only those definitions for which an executable component is required.

Version:
$Id: BasicList.java,v 1.19 2006-11-14 16:20:53 cananian Exp $
Author:
C. Scott Ananian

Field Summary
static Call _ADD_NUM
           
static Call _DIVIDE_NUM
           
static Call _FRACTIONAL
           
static Call _MULTIPLY_NUM
           
static Call _SUBTRACT_NUM
           
static Call AND
           
static Call LEFT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AND

public static final Call AND

_ADD_NUM

public static final Call _ADD_NUM

_SUBTRACT_NUM

public static final Call _SUBTRACT_NUM

_MULTIPLY_NUM

public static final Call _MULTIPLY_NUM

_DIVIDE_NUM

public static final Call _DIVIDE_NUM

LEFT

public static final Call LEFT

_FRACTIONAL

public static final Call _FRACTIONAL

sdr 0.21

Copyright (c) 2006 C. Scott Ananian