Uses of Class
neqsim.process.processmodel.graph.ProcessModelGraph.SubSystemGraph
Packages that use ProcessModelGraph.SubSystemGraph
Package
Description
Graph-based process representation for NeqSim process flowsheets.
-
Uses of ProcessModelGraph.SubSystemGraph in neqsim.process.processmodel.graph
Fields in neqsim.process.processmodel.graph with type parameters of type ProcessModelGraph.SubSystemGraphModifier and TypeFieldDescriptionprivate final List<List<ProcessModelGraph.SubSystemGraph>> ProcessModelGraph.ModuleParallelPartition.levelsprivate final List<ProcessModelGraph.SubSystemGraph> ProcessModelGraph.subSystemGraphsMethods in neqsim.process.processmodel.graph that return ProcessModelGraph.SubSystemGraphModifier and TypeMethodDescriptionProcessModelGraph.getSubSystem(String systemName) Get sub-system graph by name.ProcessModelGraph.getSubSystemByIndex(int index) Get sub-system graph by index.Methods in neqsim.process.processmodel.graph that return types with arguments of type ProcessModelGraph.SubSystemGraphModifier and TypeMethodDescriptionProcessModelGraph.getIndependentSubSystems()Get the list of sub-systems that have no dependencies (can start immediately).ProcessModelGraph.ModuleParallelPartition.getLevels()ProcessModelGraph.getSubSystemCalculationOrder()Get sub-systems in topological order (respecting dependencies).ProcessModelGraph.getSubSystemGraphs()Method parameters in neqsim.process.processmodel.graph with type arguments of type ProcessModelGraph.SubSystemGraphModifier and TypeMethodDescriptionprivate static ProcessGraphProcessModelGraphBuilder.buildFlattenedGraph(List<ProcessModelGraph.SubSystemGraph> subSystemGraphs) Builds a flattened graph containing all nodes and edges from all sub-systems.private static voidProcessModelGraphBuilder.detectInterSystemConnections(List<ProcessModelGraph.SubSystemGraph> subSystemGraphs, Map<ProcessNode, String> nodeToSystem, List<ProcessModelGraph.InterSystemConnection> connections, ProcessGraph flattenedGraph) Detects connections between different sub-systems by analyzing stream references.Constructor parameters in neqsim.process.processmodel.graph with type arguments of type ProcessModelGraph.SubSystemGraphModifierConstructorDescription(package private)(package private)ProcessModelGraph(String modelName, List<ProcessModelGraph.SubSystemGraph> subSystemGraphs, ProcessGraph flattenedGraph, List<ProcessModelGraph.InterSystemConnection> interSystemConnections) Private constructor - useProcessModelGraphBuilder.buildModelGraph(ProcessModule)instead.