Interface UseCase
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface UseCase
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Use Case'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptiongetDoc()
Returns the value of the 'Doc' attribute.getName()
Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<String>
Returns the value of the 'Nanoentities Read' attribute list.org.eclipse.emf.common.util.EList<String>
Returns the value of the 'Nanoentities Written' attribute list.boolean
Returns the value of the 'Is Latency Critical' attribute.void
Sets the value of the 'Doc
' attribute.void
setIsLatencyCritical
(boolean value) Sets the value of the 'Is Latency Critical
' attribute.void
Sets the value of the 'Name
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDoc
String getDoc()Returns the value of the 'Doc' attribute.- Returns:
- the value of the 'Doc' attribute.
- See Also:
- Model:
- Generated:
-
setDoc
Sets the value of the 'Doc
' attribute.- Parameters:
value
- the new value of the 'Doc' attribute.- See Also:
- Generated:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Model:
- Generated:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated:
-
isIsLatencyCritical
boolean isIsLatencyCritical()Returns the value of the 'Is Latency Critical' attribute.- Returns:
- the value of the 'Is Latency Critical' attribute.
- See Also:
- Model:
- Generated:
-
setIsLatencyCritical
void setIsLatencyCritical(boolean value) Sets the value of the 'Is Latency Critical
' attribute.- Parameters:
value
- the new value of the 'Is Latency Critical' attribute.- See Also:
- Generated:
-
getNanoentitiesRead
org.eclipse.emf.common.util.EList<String> getNanoentitiesRead()Returns the value of the 'Nanoentities Read' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Nanoentities Read' attribute list.
- See Also:
- Model:
- unique="false"
- Generated:
-
getNanoentitiesWritten
org.eclipse.emf.common.util.EList<String> getNanoentitiesWritten()Returns the value of the 'Nanoentities Written' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Nanoentities Written' attribute list.
- See Also:
- Model:
- unique="false"
- Generated:
-