public interface OperatorNode
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getChildren()
Returns the value of the 'Children' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute
|
org.eclipse.emf.common.util.EList |
getName()
Returns the value of the 'Name' attribute list.
|
OperatorNodeType |
getOperatorNodeType()
Returns the value of the 'Operator Node Type' attribute.
|
org.eclipse.emf.common.util.EList |
getParameters()
Returns the value of the 'Parameters' attribute list.
|
OperatorNode |
getParent()
Returns the value of the 'Parent' container reference.
|
org.eclipse.emf.common.util.EList |
getTooltip()
Returns the value of the 'Tooltip' attribute list.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute |
void |
setOperatorNodeType(OperatorNodeType value)
Sets the value of the '
Operator Node Type' attribute |
void |
setParent(OperatorNode value)
Sets the value of the '
Parent' container reference |
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
OperationsmodelPackage.getOperatorNode_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()OperatorNodeType getOperatorNodeType()
OperatorNodeType.
If the meaning of the 'Operator Node Type' attribute isn't clear, there really should be more of a description here...
OperatorNodeType,
setOperatorNodeType(OperatorNodeType),
OperationsmodelPackage.getOperatorNode_OperatorNodeType()void setOperatorNodeType(OperatorNodeType value)
Operator Node Type' attribute.
value - the new value of the 'Operator Node Type' attribute.OperatorNodeType,
getOperatorNodeType()org.eclipse.emf.common.util.EList getName()
String.
If the meaning of the 'Name' attribute list isn't clear, there really should be more of a description here...
OperationsmodelPackage.getOperatorNode_Name()org.eclipse.emf.common.util.EList getParameters()
String.
If the meaning of the 'Parameters' attribute list isn't clear, there really should be more of a description here...
OperationsmodelPackage.getOperatorNode_Parameters()org.eclipse.emf.common.util.EList getTooltip()
String.
If the meaning of the 'Tooltip' attribute list isn't clear, there really should be more of a description here...
OperationsmodelPackage.getOperatorNode_Tooltip()org.eclipse.emf.common.util.EList getChildren()
OperatorNode.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
OperationsmodelPackage.getOperatorNode_Children(),
getParent()OperatorNode getParent()
Children'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(OperatorNode),
OperationsmodelPackage.getOperatorNode_Parent(),
getChildren()void setParent(OperatorNode value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.