Class InstantiateExpressionTreeNode
- java.lang.Object
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.ElementTreeNode<InstantiateExpression>
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.InstantiateExpressionTreeNode
-
class InstantiateExpressionTreeNode extends ElementTreeNode<InstantiateExpression>
Implements an element node for instantiate 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 InstantiateExpressionTreeNode(TreeNode parent, InstantiateExpression 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
-
InstantiateExpressionTreeNode
InstantiateExpressionTreeNode(TreeNode parent, InstantiateExpression elt)
Implements an element tree node.- Parameters:
parent- the parent nodeelt- the VIL map expression
-
-