Uses of Interface
org.xcsp.modeler.definitions.ICtr
-
Packages that use ICtr Package Description org.xcsp.modeler org.xcsp.modeler.definitions org.xcsp.modeler.entities org.xcsp.modeler.implementation -
-
Uses of ICtr in org.xcsp.modeler
Methods in org.xcsp.modeler with parameters of type ICtr Modifier and Type Method Description protected void
Compiler. handleCtr(Element parent, ICtr c)
Method parameters in org.xcsp.modeler with type arguments of type ICtr Modifier and Type Method Description protected List<Element>
Compiler. buildChilds(Element parent, List<ICtr> ctrs)
-
Uses of ICtr in org.xcsp.modeler.definitions
Subinterfaces of ICtr in org.xcsp.modeler.definitions Modifier and Type Interface Description static interface
ICtr.ICtrAllDifferent
static interface
ICtr.ICtrAllEqual
static interface
ICtr.ICtrCardinality
static interface
ICtr.ICtrChannel
static interface
ICtr.ICtrCircuit
static interface
ICtr.ICtrClause
static interface
ICtr.ICtrCount
static interface
ICtr.ICtrCumulative
static interface
ICtr.ICtrElement
static interface
ICtr.ICtrElementMatrix
static interface
ICtr.ICtrExtension
static interface
ICtr.ICtrIfThen
static interface
ICtr.ICtrIfThenElse
static interface
ICtr.ICtrInstantiation
static interface
ICtr.ICtrIntension
static interface
ICtr.ICtrMaximum
static interface
ICtr.ICtrMdd
static interface
ICtr.ICtrMinimum
static interface
ICtr.ICtrNoOverlap
static interface
ICtr.ICtrNValues
static interface
ICtr.ICtrOrdered
static interface
ICtr.ICtrRegular
static interface
ICtr.ICtrSlide
static interface
ICtr.ICtrSmart
static interface
ICtr.ICtrStretch
static interface
ICtr.ICtrSum
-
Uses of ICtr in org.xcsp.modeler.entities
Fields in org.xcsp.modeler.entities declared as ICtr Modifier and Type Field Description ICtr
CtrEntities.CtrAlone. ctr
ICtr[]
CtrEntities.CtrArray. ctrs
Fields in org.xcsp.modeler.entities with type parameters of type ICtr Modifier and Type Field Description Map<ICtr,CtrEntities.CtrAlone>
CtrEntities. ctrToCtrAlone
Map<ICtr,CtrEntities.CtrArray>
CtrEntities. ctrToCtrArray
Methods in org.xcsp.modeler.entities with parameters of type ICtr Modifier and Type Method Description CtrEntities.CtrArray
CtrEntities. newCtrArrayEntity(ICtr[] ctrs, boolean dummy, Types.TypeClass... classes)
Constructors in org.xcsp.modeler.entities with parameters of type ICtr Constructor Description CtrAlone(ICtr ctr, Types.TypeClass... classes)
CtrArray(ICtr[] ctrs, Types.TypeClass... classes)
CtrArrayDummy(ICtr[] ctrs, Types.TypeClass... classes)
-
Uses of ICtr in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation with parameters of type ICtr Modifier and Type Method Description CtrEntities.CtrAlone
ProblemIMP3. post(ICtr c)
-