|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<MCentralityNetMSupplier.Short> de.cesr.more.measures.network.supply.MCentralityNetMSupplier.Short
public static enum MCentralityNetMSupplier.Short
MORe Short descriptions for measures defined in this class
Enum Constant Summary | |
---|---|
NET_CEN_DEGREE
Network Measure: Degree-based centrality |
|
NET_CEN_INDEGREE
Network Measure: In-Degree-based centrality |
|
NET_CEN_OUTDEGREE
Network Measure: Out-Degree-based centrality |
Method Summary | |
---|---|
String |
getName()
|
static MCentralityNetMSupplier.Short |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MCentralityNetMSupplier.Short[] |
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 |
Enum Constant Detail |
---|
public static final MCentralityNetMSupplier.Short NET_CEN_DEGREE
public static final MCentralityNetMSupplier.Short NET_CEN_INDEGREE
public static final MCentralityNetMSupplier.Short NET_CEN_OUTDEGREE
Method Detail |
---|
public static MCentralityNetMSupplier.Short[] values()
for (MCentralityNetMSupplier.Short c : MCentralityNetMSupplier.Short.values()) System.out.println(c);
public static MCentralityNetMSupplier.Short 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 String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |