C# Class ExecutionOrderSolver.Node

Datei anzeigen Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
afterTypes List
beforeTypes List
executionIndex int
incomingEdgeCount int
nodeType NodeType
types List

Public Methods

Method Description
Node ( Type type, int executionIndex, NodeType nodeType ) : UnityEngine
ToString ( ) : string
tryCombineWith ( Node, other ) : bool

Private Methods

Method Description
doesHaveOrderingComparedTo ( Node, other ) : bool

Method Details

Node() public method

public Node ( Type type, int executionIndex, NodeType nodeType ) : UnityEngine
type Type
executionIndex int
nodeType NodeType
return UnityEngine

ToString() public method

public ToString ( ) : string
return string

tryCombineWith() public method

public tryCombineWith ( Node, other ) : bool
other Node,
return bool

Property Details

afterTypes public_oe property

public List afterTypes
return List

beforeTypes public_oe property

public List beforeTypes
return List

executionIndex public_oe property

public int executionIndex
return int

incomingEdgeCount public_oe property

public int incomingEdgeCount
return int

nodeType public_oe property

public NodeType nodeType
return NodeType

types public_oe property

public List types
return List