Uses of Interface
hep.graphics.heprep.HepRepType

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

Uses of HepRepType in hep.graphics.heprep
 

Methods in hep.graphics.heprep that return HepRepType
 HepRepType HepRepType.copy(HepRepType parent)
          Returns a deep copy of this type.
abstract  HepRepType HepRepFactory.createHepRepType(HepRepType parent, String name)
          Creates a HepRepType.
abstract  HepRepType HepRepFactory.createHepRepType(HepRepTypeTree parent, String name)
          Creates a HepRepType.
 HepRepType HepRepType.getSuperType()
          Returns the parent of this type.
 HepRepType HepRepInstance.getType()
          Returns the associated type for this instance.
 HepRepType HepRepTypeTree.getType(String fullName)
          Returns type for full type name
 

Methods in hep.graphics.heprep with parameters of type HepRepType
 void HepRepTypeTree.addType(HepRepType type)
          Adds a type to this typetree.
 void HepRepType.addType(HepRepType type)
          Adds a sub-type to this type.
 HepRepType HepRepType.copy(HepRepType parent)
          Returns a deep copy of this type.
abstract  HepRepInstance HepRepFactory.createHepRepInstance(HepRepInstance parent, HepRepType type)
          Creates a HepRepInstance.
abstract  HepRepInstance HepRepFactory.createHepRepInstance(HepRepInstanceTree parent, HepRepType type)
          Creates a HepRepInstance.
abstract  HepRepType HepRepFactory.createHepRepType(HepRepType parent, String name)
          Creates a HepRepType.
 void HepRepWriter.write(HepRepType type)
          Writes a HepRepType.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.