Uses of Interface
hep.graphics.heprep.HepRepTypeTree

Packages that use HepRepTypeTree
hep.graphics.heprep HepRep (see documentation). 
 

Uses of HepRepTypeTree in hep.graphics.heprep
 

Methods in hep.graphics.heprep that return HepRepTypeTree
 HepRepTypeTree HepRepTypeTree.copy()
          Returns a deep copy of this typetree.
abstract  HepRepTypeTree HepRepFactory.createHepRepTypeTree(HepRepTreeID treeID)
          Creates a HepRepTypeTree.
 HepRepTypeTree HepRep.getTypeTree(String name, String version)
          Returns a named and versioned typetree.
 

Methods in hep.graphics.heprep with parameters of type HepRepTypeTree
 void HepRep.addTypeTree(HepRepTypeTree typeTree)
          Add a typetree to this heprep.
 HepRepInstanceTree HepRepInstanceTree.copy(HepRepTypeTree typeTree)
          Returns a deep copy of this instancetree.
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstance parent)
          Returns a deep copy of this instance.
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstance parent, HepRepSelectFilter filter)
          Returns a deep copy of this instance.
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstanceTree parent)
          Returns a deep copy of this instance.
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstanceTree parent, HepRepSelectFilter filter)
          Returns a deep copy of this instance.
 HepRepInstanceTree HepRepInstanceTree.copy(HepRepTypeTree typeTree, HepRepSelectFilter filter)
          Returns a deep copy of this instancetree.
abstract  HepRepType HepRepFactory.createHepRepType(HepRepTypeTree parent, String name)
          Creates a HepRepType.
 void HepRep.removeTypeTree(HepRepTypeTree typeTree)
          Remove a typetree from this heprep.
 void HepRepWriter.write(HepRepTypeTree typeTree)
          Writes a HepRepTypeTree.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.