@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)
Deprecated.
|
AbstractMatrixCell |
getValue(ElementNode row,
ElementNode 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()
@Deprecated AbstractMatrixCell getValue(Element row, Element column)
getValue(ElementNode, ElementNode)
AbstractMatrixCell getValue(ElementNode row, ElementNode column)
row
- row nodecolumn
- column nodeboolean isEmpty()
true
if empty