public interface ProcessModel extends SignalElement, ProcessDeclaration
The following features are supported:
SsmePackage.getProcessModel()
Modifier and Type | Method and Description |
---|---|
Description |
getDescription()
Returns the value of the 'Description' containment reference
|
Identifier |
getIdentifier()
Returns the value of the 'Identifier' containment reference
|
InterfaceDefinition |
getInterfaceDefinition()
Returns the value of the 'Interface Definition' containment reference
|
ModelKind |
getModelKind()
Returns the value of the 'Model Kind' attribute.
|
VisibilityKind |
getVisibilityKind()
Returns the value of the 'Visibility Kind' attribute.
|
void |
setDescription(Description value)
Sets the value of the '
Description ' containment reference |
void |
setIdentifier(Identifier value)
Sets the value of the '
Identifier ' containment reference |
void |
setInterfaceDefinition(InterfaceDefinition value)
Sets the value of the '
Interface Definition ' containment reference |
void |
setModelKind(ModelKind value)
Sets the value of the '
Model Kind ' attribute |
void |
setVisibilityKind(VisibilityKind value)
Sets the value of the '
Visibility Kind ' attribute |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
Identifier getIdentifier()
If the meaning of the 'Identifier' containment reference isn't clear, there really should be more of a description here...
setIdentifier(Identifier)
,
SsmePackage.getProcessModel_Identifier()
void setIdentifier(Identifier value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
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.getProcessModel_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.getProcessModel_Description()
void setDescription(Description value)
Description
' containment reference.
value
- the new value of the 'Description' containment reference.getDescription()
ModelKind getModelKind()
ModelKind
.
If the meaning of the 'Model Kind' attribute isn't clear, there really should be more of a description here...
ModelKind
,
setModelKind(ModelKind)
,
SsmePackage.getProcessModel_ModelKind()
void setModelKind(ModelKind value)
Model Kind
' attribute.
value
- the new value of the 'Model Kind' attribute.ModelKind
,
getModelKind()
VisibilityKind getVisibilityKind()
VisibilityKind
.
If the meaning of the 'Visibility Kind' attribute isn't clear, there really should be more of a description here...
VisibilityKind
,
setVisibilityKind(VisibilityKind)
,
SsmePackage.getProcessModel_VisibilityKind()
void setVisibilityKind(VisibilityKind value)
Visibility Kind
' attribute.
value
- the new value of the 'Visibility Kind' attribute.VisibilityKind
,
getVisibilityKind()