public interface UseCase
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getNanoentitiesRead()
Returns the value of the 'Nanoentities Read' attribute list.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getNanoentitiesWritten()
Returns the value of the 'Nanoentities Written' attribute list.
|
boolean |
isIsLatencyCritical()
Returns the value of the 'Is Latency Critical' attribute.
|
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setIsLatencyCritical(boolean value)
Sets the value of the '
Is Latency Critical' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
java.lang.String getDoc()
If the meaning of the 'Doc' attribute isn't clear, there really should be more of a description here...
setDoc(String),
ServiceCutterConfigurationDSLPackage.getUseCase_Doc()void setDoc(java.lang.String value)
Doc' attribute.
value - the new value of the 'Doc' attribute.getDoc()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ServiceCutterConfigurationDSLPackage.getUseCase_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isIsLatencyCritical()
If the meaning of the 'Is Latency Critical' attribute isn't clear, there really should be more of a description here...
setIsLatencyCritical(boolean),
ServiceCutterConfigurationDSLPackage.getUseCase_IsLatencyCritical()void setIsLatencyCritical(boolean value)
Is Latency Critical' attribute.
value - the new value of the 'Is Latency Critical' attribute.isIsLatencyCritical()org.eclipse.emf.common.util.EList<java.lang.String> getNanoentitiesRead()
String.
If the meaning of the 'Nanoentities Read' attribute list isn't clear, there really should be more of a description here...
ServiceCutterConfigurationDSLPackage.getUseCase_NanoentitiesRead()org.eclipse.emf.common.util.EList<java.lang.String> getNanoentitiesWritten()
String.
If the meaning of the 'Nanoentities Written' attribute list isn't clear, there really should be more of a description here...
ServiceCutterConfigurationDSLPackage.getUseCase_NanoentitiesWritten()