Uses of Class
neqsim.process.processmodel.graph.ProcessModelGraph.InterSystemConnection
Packages that use ProcessModelGraph.InterSystemConnection
Package
Description
Graph-based process representation for NeqSim process flowsheets.
-
Uses of ProcessModelGraph.InterSystemConnection in neqsim.process.processmodel.graph
Fields in neqsim.process.processmodel.graph with type parameters of type ProcessModelGraph.InterSystemConnectionModifier and TypeFieldDescriptionprivate final List<ProcessModelGraph.InterSystemConnection> ProcessModelGraph.interSystemConnectionsMethods in neqsim.process.processmodel.graph that return types with arguments of type ProcessModelGraph.InterSystemConnectionModifier and TypeMethodDescriptionProcessModelGraph.getConnectionsFrom(String systemName) Get connections from a specific sub-system.ProcessModelGraph.getConnectionsTo(String systemName) Get connections to a specific sub-system.ProcessModelGraph.getInterSystemConnections()Method parameters in neqsim.process.processmodel.graph with type arguments of type ProcessModelGraph.InterSystemConnectionModifier and TypeMethodDescriptionprivate static voidProcessModelGraphBuilder.checkMixerInputs(ProcessEquipmentInterface mixer, String targetSystemName, Map<Object, ProcessEquipmentInterface> streamProducers, Map<Object, String> streamToSystem, ProcessGraph flattenedGraph, List<ProcessModelGraph.InterSystemConnection> connections) Check Mixer inputs for cross-system connections.private static booleanProcessModelGraphBuilder.connectionExists(List<ProcessModelGraph.InterSystemConnection> connections, ProcessNode source, ProcessNode target) Check if a connection already exists.