org.jlab.groot.tree
Interface ITree
-
- All Known Implementing Classes:
- RandomTree, Tree, TreeFile, TreeTextFile
public interface ITree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidconfigure()BranchgetBranch(java.lang.String name)intgetEntries()java.util.List<java.lang.String>getListOfBranches()java.lang.StringgetName()intreadEntry(int entry)booleanreadNext()voidreset()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getListOfBranches
java.util.List<java.lang.String> getListOfBranches()
-
getBranch
Branch getBranch(java.lang.String name)
-
getEntries
int getEntries()
-
readEntry
int readEntry(int entry)
-
reset
void reset()
-
readNext
boolean readNext()
-
configure
void configure()
-
-
DMelt 3.0 © DataMelt by jWork.ORG