Package org.xcsp.modeler.definitions
Interface IRootForCtrAndObj
-
- All Known Subinterfaces:
ICtr,ICtr.ICtrAllDifferent,ICtr.ICtrAllEqual,ICtr.ICtrCardinality,ICtr.ICtrChannel,ICtr.ICtrCircuit,ICtr.ICtrClause,ICtr.ICtrCount,ICtr.ICtrCumulative,ICtr.ICtrElement,ICtr.ICtrElementMatrix,ICtr.ICtrExtension,ICtr.ICtrIfThen,ICtr.ICtrIfThenElse,ICtr.ICtrInstantiation,ICtr.ICtrIntension,ICtr.ICtrMaximum,ICtr.ICtrMdd,ICtr.ICtrMinimum,ICtr.ICtrNoOverlap,ICtr.ICtrNValues,ICtr.ICtrOrdered,ICtr.ICtrRegular,ICtr.ICtrSlide,ICtr.ICtrSmart,ICtr.ICtrStretch,ICtr.ICtrSum,IObj,IObj.IObjFunctional,IObj.IObjSpecialized
public interface IRootForCtrAndObj
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default DefXCSPdef(String name)default DefXCSPdefXCSP()static Map<String,Object>map(String[] keys, Object... values)static Map<String,Object>map(String s, Object o)static Map<String,Object>map(String s1, Object o1, String s2, Object o2)static Map<String,Object>map(String s1, Object o1, String s2, Object o2, String s3, Object o3)static Map<String,Object>map(String s1, Object o1, String s2, Object o2, String s3, Object o3, String s4, Object o4)static Map<String,Object>map(String s1, Object o1, String s2, Object o2, String s3, Object o3, String s4, Object o4, String s5, Object o5)static Map<String,Object>map(String s1, Object o1, String s2, Object o2, String s3, Object o3, String s4, Object o4, String s5, Object o5, String s6, Object o6)default Map<String,Object>mapXCSP()default IVar[]scope()
-
-
-
Field Detail
-
SCOPE
static final String SCOPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
map
static Map<String,Object> map(String s1, Object o1, String s2, Object o2, String s3, Object o3)
-
map
static Map<String,Object> map(String s1, Object o1, String s2, Object o2, String s3, Object o3, String s4, Object o4)
-
map
static Map<String,Object> map(String s1, Object o1, String s2, Object o2, String s3, Object o3, String s4, Object o4, String s5, Object o5)
-
map
static Map<String,Object> map(String s1, Object o1, String s2, Object o2, String s3, Object o3, String s4, Object o4, String s5, Object o5, String s6, Object o6)
-
defXCSP
default DefXCSP defXCSP()
-
scope
default IVar[] scope()
-
-