public class CoreEdge extends Object implements Edge
| Modifier and Type | Field and Description |
|---|---|
protected TraversalDirection |
direction |
protected double |
weight |
| Constructor and Description |
|---|
CoreEdge() |
| Modifier and Type | Method and Description |
|---|---|
TraversalDirection |
getDirection() |
void |
setDirection(TraversalDirection direction) |
protected TraversalDirection direction
protected double weight
public TraversalDirection getDirection()
getDirection in interface Edgepublic void setDirection(TraversalDirection direction)
Copyright © 2021. All rights reserved.