Class ProcessTopologyAnalyzer.ProcessEdge

java.lang.Object
neqsim.process.util.topology.ProcessTopologyAnalyzer.ProcessEdge
All Implemented Interfaces:
Serializable
Enclosing class:
ProcessTopologyAnalyzer

public static class ProcessTopologyAnalyzer.ProcessEdge extends Object implements Serializable
Edge in the process graph representing a stream connection.
Version:
1.0
Author:
NeqSim Development Team
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • fromEquipment

      private String fromEquipment
    • toEquipment

      private String toEquipment
    • streamName

      private String streamName
    • streamType

      private String streamType
  • Constructor Details

    • ProcessEdge

      public ProcessEdge(String from, String to, String streamName)
      Creates a process edge.
      Parameters:
      from - source equipment
      to - destination equipment
      streamName - name of connecting stream
  • Method Details

    • getFromEquipment

      public String getFromEquipment()
    • getToEquipment

      public String getToEquipment()
    • getStreamName

      public String getStreamName()
    • getStreamType

      public String getStreamType()
    • setStreamType

      void setStreamType(String type)