de.cesr.more.measures.node.supply
Enum MCentralityNodeMSupplier.Short

java.lang.Object
  extended by java.lang.Enum<MCentralityNodeMSupplier.Short>
      extended by de.cesr.more.measures.node.supply.MCentralityNodeMSupplier.Short
All Implemented Interfaces:
Serializable, Comparable<MCentralityNodeMSupplier.Short>
Enclosing class:
MCentralityNodeMSupplier

public static enum MCentralityNodeMSupplier.Short
extends Enum<MCentralityNodeMSupplier.Short>

MORe Short descriptions for measures defined in this class

Date:
22.12.2010

Enum Constant Summary
NODE_CEN_INDEGREE_NN
          Network Measure: Degree-based centrality
 
Method Summary
 String getName()
           
static MCentralityNodeMSupplier.Short valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MCentralityNodeMSupplier.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

NODE_CEN_INDEGREE_NN

public static final MCentralityNodeMSupplier.Short NODE_CEN_INDEGREE_NN
Network Measure: Degree-based centrality

Method Detail

values

public static MCentralityNodeMSupplier.Short[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MCentralityNodeMSupplier.Short c : MCentralityNodeMSupplier.Short.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MCentralityNodeMSupplier.Short valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getName

public String getName()
Returns:
the short name Created by Sascha Holzhauer on 22.12.2010