choco.kernel.common.opres.graph
Interface ITree

All Known Subinterfaces:
IThetaLambdaTree, IThetaOmegaTree, IThetaTree, IVilimTree
All Known Implementing Classes:
AbstractVilimTree, AltDisjTreeTL, AltDisjTreeTLTO, CumTreeT, DisjTreeT, DisjTreeTL, ProperBinaryTree

public interface ITree


Method Summary
 int getDepth()
           
 int getNbInternalNodes()
           
 int getNbLeaves()
           
 

Method Detail

getDepth

int getDepth()

getNbInternalNodes

int getNbInternalNodes()

getNbLeaves

int getNbLeaves()


Copyright © 2012. All Rights Reserved.