public static enum SRGUtils.SharedRiskModel extends Enum<SRGUtils.SharedRiskModel>
Enum Constant and Description |
---|
PER_BIDIRECTIONAL_LINK_BUNDLE
Defines a SRG containing all links between a node pair.
|
PER_DIRECTIONAL_LINK_BUNDLE
Defines a SRG (one per direction) containing all links between a node pair.
|
PER_LINK
Defines a SRG per each unidirectional link.
|
PER_NODE
Defines a SRG per each node.
|
Modifier and Type | Method and Description |
---|---|
static SRGUtils.SharedRiskModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRGUtils.SharedRiskModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SRGUtils.SharedRiskModel PER_BIDIRECTIONAL_LINK_BUNDLE
public static final SRGUtils.SharedRiskModel PER_DIRECTIONAL_LINK_BUNDLE
public static final SRGUtils.SharedRiskModel PER_LINK
public static final SRGUtils.SharedRiskModel PER_NODE
public static SRGUtils.SharedRiskModel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SRGUtils.SharedRiskModel[] values()
for (SRGUtils.SharedRiskModel c : SRGUtils.SharedRiskModel.values()) System.out.println(c);
Copyright © 2018. All rights reserved.