|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.ics.dillenco.simplegraph01.GraphParms
public class GraphParms
Field Summary | |
---|---|
static int |
DEFAULT_MAP_HALFEDGE_MAX
Default value for the maximum number of half edge maps plus single edge maps that can be active at one. |
static int |
DEFAULT_MAP_NODE_MAX
Default value for the maximum number of node maps that can be active at one. |
static int |
DEFAULT_MAP_QEDGE_MAX
Default value for the maximum number of qEdge maps that can be active at one. |
Constructor Summary | |
---|---|
GraphParms()
|
Method Summary | |
---|---|
static int |
getMapHalfEdgeMax()
Return the maximum number of HalfEdge maps per graph that can be active at once. |
static int |
getMapNodeMax()
Return the maximum number of Node maps per graph that can be active at once. |
static int |
getMapQEdgeMax()
Return the maximum number of QEdge maps per graph/dual pair that can be active at once. |
static void |
setMapHalfEdgeMax(int v)
Set the maximum number of half edge maps plus single edge maps per graph that can be active at once. |
static void |
setMapNodeMax(int v)
Set the maximum number of Node maps per graph that can be active at once. |
static void |
setMapQEdgeMax(int v)
Set the maximum number of QEdge maps per graph/dual pair that can be active at once. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_MAP_HALFEDGE_MAX
public static final int DEFAULT_MAP_NODE_MAX
public static final int DEFAULT_MAP_QEDGE_MAX
Constructor Detail |
---|
public GraphParms()
Method Detail |
---|
public static int getMapHalfEdgeMax()
public static int getMapQEdgeMax()
public static int getMapNodeMax()
public static void setMapHalfEdgeMax(int v)
v
- the new value.public static void setMapQEdgeMax(int v)
v
- the new value.public static void setMapNodeMax(int v)
v
- the new value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |