Class TreeAlgorithmBaseT
TreeAlgorithmBase<T> class
A base class for implementations of ITreeAlgorithm
public abstract class TreeAlgorithmBase<T> : ITreeAlgorithm<T>
| Parameter | Description |
|---|---|
| T | The type of the elements. |
Methods
| Name | Description |
|---|---|
| abstract Alg(T, int) | Processes a node of a tree. |
| virtual PostAlg(T, int) | Called after processing of a node of a tree. |
| virtual PreAlg(T, int) | Called before processing of a node of a tree. |
See Also
- interface ITreeAlgorithm<T>
- namespace Aspose.Tasks.Util
- assembly Aspose.Tasks