Classes

The following classes are available globally.

  • Author

    Tebin Raouf

    The class to link TaskNode objects together

    See more

    Declaration

    Swift

    public class Edge : NSObject
  • Author

    Tebin Raouf

    The class to parse a text file into objects and graph

    See more

    Declaration

    Swift

    public class FileObject
  • Author

    Tebin Raouf

    The class to represent a graph

    See more

    Declaration

    Swift

    public class Graph : Equatable
  • Author

    Tebin Raouf

    This class generates paths and task attributes from a Graph object

    See more

    Declaration

    Swift

    public class Path
  • Author

    Tebin Raouf

    The class to represent a task in the Critical Path Application

    See more

    Declaration

    Swift

    public class TaskNode : NSObject