hep.graphics.heprep1.adapter
Class HepRepAdapterFactory
java.lang.Object
   hep.graphics.heprep.HepRepFactory
hep.graphics.heprep.HepRepFactory
       hep.graphics.heprep.ref.DefaultHepRepFactory
hep.graphics.heprep.ref.DefaultHepRepFactory
           hep.graphics.heprep.xml.XMLHepRepFactory
hep.graphics.heprep.xml.XMLHepRepFactory
               hep.graphics.heprep1.adapter.HepRepAdapterFactory
hep.graphics.heprep1.adapter.HepRepAdapterFactory
- public class HepRepAdapterFactory- extends XMLHepRepFactory
- Version:
- $Id: HepRepAdapterFactory.java,v 1.4 2004/07/30 14:51:52 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- HepRepAdapterFactory.java
 
 
 
| Method Summary | 
|  HepRep | createHepRep(HepRep heprep1)
 | 
|  HepRepAttDef | createHepRepAttDef(HepRepAttDef def1)
 | 
|  HepRepAttValue | createHepRepAttValue(HepRepAttValue value1)
 | 
|  HepRepInstance | createHepRepInstance(HepRep heprep1,
                     HepRepInstance parent,
                     HepRepType type)
 | 
|  HepRepInstance | createHepRepInstance(HepRepInstance instance1,
                     HepRepInstance parent,
                     HepRepType type)
 | 
|  HepRepInstance | createHepRepInstance(HepRepInstance instance1,
                     HepRepPrimitive primitive1,
                     HepRepInstance parent,
                     HepRepType type)
 | 
|  HepRepPoint | createHepRepPoint(HepRepPoint point1,
                  HepRepInstance parent)
 | 
|  HepRepType | createHepRepType(HepRep heprep1,
                 HepRepType parent)
 | 
|  HepRepType | createHepRepType(HepRepType type1,
                 HepRepInstance instance1,
                 HepRepType parent,
                 HepRepInstance instance,
                 String suffix)
 | 
|  HepRepType | createHepRepType(HepRepType type1,
                 HepRepType parent,
                 HepRepInstance instance)
 | 
| static HepRepAdapterFactory | getFactory()
 | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getFactory
public static HepRepAdapterFactory getFactory()
- 
 
createHepRep
public HepRep createHepRep(HepRep heprep1)
- 
 
createHepRepAttValue
public HepRepAttValue createHepRepAttValue(HepRepAttValue value1)
- 
 
createHepRepAttDef
public HepRepAttDef createHepRepAttDef(HepRepAttDef def1)
- 
 
createHepRepType
public HepRepType createHepRepType(HepRep heprep1,
                                   HepRepType parent)
- 
 
createHepRepType
public HepRepType createHepRepType(HepRepType type1,
                                   HepRepType parent,
                                   HepRepInstance instance)
- 
 
createHepRepType
public HepRepType createHepRepType(HepRepType type1,
                                   HepRepInstance instance1,
                                   HepRepType parent,
                                   HepRepInstance instance,
                                   String suffix)
- 
 
createHepRepInstance
public HepRepInstance createHepRepInstance(HepRep heprep1,
                                           HepRepInstance parent,
                                           HepRepType type)
- 
 
createHepRepInstance
public HepRepInstance createHepRepInstance(HepRepInstance instance1,
                                           HepRepInstance parent,
                                           HepRepType type)
- 
 
createHepRepInstance
public HepRepInstance createHepRepInstance(HepRepInstance instance1,
                                           HepRepPrimitive primitive1,
                                           HepRepInstance parent,
                                           HepRepType type)
- 
 
createHepRepPoint
public HepRepPoint createHepRepPoint(HepRepPoint point1,
                                     HepRepInstance parent)
- 
 
Copyright © 2000-2004 FreeHEP, All Rights Reserved.