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 voidCompiler. 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 interfaceICtr.ICtrAllDifferentstatic interfaceICtr.ICtrAllEqualstatic interfaceICtr.ICtrCardinalitystatic interfaceICtr.ICtrChannelstatic interfaceICtr.ICtrCircuitstatic interfaceICtr.ICtrClausestatic interfaceICtr.ICtrCountstatic interfaceICtr.ICtrCumulativestatic interfaceICtr.ICtrElementstatic interfaceICtr.ICtrElementMatrixstatic interfaceICtr.ICtrExtensionstatic interfaceICtr.ICtrIfThenstatic interfaceICtr.ICtrIfThenElsestatic interfaceICtr.ICtrInstantiationstatic interfaceICtr.ICtrIntensionstatic interfaceICtr.ICtrMaximumstatic interfaceICtr.ICtrMddstatic interfaceICtr.ICtrMinimumstatic interfaceICtr.ICtrNoOverlapstatic interfaceICtr.ICtrNValuesstatic interfaceICtr.ICtrOrderedstatic interfaceICtr.ICtrRegularstatic interfaceICtr.ICtrSlidestatic interfaceICtr.ICtrSmartstatic interfaceICtr.ICtrStretchstatic interfaceICtr.ICtrSum -
Uses of ICtr in org.xcsp.modeler.entities
Fields in org.xcsp.modeler.entities declared as ICtr Modifier and Type Field Description ICtrCtrEntities.CtrAlone. ctrICtr[]CtrEntities.CtrArray. ctrsFields in org.xcsp.modeler.entities with type parameters of type ICtr Modifier and Type Field Description Map<ICtr,CtrEntities.CtrAlone>CtrEntities. ctrToCtrAloneMap<ICtr,CtrEntities.CtrArray>CtrEntities. ctrToCtrArrayMethods in org.xcsp.modeler.entities with parameters of type ICtr Modifier and Type Method Description CtrEntities.CtrArrayCtrEntities. 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.CtrAloneProblemIMP3. post(ICtr c)
-