|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ABuildNetworkTypes>
org.metaabm.act.ABuildNetworkTypes
public enum ABuildNetworkTypes
A representation of the literals of the enumeration ' ABuild Network Types', and utility methods for working with them.
MetaABMActPackage.getABuildNetworkTypes()
Enum Constant Summary | |
---|---|
ASCII_MATRIX
The 'ASCII Matrix' literal object. |
|
BARABASI
The 'Barabasi' literal object. |
|
EPPSTEIN_POWER_LAW
The 'Eppstein Power Law' literal object. |
|
ERDOS_RENYI
The 'Erdos Renyi' literal object. |
|
GRAPH_ML
The 'Graph ML' literal object. |
|
KLEINBERG_SMALL_WORLD
The 'Kleinberg Small World' literal object. |
|
LATTICE1_D
The 'Lattice1 D' literal object. |
|
LATTICE2_D
The 'Lattice2 D' literal object. |
|
PAJEK
The 'Pajek' literal object. |
|
RANDOM_DENSITY
The 'Random Density' literal object. |
|
WATTS_SMALL_WORLD
The 'Watts Small World' literal object. |
Field Summary | |
---|---|
static int |
ASCII_MATRIX_VALUE
The 'ASCII Matrix' literal value. |
static int |
BARABASI_VALUE
The 'Barabasi' literal value. |
static int |
EPPSTEIN_POWER_LAW_VALUE
The 'Eppstein Power Law' literal value. |
static int |
ERDOS_RENYI_VALUE
The 'Erdos Renyi' literal value. |
static int |
GRAPH_ML_VALUE
The 'Graph ML' literal value. |
static int |
KLEINBERG_SMALL_WORLD_VALUE
The 'Kleinberg Small World' literal value. |
static int |
LATTICE1_D_VALUE
The 'Lattice1 D' literal value. |
static int |
LATTICE2_D_VALUE
The 'Lattice2 D' literal value. |
static int |
PAJEK_VALUE
The 'Pajek' literal value. |
static int |
RANDOM_DENSITY_VALUE
The 'Random Density' literal value. |
static java.util.List<ABuildNetworkTypes> |
VALUES
A public read-only list of all the 'ABuild Network Types' enumerators. |
static int |
WATTS_SMALL_WORLD_VALUE
The 'Watts Small World' literal value. |
Method Summary | |
---|---|
static ABuildNetworkTypes |
get(int value)
Returns the 'ABuild Network Types' literal with the specified integer value. |
static ABuildNetworkTypes |
get(java.lang.String literal)
Returns the 'ABuild Network Types' literal with the specified literal value. |
static ABuildNetworkTypes |
getByName(java.lang.String name)
Returns the 'ABuild Network Types' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static ABuildNetworkTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ABuildNetworkTypes[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ABuildNetworkTypes BARABASI
BARABASI_VALUE
public static final ABuildNetworkTypes ERDOS_RENYI
ERDOS_RENYI_VALUE
public static final ABuildNetworkTypes EPPSTEIN_POWER_LAW
EPPSTEIN_POWER_LAW_VALUE
public static final ABuildNetworkTypes GRAPH_ML
GRAPH_ML_VALUE
public static final ABuildNetworkTypes KLEINBERG_SMALL_WORLD
KLEINBERG_SMALL_WORLD_VALUE
public static final ABuildNetworkTypes LATTICE1_D
LATTICE1_D_VALUE
public static final ABuildNetworkTypes LATTICE2_D
LATTICE2_D_VALUE
public static final ABuildNetworkTypes PAJEK
PAJEK_VALUE
public static final ABuildNetworkTypes RANDOM_DENSITY
RANDOM_DENSITY_VALUE
public static final ABuildNetworkTypes WATTS_SMALL_WORLD
WATTS_SMALL_WORLD_VALUE
public static final ABuildNetworkTypes ASCII_MATRIX
ASCII_MATRIX_VALUE
Field Detail |
---|
public static final int BARABASI_VALUE
If the meaning of 'Barabasi' literal object isn't clear, there really should be more of a description here...
BARABASI
,
Constant Field Valuespublic static final int ERDOS_RENYI_VALUE
If the meaning of 'Erdos Renyi' literal object isn't clear, there really should be more of a description here...
ERDOS_RENYI
,
Constant Field Valuespublic static final int EPPSTEIN_POWER_LAW_VALUE
If the meaning of 'Eppstein Power Law' literal object isn't clear, there really should be more of a description here...
EPPSTEIN_POWER_LAW
,
Constant Field Valuespublic static final int GRAPH_ML_VALUE
If the meaning of 'Graph ML' literal object isn't clear, there really should be more of a description here...
GRAPH_ML
,
Constant Field Valuespublic static final int KLEINBERG_SMALL_WORLD_VALUE
If the meaning of 'Kleinberg Small World' literal object isn't clear, there really should be more of a description here...
KLEINBERG_SMALL_WORLD
,
Constant Field Valuespublic static final int LATTICE1_D_VALUE
If the meaning of 'Lattice1 D' literal object isn't clear, there really should be more of a description here...
LATTICE1_D
,
Constant Field Valuespublic static final int LATTICE2_D_VALUE
If the meaning of 'Lattice2 D' literal object isn't clear, there really should be more of a description here...
LATTICE2_D
,
Constant Field Valuespublic static final int PAJEK_VALUE
If the meaning of 'Pajek' literal object isn't clear, there really should be more of a description here...
PAJEK
,
Constant Field Valuespublic static final int RANDOM_DENSITY_VALUE
If the meaning of 'Random Density' literal object isn't clear, there really should be more of a description here...
RANDOM_DENSITY
,
Constant Field Valuespublic static final int WATTS_SMALL_WORLD_VALUE
If the meaning of 'Watts Small World' literal object isn't clear, there really should be more of a description here...
WATTS_SMALL_WORLD
,
Constant Field Valuespublic static final int ASCII_MATRIX_VALUE
If the meaning of 'ASCII Matrix' literal object isn't clear, there really should be more of a description here...
ASCII_MATRIX
,
Constant Field Valuespublic static final java.util.List<ABuildNetworkTypes> VALUES
Method Detail |
---|
public static ABuildNetworkTypes[] values()
for (ABuildNetworkTypes c : ABuildNetworkTypes.values()) System.out.println(c);
public static ABuildNetworkTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static ABuildNetworkTypes get(java.lang.String literal)
public static ABuildNetworkTypes getByName(java.lang.String name)
public static ABuildNetworkTypes get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<ABuildNetworkTypes>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |