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.


Field Summary
static int AS_BACKBONE
           
static int AS_BARABASI
           
static int AS_BORDER
           
static int AS_EDGE
           
static int AS_FILE
           
static int AS_LEAF
           
static int AS_NODE
           
static int AS_STUB
           
static int AS_WAXMAN
           
static int BU_ASSIGN_CONST
           
static int BU_ASSIGN_EXP
           
static int BU_ASSIGN_HT
           
static int BU_ASSIGN_UNIFORM
           
static int BU_RANDOMPICK
           
static int BU_RANDOMWALK
           
static int BW_CONSTANT
           
static int BW_EXPONENTIAL
           
static int BW_HEAVYTAILED
           
static int BW_UNIFORM
           
static int CL_OFF
           
static int CL_ON
           
static int E_AS_BACKBONE
           
static int E_AS_BORDER
           
static int E_AS_STUB
           
static int E_RT_BACKBONE
           
static int E_RT_BORDER
           
static int E_RT_STUB
           
static int GT_ALL
           
static int GT_INCREMENTAL
           
static int HI_BOTTOMUP
           
static int HI_TOPDOWN
           
static int NONE
           
static int NP_HEAVYTAILED
           
static int NP_RANDOM
           
static int PC_BARABASI
           
static int PC_NONE
           
static int RT_BACKBONE
           
static int RT_BARABASI
           
static int RT_BORDER
           
static int RT_EDGE
           
static int RT_FILE
           
static int RT_LEAF
           
static int RT_NODE
           
static int RT_STUB
           
static int RT_WAXMAN
           
static int TD_KDEGREE
           
static int TD_RANDOM
           
static int TD_SMALLEST
           
static int TD_SMALLEST_NONLEAF
           
 
Constructor Summary
ModelConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ModelConstants

public ModelConstants()