|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MNetBuildWsPa>
de.cesr.more.param.MNetBuildWsPa
public enum MNetBuildWsPa
Parameter definitions used for MORe's network building
| Enum Constant Summary | |
|---|---|
BETA
The probability of an edge being rewired randomly; the proportion of randomly rewired edges in a graph. |
|
CONSIDER_SOURCES
Regarding the SmallWorldNetworkBuilder one must pay attention because of the network direction. |
|
K
Initial degree that is used to build to regular network (local neighbourhood size) to start from. |
|
| Method Summary | |
|---|---|
Object |
getDefaultValue()
|
Class<?> |
getType()
|
static MNetBuildWsPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MNetBuildWsPa[] |
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 MNetBuildWsPa BETA
(0,1); Default: 0.1.
public static final MNetBuildWsPa K
4. If BUILD_WSSM_CONSIDER_SOURCES is TRUE, this value is considered as in-degree!
public static final MNetBuildWsPa CONSIDER_SOURCES
| Method Detail |
|---|
public static MNetBuildWsPa[] values()
for (MNetBuildWsPa c : MNetBuildWsPa.values()) System.out.println(c);
public static MNetBuildWsPa 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 | ||||||||