Package | Description |
---|---|
com.domain.project.core.enums | |
com.domain.project.core.graph |
Modifier and Type | Method and Description |
---|---|
static Nucleotide |
Nucleotide.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Nucleotide[] |
Nucleotide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Nucleotide |
Node.getNucleotide() |
Constructor and Description |
---|
Node(int id,
Nucleotide nucleotide)
Constructor of the Node
|
Node(int id,
Nucleotide nucl,
boolean isCity,
playn.core.GroupLayer graphLayer,
int graph_id,
int player_id)
Constructor of the Node(Complete version)
|