Uses of Class
weka.associations.tertius.SimpleLinkedList

Packages that use SimpleLinkedList
weka.associations   
weka.associations.tertius   
 

Uses of SimpleLinkedList in weka.associations
 

Fields in weka.associations declared as SimpleLinkedList
private  SimpleLinkedList Tertius.m_results
          The results.
 

Uses of SimpleLinkedList in weka.associations.tertius
 

Methods in weka.associations.tertius that return SimpleLinkedList
private  SimpleLinkedList Rule.refine(Predicate pred, int firstIndex, int lastIndex, boolean addToBody, boolean addToHead)
          Refine a rule by adding a range of literals of a predicate, either to the head or to the body of the rule.
 SimpleLinkedList Rule.refine(java.util.ArrayList predicates)
          Refine a rule by adding literal from a set of predictes.
 

Methods in weka.associations.tertius with parameters of type SimpleLinkedList
 void SimpleLinkedList.addAll(SimpleLinkedList list)
           
 void SimpleLinkedList.merge(SimpleLinkedList list, java.util.Comparator comp)