Class LoopDetector.Edge

java.lang.Object
neqsim.process.equipment.network.LoopDetector.Edge
All Implemented Interfaces:
Serializable
Enclosing class:
LoopDetector

private static class LoopDetector.Edge extends Object implements Serializable
Represents an edge in the network graph.
Version:
1.0
Author:
Even Solbraa
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • from

      final String from
      Source node name.
    • to

      final String to
      Target node name.
    • pipeName

      final String pipeName
      Pipeline name.
  • Constructor Details

    • Edge

      Edge(String from, String to, String pipeName)
      Create an edge.
      Parameters:
      from - source node
      to - target node
      pipeName - pipe name