Package | Description |
---|---|
io.kgraph.library.maxbmatching |
Modifier and Type | Method and Description |
---|---|
static MBMEdgeValue.State |
MBMEdgeValue.State.fromValue(byte value) |
MBMEdgeValue.State |
MBMEdgeValue.getState() |
MBMEdgeValue.State |
MBMMessage.getState() |
static MBMEdgeValue.State |
MBMEdgeValue.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBMEdgeValue.State[] |
MBMEdgeValue.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MBMEdgeValue(double weight,
MBMEdgeValue.State state) |
MBMMessage(Long id,
MBMEdgeValue.State proposed) |
Copyright © 2020. All rights reserved.