JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.chocosolver.solver
Interface Identity
All Known Subinterfaces:
BoolVar
,
IntVar
,
IView
,
RealVar
,
SetVar
,
Variable
All Known Implementing Classes:
AbstractVariable
,
BitsetArrayIntVarImpl
,
BitsetIntVarImpl
,
BoolNotView
,
BoolVarImpl
,
FixedBoolVarImpl
,
FixedIntVarImpl
,
FixedRealVarImpl
,
IntervalIntVarImpl
,
IntView
,
MinusView
,
OffsetView
,
PropAbsolute
,
Propagator
,
PropAllDiff
,
PropAllDiffAC
,
PropAllDiffAdaptative
,
PropAllDiffBC
,
PropAllDiffInst
,
PropAllDisjoint
,
PropAllEqual
,
PropAMNV
,
PropAmongGAC
,
PropAntiArborescences
,
PropAtLeastNValues
,
PropAtLeastNValues_AC
,
PropAtMost1Empty
,
PropAtMostNValues
,
PropAtMostNValues_BC
,
PropBinAC2001
,
PropBinAC3
,
PropBinAC3bitrm
,
PropBinAC3rm
,
PropBinCSP
,
PropBinFC
,
PropBitChanneling
,
PropBoolChannel
,
PropBoolMax
,
PropBoolMin
,
PropCardinality
,
PropCircuit_AntiArboFiltering
,
PropCircuit_ArboFiltering
,
PropCircuitSCC
,
PropClauseChanneling
,
PropCompactTable
,
PropCondAllDiff_AC
,
PropCondAllDiffInst
,
PropConDis
,
PropConditionnal
,
PropCostRegular
,
PropCount_AC
,
PropCountVar
,
PropCumulative
,
PropDiffN
,
PropDistanceXYC
,
PropDistanceXYZ
,
PropDivXYZ
,
PropElement
,
PropElement
,
PropElementV_fast
,
PropEnumDomainChanneling
,
PropEqualX_Y
,
PropEqualX_YC
,
PropEqualXC
,
PropEqualXY_C
,
PropFalse
,
PropFastGCC
,
PropGraphCumulative
,
PropGreaterOrEqualX_Y
,
PropGreaterOrEqualX_YC
,
PropGreaterOrEqualXC
,
PropGreaterOrEqualXY_C
,
PropIntBoundedMemberSet
,
PropIntChannel
,
PropIntCstMemberSet
,
PropIntCstNotMemberSet
,
PropIntEnumMemberSet
,
PropIntersection
,
PropIntersectionFilterSets
,
PropIntValuePrecedeChain
,
PropInverse
,
PropInverseChannelAC
,
PropInverseChannelBC
,
PropItemToLoad
,
PropKeysorting
,
PropKLoops
,
PropKnapsack
,
PropLargeCSP
,
PropLargeFC
,
PropLargeGAC2001
,
PropLargeGAC2001Positive
,
PropLargeGAC3rm
,
PropLargeGAC3rmPositive
,
PropLargeGACSTRPos
,
PropLargeMDDC
,
PropLessOrEqualXC
,
PropLessOrEqualXY_C
,
PropLex
,
PropLexChain
,
PropLexInt
,
PropLoadToItem
,
PropLocalConDis
,
PropMax
,
PropMaxBC
,
PropMaxElement
,
PropMemberBound
,
PropMemberEnum
,
PropMin
,
PropMinBC
,
PropMinElement
,
PropMultiCostRegular
,
PropNbEmpty
,
PropNogoods
,
PropNoSubtour
,
PropNotEmpty
,
PropNotEqualX_Y
,
PropNotEqualX_YC
,
PropNotEqualXC
,
PropNotEqualXY_C
,
PropNotMemberBound
,
PropNotMemberEnum
,
PropNotMemberIntSet
,
PropNotMemberSetInt
,
PropOffSet
,
PropOpposite
,
PropRegular
,
PropReif
,
PropSat
,
PropScalar
,
PropScale
,
PropSetIntValuesUnion
,
PropSort
,
PropSquare
,
PropSubcircuit
,
PropSubcircuitDominatorFilter
,
PropSubsetEq
,
PropSum
,
PropSumBool
,
PropSumBoolIncr
,
PropSumOfElements
,
PropSymmetric
,
PropTableStr2
,
PropTimesNaive
,
PropTimesXY
,
PropTimesZ
,
PropTrue
,
PropUnion
,
PropXplusYeqZ
,
RealPropagator
,
RealVarImpl
,
RealView
,
ScaleView
,
SetVarImpl
public interface
Identity
An interface to provide an identity to object, using a positive int to caracterize the object. It allows definition of , 2 147 483 647 different objects.
Since:
14/12/11
Author:
Charles Prud'homme
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getId
()
Method Detail
getId
int getId()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2016. All rights reserved.