Class ElementOfCombinatoricsProb


  • public class ElementOfCombinatoricsProb
    extends OptProbElement
    This class implements an element for a combinatorial problem. It can be expanded later to implement more behavior
    Author:
    Sebastian Franke
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.ArrayList<Term> components  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • components

        public java.util.ArrayList<Term> components
    • Constructor Detail

      • ElementOfCombinatoricsProb

        public ElementOfCombinatoricsProb​(java.util.ArrayList<Term> elements)