Class JoinExpressionTreeNode
- java.lang.Object
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.ElementTreeNode<JoinExpression>
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.JoinExpressionTreeNode
-
class JoinExpressionTreeNode extends ElementTreeNode<JoinExpression>
Implements an element node for join 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 JoinExpressionTreeNode(TreeNode parent, JoinExpression elt)Implements an element tree node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()Returns the display text.-
Methods inherited from class net.ssehub.easy.producer.ui.productline_editor.instantiator.ElementTreeNode
argumentsToString, expressionToString, getElement, supportedInsertionPoint
-
Methods inherited from class net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
getChildren, getImage, getParent, hasChildren, setChildren
-
-
-
-
Constructor Detail
-
JoinExpressionTreeNode
JoinExpressionTreeNode(TreeNode parent, JoinExpression elt)
Implements an element tree node.- Parameters:
parent- the parent nodeelt- the VIL join expression
-
-