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()voidstatic voidvoidsetDictionary(File dict_dir) final voidsetDictionary(String xml_str) voidshow()
-
Constructor Details
-
EvioDictionary
public EvioDictionary() -
EvioDictionary
-
-
Method Details
-
init
- Specified by:
initin interfaceDataDictionary
-
getXML
- Specified by:
getXMLin interfaceDataDictionary
-
getDescriptorList
- Specified by:
getDescriptorListin interfaceDataDictionary
-
getDescriptor
- Specified by:
getDescriptorin 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:
createBankin interfaceDataDictionary
-