Class StrategyCallExpressionTreeNode
- java.lang.Object
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.ElementTreeNode<CallExpression>
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.CallExpressionTreeNode
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.StrategyCallExpressionTreeNode
-
class StrategyCallExpressionTreeNode extends CallExpressionTreeNode
Implements an element node for strategy call expressions.- Author:
- Holger Eichelberger
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
TreeNode.Insertable, TreeNode.InsertionPoint
-
-
Constructor Summary
Constructors Constructor Description StrategyCallExpressionTreeNode(TreeNode parent, StrategyCallExpression elt)Implements an element tree node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) StrategyCallExpressiongetElement()Returns the element.java.lang.StringgetText()Returns the display text.-
Methods inherited from class net.ssehub.easy.producer.ui.productline_editor.instantiator.ElementTreeNode
argumentsToString, expressionToString, supportedInsertionPoint
-
Methods inherited from class net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
getChildren, getImage, getParent, hasChildren, setChildren
-
-
-
-
Constructor Detail
-
StrategyCallExpressionTreeNode
StrategyCallExpressionTreeNode(TreeNode parent, StrategyCallExpression elt)
Implements an element tree node.- Parameters:
parent- the parent nodeelt- the VIL strategy call expression
-
-
Method Detail
-
getElement
StrategyCallExpression getElement()
Description copied from class:ElementTreeNodeReturns the element.- Overrides:
getElementin classElementTreeNode<CallExpression>- Returns:
- the element
-
getText
public java.lang.String getText()
Description copied from class:TreeNodeReturns the display text.- Overrides:
getTextin classCallExpressionTreeNode- Returns:
- the display text
-
-