com.bigdata.relation.rule
Interface IConstant<E>

All Superinterfaces:
IVariableOrConstant<E>, Serializable
All Known Implementing Classes:
Constant

public interface IConstant<E>
extends IVariableOrConstant<E>

A constant.

Version:
$Id: IConstant.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 int hashCode()
          The hash code of the value that would be returned by IVariableOrConstant.get()
 
Methods inherited from interface com.bigdata.relation.rule.IVariableOrConstant
equals, get, getName, isConstant, isVar
 

Method Detail

hashCode

int hashCode()
The hash code of the value that would be returned by IVariableOrConstant.get()

Overrides:
hashCode in class Object


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.