|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MNetworkBuildingPa>
de.cesr.more.param.MNetworkBuildingPa
public enum MNetworkBuildingPa
Parameter definitions used for MORe's network building
Enum Constant Summary | |
---|---|
ADD_EDGES_TO_GEOGRAPHY
If true, edges are added to the geography (adding many edges to the geography is a performance issue). |
|
BUILD_DIRECTED
"Directedness" of the generated networks. |
|
BUILD_RANDOM_AVG_DEGREE
The average degree of a node in the resulting network. |
|
BUILD_WSSM_BETA
The probability of an edge being rewired randomly; the proportion of randomly rewired edges in a graph. |
|
BUILD_WSSM_CONSIDER_SOURCES
Regarding the SmallWorldNetworkBuilder one must pay attention because of the network direction. |
|
BUILD_WSSM_INITIAL_OUTDEG
Initial degree that is used to build to regular network (local neighbourhood size) to start from. |
|
MILIEU_NETPREFS_PARAMID
The parameter id used to retrieve network preference data from tables MSqlPa.TBLNAME_NET_PREFS and MSqlPa.TBLNAME_NET_PREFS_LINKS . |
|
MILIEU_NETWORK_CSV_COLUMNPREFIX
|
|
MILIEU_NETWORK_CSV_DELIMITER
|
|
MILIEU_NETWORK_CSV_MILIEULINKS
|
|
MILIEU_NETWORK_CSV_MILIEUS
|
|
MILIEU_NETWORK_PARAMS
The milieu network parameter map is usually read by MMilieuNetDataReader . |
|
RESTORE_NETWORK_SOURCE_FILE
Restore network Builder |
|
SPATIAL_REFERENCE_ID
Used to initialize the GeometryFactory in MGeoRsNetworkService . |
Method Summary | |
---|---|
Object |
getDefaultValue()
|
Class<?> |
getType()
|
static MNetworkBuildingPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MNetworkBuildingPa[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.cesr.parma.core.PmParameterDefinition |
---|
getDeclaringClass |
Enum Constant Detail |
---|
public static final MNetworkBuildingPa MILIEU_NETWORK_PARAMS
MMilieuNetDataReader
.
Default is null
.
public static final MNetworkBuildingPa MILIEU_NETWORK_CSV_MILIEUS
public static final MNetworkBuildingPa MILIEU_NETWORK_CSV_MILIEULINKS
public static final MNetworkBuildingPa MILIEU_NETWORK_CSV_DELIMITER
public static final MNetworkBuildingPa MILIEU_NETWORK_CSV_COLUMNPREFIX
public static final MNetworkBuildingPa MILIEU_NETPREFS_PARAMID
MSqlPa.TBLNAME_NET_PREFS
and MSqlPa.TBLNAME_NET_PREFS_LINKS
.
Default: 0
public static final MNetworkBuildingPa BUILD_RANDOM_AVG_DEGREE
public static final MNetworkBuildingPa BUILD_WSSM_BETA
(0,1)
; Default: 0.1
.
public static final MNetworkBuildingPa BUILD_WSSM_INITIAL_OUTDEG
4
. If BUILD_WSSM_CONSIDER_SOURCES is TRUE, this value is considered as in-degree!
public static final MNetworkBuildingPa BUILD_WSSM_CONSIDER_SOURCES
public static final MNetworkBuildingPa RESTORE_NETWORK_SOURCE_FILE
public static final MNetworkBuildingPa BUILD_DIRECTED
true
.
public static final MNetworkBuildingPa ADD_EDGES_TO_GEOGRAPHY
true
.
public static final MNetworkBuildingPa SPATIAL_REFERENCE_ID
GeometryFactory
in MGeoRsNetworkService
.
Default: 4326
(WGS 84)
Method Detail |
---|
public static MNetworkBuildingPa[] values()
for (MNetworkBuildingPa c : MNetworkBuildingPa.values()) System.out.println(c);
public static MNetworkBuildingPa valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic Class<?> getType()
getType
in interface de.cesr.parma.core.PmParameterDefinition
PmParameterDefinition.getType()
public Object getDefaultValue()
getDefaultValue
in interface de.cesr.parma.core.PmParameterDefinition
PmParameterDefinition.getDefaultValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |