Class SiphonGenerator.ExpansionItem

  • Enclosing class:
    SiphonGenerator

    protected class SiphonGenerator.ExpansionItem
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ExpansionItem​(java.util.Set<java.lang.Integer> expandedColumns, cern.colt.matrix.DoubleMatrix1D currentColumnState, int toBeExpandedBy)  
    • Constructor Detail

      • ExpansionItem

        protected ExpansionItem​(java.util.Set<java.lang.Integer> expandedColumns,
                                cern.colt.matrix.DoubleMatrix1D currentColumnState,
                                int toBeExpandedBy)
    • Method Detail

      • getExpandedColumns

        public java.util.Set<java.lang.Integer> getExpandedColumns()
        Returns:
        the executedColumn
      • setExpandedColumn

        public void setExpandedColumn​(java.util.Set<java.lang.Integer> expandedColumns)
        Parameters:
        expandedColumns - the executedColumn to set
      • getCurrentColumnState

        public cern.colt.matrix.DoubleMatrix1D getCurrentColumnState()
        Returns:
        the currentColumnState
      • setCurrentColumnState

        public void setCurrentColumnState​(cern.colt.matrix.DoubleMatrix1D currentColumnState)
        Parameters:
        currentColumnState - the currentColumnState to set
      • getToBeExpandedBy

        public int getToBeExpandedBy()
        Returns:
        the toBeExpandedBy
      • setToBeExpandedBy

        public void setToBeExpandedBy​(int toBeExpandedBy)
        Parameters:
        toBeExpandedBy - the toBeExpandedBy to set