Package org.jlab.io.evio
Class EvioDictionary
java.lang.Object
org.jlab.io.evio.EvioDictionary
- All Implemented Interfaces:
DataDictionary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBank
(String name, int rows) getDescriptor
(String bank_name) String[]
getXML()
void
static void
void
setDictionary
(File dict_dir) final void
setDictionary
(String xml_str) void
show()
-
Constructor Details
-
EvioDictionary
public EvioDictionary() -
EvioDictionary
-
-
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
-
setDictionary
public final void setDictionary(String xml_str) throws NoSuchAlgorithmException, ParserConfigurationException, SAXException, IOException -
setDictionary
public void setDictionary(File dict_dir) throws ParserConfigurationException, SAXException, IOException, NoSuchAlgorithmException, TransformerException -
show
public void show() -
main
-
createBank
- Specified by:
createBank
in interfaceDataDictionary
-