Uses of Class
mtree.MTree

Packages that use MTree
mtree   
mtree.utils   
 

Uses of MTree in mtree
 

Methods in mtree that return MTree
 MTree MTree.clone()
          Clones the tree (along with all stored objects) exloiting the process of serialization.
 MTree MTree.cloneWithoutObjects()
          Creates new empty M-tree with same a structure (parameters) as current this, but without stored objects.
static MTree MTree.loadFromFile(java.lang.String fileName)
          Loads the M-tree from a file specified by filename.
 

Uses of MTree in mtree.utils
 

Methods in mtree.utils with parameters of type MTree
static void Split.completeSplitPolicy(messif.buckets.split.SplitPolicy sp, MTree mtree)
          Determining and computing the missing parameters of the split policy.