Class AbstractBestPath

    • Constructor Detail

      • AbstractBestPath

        protected AbstractBestPath​(BestPathState state)
    • Method Detail

      • addToStringAttributes

        protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes​(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
      • getAttributes

        public final org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getAttributes()
        Description copied from interface: BestPath
        Attributes.
        Specified by:
        getAttributes in interface BestPath
        Returns:
        the path attributes
      • isDepreferenced

        public final boolean isDepreferenced()
        Description copied from interface: BestPath
        Return true if this path is depreferenced.
        Specified by:
        isDepreferenced in interface BestPath
        Returns:
        True if this path is depreferenced.