Interface HasComponentWidths
-
- All Known Implementing Classes:
Context,DecisionTable,Expression,FunctionDefinition,Invocation,List,LiteralExpression,LiteralExpressionPMMLDocument,LiteralExpressionPMMLDocumentModel,Relation
public interface HasComponentWidths
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Double>getComponentWidths()Gets a list of the widths of the different components.intgetRequiredComponentWidthCount()Returns the expected number of components to correctly represent anExpressionin the editor.
-
-
-
Method Detail
-
getComponentWidths
List<Double> getComponentWidths()
Gets a list of the widths of the different components. A component is considered a column used to visually represent a BoxedExpressionGrid in the editor.- Returns:
-
getRequiredComponentWidthCount
int getRequiredComponentWidthCount()
Returns the expected number of components to correctly represent anExpressionin the editor.- Returns:
-
-