Model
Class ModelConstants
java.lang.Object
|
+--Model.ModelConstants
- public final class ModelConstants
- extends java.lang.Object
All constants pertaining to a Model are stored here for convenient
access. Similar classes exist for Graph, Import etc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RT_WAXMAN
public static int RT_WAXMAN
RT_BARABASI
public static int RT_BARABASI
AS_WAXMAN
public static int AS_WAXMAN
AS_BARABASI
public static int AS_BARABASI
HI_TOPDOWN
public static int HI_TOPDOWN
HI_BOTTOMUP
public static int HI_BOTTOMUP
RT_FILE
public static int RT_FILE
AS_FILE
public static int AS_FILE
NP_RANDOM
public static int NP_RANDOM
NP_HEAVYTAILED
public static int NP_HEAVYTAILED
GT_INCREMENTAL
public static int GT_INCREMENTAL
GT_ALL
public static int GT_ALL
PC_NONE
public static int PC_NONE
PC_BARABASI
public static int PC_BARABASI
CL_ON
public static int CL_ON
CL_OFF
public static int CL_OFF
TD_RANDOM
public static int TD_RANDOM
TD_SMALLEST_NONLEAF
public static int TD_SMALLEST_NONLEAF
TD_SMALLEST
public static int TD_SMALLEST
TD_KDEGREE
public static int TD_KDEGREE
BU_RANDOMPICK
public static int BU_RANDOMPICK
BU_RANDOMWALK
public static int BU_RANDOMWALK
BU_ASSIGN_CONST
public static int BU_ASSIGN_CONST
BU_ASSIGN_UNIFORM
public static int BU_ASSIGN_UNIFORM
BU_ASSIGN_HT
public static int BU_ASSIGN_HT
BU_ASSIGN_EXP
public static int BU_ASSIGN_EXP
BW_CONSTANT
public static int BW_CONSTANT
BW_UNIFORM
public static int BW_UNIFORM
BW_HEAVYTAILED
public static int BW_HEAVYTAILED
BW_EXPONENTIAL
public static int BW_EXPONENTIAL
AS_NODE
public static int AS_NODE
RT_NODE
public static int RT_NODE
RT_LEAF
public static int RT_LEAF
RT_BORDER
public static int RT_BORDER
RT_STUB
public static int RT_STUB
RT_BACKBONE
public static int RT_BACKBONE
AS_STUB
public static int AS_STUB
AS_BACKBONE
public static int AS_BACKBONE
AS_LEAF
public static int AS_LEAF
AS_BORDER
public static int AS_BORDER
AS_EDGE
public static int AS_EDGE
RT_EDGE
public static int RT_EDGE
E_RT_STUB
public static int E_RT_STUB
E_RT_BORDER
public static int E_RT_BORDER
E_RT_BACKBONE
public static int E_RT_BACKBONE
E_AS_STUB
public static int E_AS_STUB
E_AS_BORDER
public static int E_AS_BORDER
E_AS_BACKBONE
public static int E_AS_BACKBONE
NONE
public static int NONE
ModelConstants
public ModelConstants()