public abstract class AbstractBestPath extends Object implements BestPath
Modifier and Type | Field and Description |
---|---|
protected BestPathState |
state |
Modifier | Constructor and Description |
---|---|
protected |
AbstractBestPath(BestPathState state) |
Modifier and Type | Method and Description |
---|---|
protected abstract com.google.common.base.MoreObjects.ToStringHelper |
addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) |
Attributes |
getAttributes()
Attributes.
|
BestPathState |
getState() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPathId, getPeerId, getRouterId
protected final BestPathState state
protected AbstractBestPath(BestPathState state)
protected abstract com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
public final BestPathState getState()
public final Attributes getAttributes()
BestPath
getAttributes
in interface BestPath
Copyright © 2019 OpenDaylight. All rights reserved.