CheckCircuit
Inheritance: java.lang.Object, com.aspose.tasks.TreeAlgorithmBase
public class CheckCircuit extends TreeAlgorithmBase<Task>
Checks a tree (of tasks) whether it contains a circuit.
Constructors
Constructor | Description |
---|---|
CheckCircuit() | Initializes a new instance of the CheckCircuit class. |
Methods
Method | Description |
---|---|
alg(Task el, int level) | Check if the specified object was already processed. |
CheckCircuit()
public CheckCircuit()
Initializes a new instance of the CheckCircuit class.
alg(Task el, int level)
public void alg(Task el, int level)
Check if the specified object was already processed.
Parameters:
Parameter | Type | Description |
---|---|---|
el | Task | Object to process. |
level | int | Tree node level. |