public class Matrix extends MetricEntry
attributes, description, id, location, name, procedureName
Constructor and Description |
---|
Matrix(java.lang.String name,
MetaModelElement rowType,
MetaModelElement columnType)
Creates a new relation matrix definition.
|
Modifier and Type | Method and Description |
---|---|
ExpressionNode |
getColumnCondition()
Gets the condition expression for column elements to be included in the
matrix.
|
MetaModelElement |
getColumnType()
Retrieves the element type of the target elements (columns).
|
ExpressionNode |
getRowCondition()
Gets the condition expression for row elements to be included in the
matrix.
|
MetaModelElement |
getRowType()
Retrieves the element type of the source elements (rows).
|
java.lang.String |
toString()
Returns a string representation of the matrix definition.
|
getAttributes, getBriefDescription, getFullDescription, getLocation, getName, getProcedureName
public Matrix(java.lang.String name, MetaModelElement rowType, MetaModelElement columnType)
name
- Name of the relation matrix.rowType
- Type of the source elements that make up the rows.columnType
- Type of the target elements that make up the columns.public MetaModelElement getRowType()
public MetaModelElement getColumnType()
public ExpressionNode getRowCondition()
public ExpressionNode getColumnCondition()
public java.lang.String toString()
toString
in class java.lang.Object