@OpenApiAll
public interface MatrixData
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Element> |
getColumnElements()
Returns only model elements without group elements
|
java.util.Collection<Element> |
getRowElements()
Returns only model elements without group elements
|
AbstractMatrixCell |
getValue(Element row,
Element column)
Get Matrix Cell value from the model
|
boolean |
isEmpty()
If there is any data inside this dependency matrix
|
java.util.Collection<Element> getRowElements()
java.util.Collection<Element> getColumnElements()
AbstractMatrixCell getValue(Element row, Element column)
row
- row elementcolumn
- column elementboolean isEmpty()
true
if empty