FreeHEP API
Version v1.2.2

hep.graphics.heprep.corba
Class CORBAHepRepDefinition

java.lang.Object
  |
  +--hep.graphics.heprep.corba.CORBAHepRepAttribute
        |
        +--hep.graphics.heprep.corba.CORBAHepRepDefinition
All Implemented Interfaces:
HepRepAttribute, HepRepConstants, HepRepDefinition
Direct Known Subclasses:
HepRepTypeAdapter

public abstract class CORBAHepRepDefinition
extends CORBAHepRepAttribute
implements HepRepDefinition

Version:
$Id: CORBAHepRepDefinition.java,v 1.9 2003/12/04 23:25:40 duns Exp $
Author:
Mark Donszelmann

Field Summary
static String cvsId
           
 
Fields inherited from interface hep.graphics.heprep.HepRepConstants
SHOW_DESC, SHOW_EXTRA, SHOW_NAME, SHOW_NONE, SHOW_VALUE, TYPE_BOOLEAN, TYPE_COLOR, TYPE_DOUBLE, TYPE_INT, TYPE_LONG, TYPE_STRING, TYPE_UNKNOWN
 
Constructor Summary
CORBAHepRepDefinition()
           
 
Method Summary
 void addAttDef(HepRepAttDef attDef)
          Adds an attdef.
 boolean equals(Object o)
           
 HepRepAttDef getAttDefFromNode(String lowerCaseName)
          Returns a named attribute definition defined on this node.
protected abstract  HepRepAttDef[] getAttDefs()
           
 Set getAttDefsFromNode()
          Returns a collection of all attribute definitions defined on this node.
 int hashCode()
           
 
Methods inherited from class hep.graphics.heprep.corba.CORBAHepRepAttribute
addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValueFromNode, getAttValues, getAttValuesFromNode, removeAttValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.graphics.heprep.HepRepDefinition
addAttDef, getAttDef
 
Methods inherited from interface hep.graphics.heprep.HepRepAttribute
addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue
 

Field Detail

cvsId

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

CORBAHepRepDefinition

public CORBAHepRepDefinition()
Method Detail

getAttDefsFromNode

public Set getAttDefsFromNode()
Description copied from interface: HepRepDefinition
Returns a collection of all attribute definitions defined on this node.

Specified by:
getAttDefsFromNode in interface HepRepDefinition
Returns:
collection of attributes definitions.

getAttDefFromNode

public HepRepAttDef getAttDefFromNode(String lowerCaseName)
Description copied from interface: HepRepDefinition
Returns a named attribute definition defined on this node.

Specified by:
getAttDefFromNode in interface HepRepDefinition
Parameters:
lowerCaseName - name of the attribute in lower case.
Returns:
attribute definition.

addAttDef

public void addAttDef(HepRepAttDef attDef)
Description copied from interface: HepRepDefinition
Adds an attdef.

Specified by:
addAttDef in interface HepRepDefinition
Parameters:
attDef - to be added.

equals

public boolean equals(Object o)
Overrides:
equals in class CORBAHepRepAttribute

hashCode

public int hashCode()
Overrides:
hashCode in class CORBAHepRepAttribute

getAttDefs

protected abstract HepRepAttDef[] getAttDefs()

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.