Uses of Class
org.xcsp.modeler.implementation.ProblemIMP
-
Packages that use ProblemIMP Package Description org.xcsp.modeler org.xcsp.modeler.api org.xcsp.modeler.entities org.xcsp.modeler.implementation -
-
Uses of ProblemIMP in org.xcsp.modeler
Fields in org.xcsp.modeler declared as ProblemIMP Modifier and Type Field Description protected ProblemIMPCompiler. impFields and Constructor -
Uses of ProblemIMP in org.xcsp.modeler.api
Fields in org.xcsp.modeler.api with type parameters of type ProblemIMP Modifier and Type Field Description static Map<ProblemAPI,ProblemIMP>ProblemAPIBase. api2impAdvanced Use: you shouldn't normally use this map that relatesProblemAPIobjects withProblemIMPobjects.Methods in org.xcsp.modeler.api that return ProblemIMP Modifier and Type Method Description default ProblemIMPProblemAPIBase. imp()Advanced Use: you shouldn't normally use theProblemIMPobject that offers implementation stuff for this object. -
Uses of ProblemIMP in org.xcsp.modeler.entities
Constructors in org.xcsp.modeler.entities with parameters of type ProblemIMP Constructor Description VarEntities(ProblemIMP imp) -
Uses of ProblemIMP in org.xcsp.modeler.implementation
Subclasses of ProblemIMP in org.xcsp.modeler.implementation Modifier and Type Class Description classProblemIMP3
-