Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Public Member Functions | Properties | List of all members
RUI.Algorithms.SCCFlowGraph Class Reference

Classes

class  GraphSet
 

Public Member Functions

HashSet< PartGetAllDeliveries (Part part)
 
HashSet< PartGetAllRequests (Part part)
 
LinkedList< HashSet< Part > > GetConnectedComponentsInDeliveries ()
 
LinkedList< HashSet< Part > > GetConnectedComponentsInRequests ()
 
 SCCFlowGraph (List< Part > ship)
 

Properties

GraphSet delivery [get, set]
 
GraphSet requests [get, set]
 
StackFlowGraph stackFlowGraph [get, set]
 

Constructor & Destructor Documentation

RUI.Algorithms.SCCFlowGraph.SCCFlowGraph ( List< Part ship)
inline

Member Function Documentation

HashSet<Part> RUI.Algorithms.SCCFlowGraph.GetAllDeliveries ( Part  part)
inline
HashSet<Part> RUI.Algorithms.SCCFlowGraph.GetAllRequests ( Part  part)
inline
LinkedList<HashSet<Part> > RUI.Algorithms.SCCFlowGraph.GetConnectedComponentsInDeliveries ( )
inline
LinkedList<HashSet<Part> > RUI.Algorithms.SCCFlowGraph.GetConnectedComponentsInRequests ( )
inline

Property Documentation

GraphSet RUI.Algorithms.SCCFlowGraph.delivery
getset
GraphSet RUI.Algorithms.SCCFlowGraph.requests
getset
StackFlowGraph RUI.Algorithms.SCCFlowGraph.stackFlowGraph
getset

The documentation for this class was generated from the following file: