Package org.chocosolver.solver.trace
Class GephiConstants
- java.lang.Object
-
- org.chocosolver.solver.trace.GephiConstants
-
public class GephiConstants extends Object
Project: choco-solver.
- Since:
- 01/10/2018.
- Author:
- Charles Prud'homme
-
-
Field Summary
Fields Modifier and Type Field Description static String
BLUE
static String
DIAM
static String
DISC
static String
EDGETAG
static String
EEDGESTAG
static String
EGRAPGTAG
static String
ENODESTAG
static String
EXMLTAG
static String
GREEN
static String
NODETAG
static String
OEDGESTAG
static String
OGRAPGTAG
static String
ONODESTAG
static String
ORANGE
static String
OXMLTAG
static String
PID
static String
RED
static String
ROOTTAG
static String
SQUARE
-
-
-
Field Detail
-
OXMLTAG
public static final String OXMLTAG
- See Also:
- Constant Field Values
-
OGRAPGTAG
public static final String OGRAPGTAG
- See Also:
- Constant Field Values
-
ONODESTAG
public static final String ONODESTAG
- See Also:
- Constant Field Values
-
ROOTTAG
public static final String ROOTTAG
- See Also:
- Constant Field Values
-
NODETAG
public static final String NODETAG
- See Also:
- Constant Field Values
-
ENODESTAG
public static final String ENODESTAG
- See Also:
- Constant Field Values
-
OEDGESTAG
public static final String OEDGESTAG
- See Also:
- Constant Field Values
-
EDGETAG
public static final String EDGETAG
- See Also:
- Constant Field Values
-
EEDGESTAG
public static final String EEDGESTAG
- See Also:
- Constant Field Values
-
EGRAPGTAG
public static final String EGRAPGTAG
- See Also:
- Constant Field Values
-
EXMLTAG
public static final String EXMLTAG
- See Also:
- Constant Field Values
-
GREEN
public static final String GREEN
- See Also:
- Constant Field Values
-
RED
public static final String RED
- See Also:
- Constant Field Values
-
BLUE
public static final String BLUE
- See Also:
- Constant Field Values
-
ORANGE
public static final String ORANGE
- See Also:
- Constant Field Values
-
DISC
public static final String DISC
- See Also:
- Constant Field Values
-
SQUARE
public static final String SQUARE
- See Also:
- Constant Field Values
-
DIAM
public static final String DIAM
- See Also:
- Constant Field Values
-
PID
public static final String PID
- See Also:
- Constant Field Values
-
-