Skip to content
Snippets Groups Projects
Commit a93b2407 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

removed unnecessary size() method

parent c08ecda3
No related branches found
No related tags found
1 merge request!231Gmm cleaning
......@@ -26,10 +26,6 @@ public interface LogicTree<T> extends List<Branch<T>> {
/** Return the name of this tree. */
String name();
/** Return the number of branches in this tree. */
@Override
int size();
/**
* Return a logic tree branch corresponding to the supplied probability.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment