choco.kernel.common
Interface IIndex

All Known Subinterfaces:
Constraint, IntDomainVar, IntVar, IVisuVariable, RealConstant, RealVar, SetVar, Var, Variable
All Known Implementing Classes:
AbstractBijectiveVar, AbstractConstraint, AbstractVar, AbstractVariable, BooleanVarImpl, BoolVarNot, ComponentConstraint, ComponentConstraintWithSubConstraints, ComponentVariable, GeostObject, IntDomainVarAddCste, IntDomainVarImpl, IntDomainVarTimePosCste, IntegerConstantVariable, IntegerExpressionVariable, IntegerVariable, MetaConstraint, MetaIntegerExpressionVariable, MetaTaskConstraint, ModelObject, MultipleVariables, RealConstantVariable, RealExpressionVariable, RealIntervalConstant, RealVariable, RealVarImpl, SetConstantVariable, SetExpressionVariable, SetVariable, SetVarImpl, TaskVar, TaskVariable, TemporalConstraint, TreeNodeObject, TreeParametersObject, ViewIntDomainVarImpl, VisuVariable

public interface IIndex


Method Summary
 long getIndex()
          Unique index (Different from hashCode, can change from one execution to another one)
 

Method Detail

getIndex

long getIndex()
Unique index (Different from hashCode, can change from one execution to another one)

Returns:
the indice of the objet


Copyright © 2012. All Rights Reserved.