Package | Description |
---|---|
com.domain.project.core.enums | |
com.domain.project.core.graph |
Modifier and Type | Method and Description |
---|---|
static Isomer |
Isomer.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Isomer[] |
Isomer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Edge(int id,
Isomer isomer,
int n1,
int n2,
EdgeType e1,
EdgeType e2,
playn.core.GroupLayer graphLayer)
Constructor of the Edge
|