Class NetworkSearch.PartialLinkElement

  • Enclosing class:
    NetworkSearch

    protected static class NetworkSearch.PartialLinkElement
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PartialLinkElement​(long linkId, long linkStartNodeId, long linkEndNodeId, long currNodeId, long nextNodeId, double startPercentage, double cutoffPercentage, double[] cutoffCosts, double[] nextNodeCosts)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • linkId

        protected long linkId
      • currNodeId

        protected long currNodeId
      • nextNodeId

        protected long nextNodeId
      • startPercentage

        protected double startPercentage
      • cutoffPercentage

        protected double cutoffPercentage
      • nextNodeCosts

        protected double[] nextNodeCosts
      • cutoffCosts

        protected double[] cutoffCosts
      • linkStartNodeId

        protected long linkStartNodeId
      • linkEndNodeId

        protected long linkEndNodeId
    • Constructor Detail

      • PartialLinkElement

        protected PartialLinkElement​(long linkId,
                                     long linkStartNodeId,
                                     long linkEndNodeId,
                                     long currNodeId,
                                     long nextNodeId,
                                     double startPercentage,
                                     double cutoffPercentage,
                                     double[] cutoffCosts,
                                     double[] nextNodeCosts)