C# Class AdvancedAlgorithms.Spreadsheet.Node

Show file Open project: RodH257/Advanced-Algorithm-Problems

Public Properties

Property Type Description
Discovered bool
Name string
Processed bool
ReferencedNodes List
Value string

Public Methods

Method Description
GetComputedValue ( ) : int
IsComputed ( ) : bool

Method Details

GetComputedValue() public method

public GetComputedValue ( ) : int
return int

IsComputed() public method

public IsComputed ( ) : bool
return bool

Property Details

Discovered public property

public bool Discovered
return bool

Name public property

public string Name
return string

Processed public property

public bool Processed
return bool

ReferencedNodes public property

public List ReferencedNodes
return List

Value public property

public string Value
return string