bcds.phison.gm
Enum BetweennessCentrality.Flags
java.lang.Object
java.lang.Enum<BetweennessCentrality.Flags>
bcds.phison.gm.BetweennessCentrality.Flags
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<BetweennessCentrality.Flags>
- Enclosing class:
- BetweennessCentrality<V,E>
public static enum BetweennessCentrality.Flags
- extends java.lang.Enum<BetweennessCentrality.Flags>
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 |
AS_UNDIRECTED
public static final BetweennessCentrality.Flags AS_UNDIRECTED
INCLUDE_END_POINTS
public static final BetweennessCentrality.Flags INCLUDE_END_POINTS
BRANDES_NO_ECMP
public static final BetweennessCentrality.Flags BRANDES_NO_ECMP
NORMALIZE
public static final BetweennessCentrality.Flags NORMALIZE
USE_TRF
public static final BetweennessCentrality.Flags USE_TRF
USE_WSP
public static final BetweennessCentrality.Flags USE_WSP
WEIGHTED
public static final BetweennessCentrality.Flags WEIGHTED
values
public static BetweennessCentrality.Flags[] 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 (BetweennessCentrality.Flags c : BetweennessCentrality.Flags.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static BetweennessCentrality.Flags valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null