com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class CheckCircuit

    • Constructor Detail

      • CheckCircuit

        public CheckCircuit()

        Initializes a new instance of the CheckCircuit class.

    • Method Detail

      • alg

        public final void alg(Task el,
                              int level)

        Check if the specified object was already processed.

        Specified by:
        alg in interface ITreeAlgorithm<Task>
        Parameters:
        el - Object to process.
        level - Tree node level.
      • postAlg

        public final void postAlg(Task el,
                                  int level)

        Do nothing.

        Specified by:
        postAlg in interface ITreeAlgorithm<Task>
        Parameters:
        el - Object to process.
        level - Tree node level.
      • preAlg

        public final void preAlg(Task el,
                                 int level)

        Do nothing.

        Specified by:
        preAlg in interface ITreeAlgorithm<Task>
        Parameters:
        el - Object to process.
        level - Tree node level.