T
- The type of object to apply method interface to.public interface ITreeAlgorithm<T>
Represents an algorithm that can be applied to a tree of objects T
.
Modifier and Type | Method and Description |
---|---|
void |
alg(T el,
int level) |
void |
postAlg(T el,
int level) |
void |
preAlg(T el,
int level) |
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.