protected class TrapGenerator.ExpansionItem
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
TrapGenerator.ExpansionItem(java.util.Set<java.lang.Integer> expandedColumns,
cern.colt.matrix.DoubleMatrix1D currentColumnState,
int toBeExpandedBy) |
| Modifier and Type | Method and Description |
|---|---|
cern.colt.matrix.DoubleMatrix1D |
getCurrentColumnState() |
java.util.Set<java.lang.Integer> |
getExpandedColumns() |
int |
getToBeExpandedBy() |
void |
setCurrentColumnState(cern.colt.matrix.DoubleMatrix1D currentColumnState) |
void |
setExpandedColumn(java.util.Set<java.lang.Integer> expandedColumns) |
void |
setToBeExpandedBy(int toBeExpandedBy) |
protected TrapGenerator.ExpansionItem(java.util.Set<java.lang.Integer> expandedColumns,
cern.colt.matrix.DoubleMatrix1D currentColumnState,
int toBeExpandedBy)
public java.util.Set<java.lang.Integer> getExpandedColumns()
public void setExpandedColumn(java.util.Set<java.lang.Integer> expandedColumns)
expandedColumns - the executedColumn to setpublic cern.colt.matrix.DoubleMatrix1D getCurrentColumnState()
public void setCurrentColumnState(cern.colt.matrix.DoubleMatrix1D currentColumnState)
currentColumnState - the currentColumnState to setpublic int getToBeExpandedBy()
public void setToBeExpandedBy(int toBeExpandedBy)
toBeExpandedBy - the toBeExpandedBy to set