Package org.jlab.io.evio
Class EvioDataDictionary
java.lang.Object
org.jlab.io.evio.EvioDataDictionary
- All Implemented Interfaces:
DataDictionary
- Author:
- gavalian
-
Constructor Summary
ConstructorsConstructorDescriptionEvioDataDictionary(String directory) EvioDataDictionary(String env, String relative_path) -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal voidclear()createBank(String name, int rows) getDescriptor(String desc_name) String[]getNameByTagNum(int tag, int num) returns a name for the variable given tag and number.getXML()voidfinal voidinitWithDir(String dirname) final voidinitWithEnv(String envname) final voidinitWithEnv(String envname, String relative_path) voidshow()
-
Constructor Details
-
EvioDataDictionary
public EvioDataDictionary() -
EvioDataDictionary
-
EvioDataDictionary
-
-
Method Details
-
init
- Specified by:
initin interfaceDataDictionary
-
getXML
- Specified by:
getXMLin interfaceDataDictionary
-
getDescriptorList
- Specified by:
getDescriptorListin interfaceDataDictionary
-
getDescriptor
- Specified by:
getDescriptorin interfaceDataDictionary
-
initWithEnv
-
clear
public final void clear() -
initWithEnv
-
initWithDir
-
show
public void show() -
getNameByTagNum
returns a name for the variable given tag and number.- Parameters:
tag- tag of the variablenum- num of the variable- Returns:
-
createBank
- Specified by:
createBankin interfaceDataDictionary
-
addDescriptor
-