Table of Contents

Class DirectedGraph<TNodeRef, TEdgeData>.NodeEdgeState

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
protected class DirectedGraph<TNodeRef, TEdgeData>.NodeEdgeState
Inheritance
DirectedGraph<TNodeRef, TEdgeData>.NodeEdgeState
Inherited Members
Extension Methods

Constructors

NodeEdgeState()

public NodeEdgeState()

Fields

cachedInboundNodeEdges

public Dictionary<TNodeRef, DirectedGraph<TNodeRef, TEdgeData>.DirectedEdge> cachedInboundNodeEdges

Field Value

Dictionary<TNodeRef, DirectedGraph<TNodeRef, TEdgeData>.DirectedEdge>

outboundNodeEdges

public Dictionary<TNodeRef, DirectedGraph<TNodeRef, TEdgeData>.DirectedEdge> outboundNodeEdges

Field Value

Dictionary<TNodeRef, DirectedGraph<TNodeRef, TEdgeData>.DirectedEdge>