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

Public Member Functions

void AddEntrypoint (int id, Vertex< Part > partVertex)
 

Properties

Dictionary< int, HashSet< Part > > entries [get, set]
 
Dictionary< int, HashSet
< Vertex< Part > > > 
entriesVertex [get, set]
 
Dictionary< Part, HashSet< int > > reverseEntries [get, set]
 

Member Function Documentation

void RUI.Algorithms.SCCFlowGraphUCFinder.GraphSet.AddEntrypoint ( int  id,
Vertex< Part partVertex 
)
inline

Property Documentation

Dictionary<int, HashSet<Part> > RUI.Algorithms.SCCFlowGraphUCFinder.GraphSet.entries
getset
Dictionary<int, HashSet<Vertex<Part> > > RUI.Algorithms.SCCFlowGraphUCFinder.GraphSet.entriesVertex
getset
Dictionary<Part, HashSet<int> > RUI.Algorithms.SCCFlowGraphUCFinder.GraphSet.reverseEntries
getset

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