Class PipeFlowNetwork.PipelineSegment
java.lang.Object
neqsim.process.equipment.network.PipeFlowNetwork.PipelineSegment
- Enclosing class:
PipeFlowNetwork
Represents a pipeline segment in the network.
- Version:
- 1.0
- Author:
- Even Solbraa
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final Stringprivate final OnePhasePipeLineprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionPipelineSegment(String name, OnePhasePipeLine pipeline, String fromManifold, String toManifold) -
Method Summary
-
Field Details
-
name
-
pipeline
-
fromManifold
-
toManifold
-
-
Constructor Details
-
PipelineSegment
PipelineSegment(String name, OnePhasePipeLine pipeline, String fromManifold, String toManifold)
-
-
Method Details
-
getName
-
getPipeline
-
getFromManifold
-
getToManifold
-
isInletPipeline
public boolean isInletPipeline()
-