Interface DependencyMatrixSelection.CellDescriptor

Enclosing interface:
DependencyMatrixSelection

public static interface DependencyMatrixSelection.CellDescriptor
Describes cell.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns column of the cell.
    Returns row of the cell.
  • Method Details

    • getRow

      ElementNode getRow()
      Returns row of the cell.
    • getColumn

      ElementNode getColumn()
      Returns column of the cell.