public interface OperatorModel extends SignalElement, ProcessDeclaration
The following features are supported:
SsmePackage.getOperatorModel()
Modifier and Type | Method and Description |
---|---|
Description |
getDescription()
Returns the value of the 'Description' containment reference
|
InterfaceDefinition |
getInterfaceDefinition()
Returns the value of the 'Interface Definition' containment reference
|
OperatorIdentifier |
getOperatorIdentifier()
Returns the value of the 'Operator Identifier' containment reference
|
void |
setDescription(Description value)
Sets the value of the '
Description ' containment reference |
void |
setInterfaceDefinition(InterfaceDefinition value)
Sets the value of the '
Interface Definition ' containment reference |
void |
setOperatorIdentifier(OperatorIdentifier value)
Sets the value of the '
Operator Identifier ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
OperatorIdentifier getOperatorIdentifier()
If the meaning of the 'Operator Identifier' containment reference isn't clear, there really should be more of a description here...
setOperatorIdentifier(OperatorIdentifier)
,
SsmePackage.getOperatorModel_OperatorIdentifier()
void setOperatorIdentifier(OperatorIdentifier value)
Operator Identifier
' containment reference.
value
- the new value of the 'Operator Identifier' containment reference.getOperatorIdentifier()
InterfaceDefinition getInterfaceDefinition()
If the meaning of the 'Interface Definition' containment reference isn't clear, there really should be more of a description here...
setInterfaceDefinition(InterfaceDefinition)
,
SsmePackage.getOperatorModel_InterfaceDefinition()
void setInterfaceDefinition(InterfaceDefinition value)
Interface Definition
' containment reference.
value
- the new value of the 'Interface Definition' containment reference.getInterfaceDefinition()
Description getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(Description)
,
SsmePackage.getOperatorModel_Description()
void setDescription(Description value)
Description
' containment reference.
value
- the new value of the 'Description' containment reference.getDescription()