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 TypeMethodDescriptionvoid
final void
clear()
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()
void
final void
initWithDir
(String dirname) final void
initWithEnv
(String envname) final void
initWithEnv
(String envname, String relative_path) void
show()
-
Constructor Details
-
EvioDataDictionary
public EvioDataDictionary() -
EvioDataDictionary
-
EvioDataDictionary
-
-
Method Details
-
init
- Specified by:
init
in interfaceDataDictionary
-
getXML
- Specified by:
getXML
in interfaceDataDictionary
-
getDescriptorList
- Specified by:
getDescriptorList
in interfaceDataDictionary
-
getDescriptor
- Specified by:
getDescriptor
in 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:
createBank
in interfaceDataDictionary
-
addDescriptor
-