- b - Variable in class JaCoP.constraints.Reified
-
It specifies variable b which stores status of the constraint (0 - for certain not satisfied, 1 - for certain satisfied).
- b - Variable in class JaCoP.constraints.Xor
-
It specifies variable b, which boolean status must satisfy xor relationship with status of constraint c.
- b - Variable in class JaCoP.set.constraints.AdiffBeqC
-
It specifies set variable b.
- b - Variable in class JaCoP.set.constraints.AdisjointB
-
It specifies set variable b.
- b - Variable in class JaCoP.set.constraints.AeqB
-
It specifies set variable b, which must be equal to set variable a.
- b - Variable in class JaCoP.set.constraints.AinB
-
It specifies variable b.
- b - Variable in class JaCoP.set.constraints.AintersectBeqC
-
It specifies set variable b.
- b - Variable in class JaCoP.set.constraints.AunionBeqC
-
It specifies set variable b.
- b - Variable in class JaCoP.set.constraints.Lex
-
It specifies a list on which element a lex relationship holds for every
two consecutive variables.
- backtrack() - Method in class JaCoP.constraints.netflow.Network
-
- Backtrackable - Interface in JaCoP.core
-
- BacktrackableManager - Interface in JaCoP.core
-
- backtracking - Variable in class JaCoP.constraints.geost.Geost
-
It is a flag set to true during remove level late function execution so objects which
are being updated upon backtracking can be handled properly.
- backtrackOccured - Variable in class JaCoP.constraints.ExtensionalSupportSTR
-
It specifies if there was a backtrack and no yet consistency function execution after backtracking.
- backup(int) - Method in class JaCoP.fz.SimpleCharStream
-
Backup a number of characters.
- balance - Variable in class JaCoP.constraints.netflow.simplex.Node
-
balance of the last feasible flow
- beginColumn - Variable in class JaCoP.fz.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class JaCoP.fz.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class JaCoP.fz.SimpleCharStream
-
Start.
- behavior - Variable in class JaCoP.constraints.netflow.DomainStructure
-
- Binpacking - Class in JaCoP.constraints.binpacking
-
Binpacking constraint implements bin packing problem.
- Binpacking(IntVar[], IntVar[], int[]) - Constructor for class JaCoP.constraints.binpacking.Binpacking
-
It constructs the binpacking constraint for the supplied variable.
- Binpacking(ArrayList<? extends IntVar>, ArrayList<? extends IntVar>, int[]) - Constructor for class JaCoP.constraints.binpacking.Binpacking
-
It constructs the binpacking constraint for the supplied variable.
- bits - Variable in class JaCoP.core.SmallDenseDomain
-
It stores information about presence of the elements in the domain.
- blocking - Variable in class JaCoP.constraints.netflow.simplex.NetworkSimplex
-
- BOOL - Static variable in interface JaCoP.fz.ParserConstants
-
RegularExpression Id.
- bool_literal() - Method in class JaCoP.fz.Parser
-
- bool_ti_expr_tail() - Method in class JaCoP.fz.Parser
-
- BooleanVar - Class in JaCoP.core
-
Defines a variable and related operations on it.
- BooleanVar() - Constructor for class JaCoP.core.BooleanVar
-
No parameter, explicit, empty constructor for subclasses.
- BooleanVar(Store) - Constructor for class JaCoP.core.BooleanVar
-
This constructor creates a variable with empty domain (standard FD
domain), automatically generated name, and empty attached constraint
list.
- BooleanVar(Store, String) - Constructor for class JaCoP.core.BooleanVar
-
Boolean variable constructor.
- BooleanVar(Store, String, int, int) - Constructor for class JaCoP.core.BooleanVar
-
Boolean variable constructor.
- BooleanVar(Store, BoundDomain) - Constructor for class JaCoP.core.BooleanVar
-
It creates a Boolean variable.
- BooleanVar(Store, String, BoundDomain) - Constructor for class JaCoP.core.BooleanVar
-
It creates a Boolean variable.
- BOUND - Static variable in class JaCoP.core.IntDomain
-
It specifies the constant for BOUND event.
- BOUND - Static variable in class JaCoP.set.core.SetDomain
-
Bound event.
- BoundDomain - Class in JaCoP.core
-
Defines interval of numbers which is part of FDV definition which consist of
one or several intervals.
- BoundDomain() - Constructor for class JaCoP.core.BoundDomain
-
It is a constructor which will create an empty Bound domain.
- BoundDomain(int, int) - Constructor for class JaCoP.core.BoundDomain
-
Creates a new instance of BoundDomain.
- BoundDomainID - Static variable in class JaCoP.core.IntDomain
-
Unique identifier for a bound domain type.
- BoundDomainIntervalEnumeration - Class in JaCoP.core
-
Defines a methods for enumerating intervals contained in the BoundDomain.
- BoundDomainIntervalEnumeration(int, int) - Constructor for class JaCoP.core.BoundDomainIntervalEnumeration
-
It creates an enumeration of intervals for BoundDomain.
- BoundDomainValueEnumeration - Class in JaCoP.core
-
Defines a methods for enumerating values contained in the BoundDomain.
- BoundDomainValueEnumeration(BoundDomain) - Constructor for class JaCoP.core.BoundDomainValueEnumeration
-
- boundingBox(Collection<DBox>) - Static method in class JaCoP.constraints.geost.DBox
-
computes the bounding box of the given collection of boxes
- boundingBox - Variable in class JaCoP.constraints.geost.Shape
-
It specifies the smallest bounding box which encapsulates all boxes constituting the shape.
- boundingBox() - Method in class JaCoP.constraints.geost.Shape
-
It returns previously computed bounding box of the shape.
- BoundSetDomain - Class in JaCoP.set.core
-
Defines a set interval determined by a least upper bound(lub) and a
greatest lower bound(glb).
- BoundSetDomain(IntDomain, IntDomain, IntDomain) - Constructor for class JaCoP.set.core.BoundSetDomain
-
Creates BoundSetDomain object.
- BoundSetDomain(IntDomain, IntDomain) - Constructor for class JaCoP.set.core.BoundSetDomain
-
Creates a new instance of SetDomain.
- BoundSetDomain() - Constructor for class JaCoP.set.core.BoundSetDomain
-
It is a constructor which will create an empty SetDomain.
- BoundSetDomain(int, int) - Constructor for class JaCoP.set.core.BoundSetDomain
-
It creates a new instance of SetDomain with glb empty and lub={e1..e2}
- BoxDisplay - Class in JaCoP.constraints.geost
-
- BoxDisplay(int) - Constructor for class JaCoP.constraints.geost.BoxDisplay
-
It constructs a display to visualize Geost objects/constraint.
- BoxDisplay(int, String) - Constructor for class JaCoP.constraints.geost.BoxDisplay
-
It constructs a window given the parameters like pixels per unit shape,
and name of the window.
- boxes - Variable in class JaCoP.constraints.geost.Shape
-
The collection of DBoxes that constitute the shape.
- bufpos - Variable in class JaCoP.fz.SimpleCharStream
-
Position in buffer.
- build() - Method in class JaCoP.constraints.netflow.NetworkBuilder
-
- buildId(String, int, int) - Static method in class tlass.project.model.Position
-
Builds the total id representation based on the sectionId, position type, and place
- buildTable() - Method in class tlass.project.gui.panels.SchedulePanel.ScheduleTable
-
build the table
- buildTableTest() - Method in class tlass.unitTesting.gui.panels.TestSchedulePanel
-
- byteArrayToHexString(byte[]) - Static method in class tlass.project.DataStoreConnection
-
Function taken from http://www.rgagnon.com/javadetails/java-0400.html