Uses of Class
org.xcsp.common.Types.TypeRank
-
Packages that use Types.TypeRank Package Description org.xcsp.common org.xcsp.modeler.api org.xcsp.modeler.definitions org.xcsp.modeler.implementation org.xcsp.parser.callbacks -
-
Uses of Types.TypeRank in org.xcsp.common
Methods in org.xcsp.common that return Types.TypeRank Modifier and Type Method Description static Types.TypeRank
Types.TypeRank. valueOf(String name)
Returns the enum constant of this type with the specified name.static Types.TypeRank[]
Types.TypeRank. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Types.TypeRank in org.xcsp.modeler.api
Fields in org.xcsp.modeler.api declared as Types.TypeRank Modifier and Type Field Description static Types.TypeRank
ProblemAPIBase. ANY
A constant denoting that a search is conducted with respect to any object (typically, variable) of a structure (typically, a 1-dimensional array of variables) having a certain property.static Types.TypeRank
ProblemAPIBase. FIRST
A constant denoting that a search is conducted with respect to the first object (typically, variable) of a structure (typically, a 1-dimensional array of variables) having a certain property.static Types.TypeRank
ProblemAPIBase. LAST
A constant denoting that a search is conducted with respect to the last object (typically, variable) of a structure (typically, a 1-dimensional array of variables) having a certain property.Types.TypeRank
ProblemAPIBase.Index. rank
Methods in org.xcsp.modeler.api with parameters of type Types.TypeRank Modifier and Type Method Description default ProblemAPIBase.Index
ProblemAPIBase. index(IVar.Var variable, Types.TypeRank rank)
Returns an objectIndex
wrapping the specified variable and the specified rank type.Constructors in org.xcsp.modeler.api with parameters of type Types.TypeRank Constructor Description Index(IVar.Var var, Types.TypeRank rank)
-
Uses of Types.TypeRank in org.xcsp.modeler.definitions
Methods in org.xcsp.modeler.definitions with parameters of type Types.TypeRank Modifier and Type Method Description static ICtr.ICtrElement
ICtr.ICtrElement. buildFrom(IVar[] scope, String list, Integer startIndex, Object index, Types.TypeRank rank, Condition condition)
static ICtr.ICtrMaximum
ICtr.ICtrMaximum. buildFrom(IVar[] scope, String list, Integer startIndex, Object index, Types.TypeRank rank, Condition condition)
static ICtr.ICtrMinimum
ICtr.ICtrMinimum. buildFrom(IVar[] scope, String list, Integer startIndex, Object index, Types.TypeRank rank, Condition condition)
-
Uses of Types.TypeRank in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation with parameters of type Types.TypeRank Modifier and Type Method Description abstract CtrEntities.CtrEntity
ProblemIMP. element(int[] list, int startIndex, IVar.Var index, Types.TypeRank rank, Condition condition)
abstract CtrEntities.CtrEntity
ProblemIMP. element(IVar.Var[] list, int startIndex, IVar.Var index, Types.TypeRank rank, Condition condition)
CtrEntities.CtrEntity
ProblemIMP3. element(int[] list, int startIndex, IVar.Var index, Types.TypeRank rank, Condition condition)
CtrEntities.CtrEntity
ProblemIMP3. element(IVar.Var[] list, int startIndex, IVar.Var index, Types.TypeRank rank, Condition condition)
abstract CtrEntities.CtrEntity
ProblemIMP. maximum(IVar.Var[] list, int startIndex, IVar.Var index, Types.TypeRank rank)
abstract CtrEntities.CtrEntity
ProblemIMP. maximum(IVar.Var[] list, int startIndex, IVar.Var index, Types.TypeRank rank, Condition condition)
CtrEntities.CtrEntity
ProblemIMP3. maximum(IVar.Var[] list, int startIndex, IVar.Var index, Types.TypeRank rank)
CtrEntities.CtrEntity
ProblemIMP3. maximum(IVar.Var[] list, int startIndex, IVar.Var index, Types.TypeRank rank, Condition condition)
abstract CtrEntities.CtrEntity
ProblemIMP. minimum(IVar.Var[] list, int startIndex, IVar.Var index, Types.TypeRank rank)
abstract CtrEntities.CtrEntity
ProblemIMP. minimum(IVar.Var[] list, int startIndex, IVar.Var index, Types.TypeRank rank, Condition condition)
CtrEntities.CtrEntity
ProblemIMP3. minimum(IVar.Var[] list, int startIndex, IVar.Var index, Types.TypeRank rank)
CtrEntities.CtrEntity
ProblemIMP3. minimum(IVar.Var[] list, int startIndex, IVar.Var index, Types.TypeRank rank, Condition condition)
-
Uses of Types.TypeRank in org.xcsp.parser.callbacks
-