Package com.aspose.tasks
Class CheckCircuit
- java.lang.Object
-
- com.aspose.tasks.TreeAlgorithmBase<Task>
-
- com.aspose.tasks.CheckCircuit
-
- All Implemented Interfaces:
ITreeAlgorithm<Task>
public class CheckCircuit extends TreeAlgorithmBase<Task>
Checks a tree (of tasks) whether it contains a circuit.
-
-
Constructor Summary
Constructors Constructor Description CheckCircuit()
Initializes a new instance of theCheckCircuit
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
alg(Task el, int level)
Check if the specified object was already processed.-
Methods inherited from class com.aspose.tasks.TreeAlgorithmBase
postAlg, preAlg
-
-
-
-
Constructor Detail
-
CheckCircuit
public CheckCircuit()
Initializes a new instance of the
CheckCircuit
class.
-
-
Method Detail
-
alg
public void alg(Task el, int level)
Check if the specified object was already processed.
- Specified by:
alg
in interfaceITreeAlgorithm<Task>
- Specified by:
alg
in classTreeAlgorithmBase<Task>
- Parameters:
el
- Object to process.level
- Tree node level.
-
-