public interface EntryLevelSystemCall extends AbstractUserAction
The following features are supported:
UsagemodelPackage.getEntryLevelSystemCall()| Modifier and Type | Method and Description |
|---|---|
boolean |
EntryLevelSystemCallMustReferenceProvidedRoleOfASystem(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
EntryLevelSystemCallSignatureMustMatchItsProvidedRole(DiagnosticChain diagnostics,
Map<Object,Object> context) |
EList<VariableUsage> |
getInputParameterUsages_EntryLevelSystemCall()
Returns the value of the 'Input Parameter Usages Entry Level System Call'
containment reference list.
|
OperationSignature |
getOperationSignature__EntryLevelSystemCall()
Returns the value of the 'Operation Signature Entry Level System Call'
reference.
|
EList<VariableUsage> |
getOutputParameterUsages_EntryLevelSystemCall()
Returns the value of the 'Output Parameter Usages Entry Level System Call'
containment reference list.
|
int |
getPriority()
Returns the value of the 'Priority' attribute.
|
OperationProvidedRole |
getProvidedRole_EntryLevelSystemCall()
Returns the value of the 'Provided Role Entry Level System Call' reference.
|
void |
setOperationSignature__EntryLevelSystemCall(OperationSignature value)
Sets the value of the '
Operation Signature Entry Level System Call' reference. |
void |
setPriority(int value)
Sets the value of the '
Priority' attribute. |
void |
setProvidedRole_EntryLevelSystemCall(OperationProvidedRole value)
Sets the value of the '
Provided Role Entry Level System Call' reference. |
getPredecessor, getScenarioBehaviour_AbstractUserAction, getSuccessor, setPredecessor, setScenarioBehaviour_AbstractUserAction, setSuccessorgetEntityName, setEntityNamecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String copyright
OperationProvidedRole getProvidedRole_EntryLevelSystemCall()
If the meaning of the 'Provided Role Entry Level System Call' reference isn't clear, there really should be more of a description here...
setProvidedRole_EntryLevelSystemCall(OperationProvidedRole),
UsagemodelPackage.getEntryLevelSystemCall_ProvidedRole_EntryLevelSystemCall()void setProvidedRole_EntryLevelSystemCall(OperationProvidedRole value)
Provided Role Entry Level System Call' reference. value - the new value of the 'Provided Role Entry Level System Call' reference.getProvidedRole_EntryLevelSystemCall()OperationSignature getOperationSignature__EntryLevelSystemCall()
If the meaning of the 'Operation Signature Entry Level System Call' reference isn't clear, there really should be more of a description here...
setOperationSignature__EntryLevelSystemCall(OperationSignature),
UsagemodelPackage.getEntryLevelSystemCall_OperationSignature__EntryLevelSystemCall()void setOperationSignature__EntryLevelSystemCall(OperationSignature value)
Operation Signature Entry Level System Call' reference.
value - the new value of the 'Operation Signature Entry Level System Call'
reference.getOperationSignature__EntryLevelSystemCall()EList<VariableUsage> getOutputParameterUsages_EntryLevelSystemCall()
VariableUsage. It is bidirectional and its
opposite is '
Entry Level System Call Output Parameter Usage'.
If the meaning of the 'Output Parameter Usages Entry Level System Call' containment reference list isn't clear, there really should be more of a description here...
UsagemodelPackage.getEntryLevelSystemCall_OutputParameterUsages_EntryLevelSystemCall(),
VariableUsage.getEntryLevelSystemCall_OutputParameterUsage()int getPriority()
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
setPriority(int),
UsagemodelPackage.getEntryLevelSystemCall_Priority()void setPriority(int value)
Priority' attribute. value - the new value of the 'Priority' attribute.getPriority()EList<VariableUsage> getInputParameterUsages_EntryLevelSystemCall()
VariableUsage. It is bidirectional and its
opposite is '
Entry Level System Call Input Parameter Usage'.
If the meaning of the 'Input Parameter Usages Entry Level System Call' containment reference list isn't clear, there really should be more of a description here...
UsagemodelPackage.getEntryLevelSystemCall_InputParameterUsages_EntryLevelSystemCall(),
VariableUsage.getEntryLevelSystemCall_InputParameterUsage()boolean EntryLevelSystemCallMustReferenceProvidedRoleOfASystem(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information. boolean EntryLevelSystemCallSignatureMustMatchItsProvidedRole(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.