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 ProblemIMP
Compiler. imp
Fields 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. api2imp
Advanced Use: you shouldn't normally use this map that relatesProblemAPI
objects withProblemIMP
objects.Methods in org.xcsp.modeler.api that return ProblemIMP Modifier and Type Method Description default ProblemIMP
ProblemAPIBase. imp()
Advanced Use: you shouldn't normally use theProblemIMP
object 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 class
ProblemIMP3
-