Classes

The following classes are available globally.

ResourceManager

  • ResourceManager Root - recovers program state on init

    See more

    Declaration

    Swift

    public class ResourceManager

DependencyGraph: Graph

  • Extension of SwiftGraph‘s Graph class that models a swift dependency graph

    See more

    Declaration

    Swift

    open class DependencyGraph<V> : Graph where V : Decodable, V : Encodable, V : Equatable

Node: Codable, Equatable, CustomStringConvertible

  • Represents a node in the raw dependency graph

    See more

    Declaration

    Swift

    public class Node : Codable, Equatable, CustomStringConvertible

GraphSnapshot: Codable, Equatable