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

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

public interface IVariable<E>
extends IVariableOrConstant<E>

A variable.

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

Method Summary
 int hashCode()
          The hash code of the name of the variable as reported by IVariableOrConstant.getName()
 
Methods inherited from interface com.bigdata.relation.rule.IVariableOrConstant
equals, get, getName, isConstant, isVar
 

Method Detail

hashCode

int hashCode()
The hash code of the name of the variable as reported by IVariableOrConstant.getName()

Overrides:
hashCode in class Object


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