|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MNetBuildBhPa>
de.cesr.more.param.MNetBuildBhPa
public enum MNetBuildBhPa
Parameter definitions for the Baseline hHomophily network builder
| Enum Constant Summary | |
|---|---|
AREA_CONTEXT_CLASS
Area type to request area in MGeoRsBaselineNumberNetworkService |
|
DIM_WEIGHTS_GEO
Weight for geographical proximity regarding partner homophily. |
|
DIM_WEIGHTS_MILIEU
Weight for milieu regarding partner homophily. |
|
DISTANCE_PROBABILITY_EXPONENT
To calculate the distance dependent link probability (d_r)^\alpha |
|
DISTANT_FORCE_MILIEU
If true, a milieu is selected according to focal agent's milieu network preferences and a distant target of that milieu is requested for distant linking. |
|
EXTENDING_SEARCH_FRACTION
1/EXTENDING_SEARCH_FRACTION gives the number of rings applied in MGeoRsHomophilyDistanceNetworkService
Default:0.1 |
|
K
Deprecated. use MNetBuildWsPa.K instead. |
|
MAX_SEARCH_RADIUS
Max. radius to search for local partner agents within in meters. |
|
NUM_NEIGHBORS_FETCH_FACTOR
How many times the required number of neighbors shall be fetched to satisfy milieu distribution? |
|
NUMBER_SEARCH_RADIUS
Radius within to search for potential partners in m: |
|
P_MILIEUS
Probability to connect to a specific milieu. |
|
P_REWIRE
Deprecated. use MNetBuildWsPa.BETA instead. |
|
SEARCH_RADIUS
Initial radius to search for local partner agents within in meters. |
|
X_NUM_NEIGHBORS_FETCH_FACTOR
Used when number of required partners of a milieu could not be satisfied: |
|
X_SEARCH_RADIUS
Extension of search radius in meters. |
|
| Method Summary | |
|---|---|
Object |
getDefaultValue()
|
Class<?> |
getType()
|
static MNetBuildBhPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MNetBuildBhPa[] |
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 MNetBuildBhPa DISTANT_FORCE_MILIEU
@Deprecated public static final MNetBuildBhPa K
MNetBuildWsPa.K instead.4
@Deprecated public static final MNetBuildBhPa P_REWIRE
MNetBuildWsPa.BETA instead.0.1
public static final MNetBuildBhPa P_MILIEUS
1.0/MNetworkBuildingPa.MILIEUS (if not null- 0.5 otherwise)
public static final MNetBuildBhPa SEARCH_RADIUS
1000
public static final MNetBuildBhPa X_SEARCH_RADIUS
500
public static final MNetBuildBhPa MAX_SEARCH_RADIUS
10000
public static final MNetBuildBhPa EXTENDING_SEARCH_FRACTION
MGeoRsHomophilyDistanceNetworkService
Default:0.1
public static final MNetBuildBhPa DISTANCE_PROBABILITY_EXPONENT
public static final MNetBuildBhPa DIM_WEIGHTS_GEO
0.5
public static final MNetBuildBhPa DIM_WEIGHTS_MILIEU
0.5
public static final MNetBuildBhPa NUM_NEIGHBORS_FETCH_FACTOR
public static final MNetBuildBhPa X_NUM_NEIGHBORS_FETCH_FACTOR
public static final MNetBuildBhPa NUMBER_SEARCH_RADIUS
public static final MNetBuildBhPa AREA_CONTEXT_CLASS
MGeoRsBaselineNumberNetworkService
| Method Detail |
|---|
public static MNetBuildBhPa[] values()
for (MNetBuildBhPa c : MNetBuildBhPa.values()) System.out.println(c);
public static MNetBuildBhPa 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.PmParameterDefinitionPmParameterDefinition.getType()public Object getDefaultValue()
getDefaultValue in interface de.cesr.parma.core.PmParameterDefinitionPmParameterDefinition.getDefaultValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||