FreeHEP API
Version current

hep.graphics.heprep1.adapter
Class HepRepAdapterFactory

java.lang.Object
  extended byhep.graphics.heprep.HepRepFactory
      extended byhep.graphics.heprep.ref.DefaultHepRepFactory
          extended byhep.graphics.heprep.xml.XMLHepRepFactory
              extended byhep.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

Field Summary
 
Fields inherited from class hep.graphics.heprep.xml.XMLHepRepFactory
cvsId
 
Fields inherited from class hep.graphics.heprep.HepRepFactory
defaultFactoryName, factoryName, propertyFile
 
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 hep.graphics.heprep.xml.XMLHepRepFactory
createHepRepReader, createHepRepReader, createHepRepWriter
 
Methods inherited from class hep.graphics.heprep.ref.DefaultHepRepFactory
createHepRep, createHepRepAction, createHepRepInstance, createHepRepInstance, createHepRepInstanceTree, createHepRepPoint, createHepRepTreeID, createHepRepType, createHepRepType, createHepRepTypeTree
 
Methods inherited from class hep.graphics.heprep.HepRepFactory
create, createHepRepTreeID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.