C# Class ExecutionOrderSolver.Node

Show file 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 property

public List afterTypes
return List

beforeTypes public property

public List beforeTypes
return List

executionIndex public property

public int executionIndex
return int

incomingEdgeCount public property

public int incomingEdgeCount
return int

nodeType public property

public NodeType nodeType
return NodeType

types public property

public List types
return List