/**
 * Requirements of an Operand.
 *
 * @author  Prof. David Bernstein, James Madison University
 * @version 1.0
 */
public interface Operand extends Initializeable, Increaseable
{
}
