Edge
public class Edge : NSObject
The class to link TaskNode objects together
-
The TaskNode instance for each Edge
Declaration
Swift
public var neighbor: TaskNode -
Initialize an Edge
Declaration
Swift
public init(_ neighbor: TaskNode)Parameters
neighborthe TasNode object that is a neighbor to a current task
-
The description of the Edge is the
neighbornameDeclaration
Swift
public override var description: String { get }
View on GitHub
Edge Class Reference