C# Class AdvancedAlgorithms.Spreadsheet.Node

Datei anzeigen 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_oe property

public bool Discovered
return bool

Name public_oe property

public string Name
return string

Processed public_oe property

public bool Processed
return bool

ReferencedNodes public_oe property

public List ReferencedNodes
return List

Value public_oe property

public string Value
return string