|
Sugar version 1.13 Core API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.ac.kobe_u.cs.sugar.converter.Converter
public class Converter
Converter class is used to convert input expressions to a CSP.
Expression
,
CSP
Field Summary | |
---|---|
static boolean |
expandABS
|
static int |
MAX_EQUIVMAP_SIZE
|
static long |
MAX_LINEARSUM_SIZE
|
Constructor Summary | |
---|---|
Converter(CSP csp)
|
Method Summary | |
---|---|
void |
convert(List<Expression> expressions)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int MAX_EQUIVMAP_SIZE
public static long MAX_LINEARSUM_SIZE
public static boolean expandABS
Constructor Detail |
---|
public Converter(CSP csp)
Method Detail |
---|
public void convert(List<Expression> expressions) throws SugarException
SugarException
|
Sugar version 1.13 Core API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |