public class MBMEdgeValue extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MBMEdgeValue.State |
Constructor and Description |
---|
MBMEdgeValue() |
MBMEdgeValue(double weight) |
MBMEdgeValue(double weight,
MBMEdgeValue.State state) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MBMEdgeValue.State |
getState() |
double |
getWeight() |
int |
hashCode() |
String |
toString() |
public MBMEdgeValue()
public MBMEdgeValue(double weight)
public MBMEdgeValue(double weight, MBMEdgeValue.State state)
public double getWeight()
public MBMEdgeValue.State getState()
Copyright © 2020. All rights reserved.