FreeHEP API
Version current

hep.graphics.heprep1.corba
Class HepRepAttributeAdapter

java.lang.Object
  extended byhep.graphics.heprep1.ref.DefaultHepRepAttribute
      extended byhep.graphics.heprep1.corba.HepRepAttributeAdapter
All Implemented Interfaces:
HepRepAttribute, Serializable
Direct Known Subclasses:
HepRepAdapter, HepRepInstanceAdapter, HepRepPointAdapter, HepRepPrimitiveAdapter, HepRepTypeAdapter, HepRepTypeInfoAdapter

public abstract class HepRepAttributeAdapter
extends DefaultHepRepAttribute
implements HepRepAttribute

Version:
$Id: HepRepAttributeAdapter.java,v 1.3 2004/07/30 14:51:53 duns Exp $
Author:
M.Donszelmann
See Also:
Serialized Form
Source Code:
HepRepAttributeAdapter.java

Field Summary
static String cvsId
           
 
Fields inherited from class hep.graphics.heprep1.ref.DefaultHepRepAttribute
empty
 
Constructor Summary
HepRepAttributeAdapter(HepRepAttribute parent)
           
 
Method Summary
 HepRepAttDef getAttDefFromNode(String name)
           
 Enumeration getAttDefs()
           
protected abstract  HepRepAttDef[] getAttDefsFromNode()
           
 HepRepAttValue getAttValueFromNode(String name)
           
 Enumeration getAttValues()
           
protected abstract  HepRepAttValue[] getAttValuesFromNode()
           
 
Methods inherited from class hep.graphics.heprep1.ref.DefaultHepRepAttribute
add, add, add, add, addColor, addColor, addDefinition, addValue, addValue, addValue, addValue, addValue, getAttDef, getAttValue, getParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.graphics.heprep1.HepRepAttribute
addColor, addColor, addDefinition, addValue, addValue, addValue, addValue, addValue, getAttDef, getAttValue, getParent
 

Field Detail

cvsId

public static final String cvsId
See Also:
Constant Field Values
Constructor Detail

HepRepAttributeAdapter

public HepRepAttributeAdapter(HepRepAttribute parent)
Method Detail

getAttValues

public Enumeration getAttValues()
Specified by:
getAttValues in interface HepRepAttribute
Overrides:
getAttValues in class DefaultHepRepAttribute

getAttDefs

public Enumeration getAttDefs()
Specified by:
getAttDefs in interface HepRepAttribute
Overrides:
getAttDefs in class DefaultHepRepAttribute

getAttValueFromNode

public HepRepAttValue getAttValueFromNode(String name)
Specified by:
getAttValueFromNode in interface HepRepAttribute
Overrides:
getAttValueFromNode in class DefaultHepRepAttribute

getAttDefFromNode

public HepRepAttDef getAttDefFromNode(String name)
Specified by:
getAttDefFromNode in interface HepRepAttribute
Overrides:
getAttDefFromNode in class DefaultHepRepAttribute

getAttValuesFromNode

protected abstract HepRepAttValue[] getAttValuesFromNode()

getAttDefsFromNode

protected abstract HepRepAttDef[] getAttDefsFromNode()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.