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 theCheckCircuitclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidalg(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
CheckCircuitclass.
-
-
Method Detail
-
alg
public void alg(Task el, int level)
Check if the specified object was already processed.
- Specified by:
algin interfaceITreeAlgorithm<Task>- Specified by:
algin classTreeAlgorithmBase<Task>- Parameters:
el- Object to process.level- Tree node level.
-
-