Uses of Class
neqsim.process.equipment.network.LoopDetector.Edge
Packages that use LoopDetector.Edge
-
Uses of LoopDetector.Edge in neqsim.process.equipment.network
Fields in neqsim.process.equipment.network with type parameters of type LoopDetector.EdgeModifier and TypeFieldDescriptionprivate final Map<String, List<LoopDetector.Edge>> LoopDetector.adjacencyListAdjacency list representation of the network graph.private final List<LoopDetector.Edge> LoopDetector.allEdgesAll edges in the graph (forward direction only).private final Map<String, LoopDetector.Edge> LoopDetector.parentEdgeEdge used to reach each node in spanning tree.Methods in neqsim.process.equipment.network that return LoopDetector.EdgeModifier and TypeMethodDescriptionprivate LoopDetector.EdgeLoopDetector.findEdgeBetween(String from, String to) Find an edge between two adjacent nodes.Methods in neqsim.process.equipment.network with parameters of type LoopDetector.EdgeModifier and TypeMethodDescriptionprivate NetworkLoopLoopDetector.traceFundamentalCycle(LoopDetector.Edge chord) Trace the fundamental cycle created by a chord edge.